diff --git a/manifest.yaml b/manifest.yaml index 570a525..8a2185f 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: tn3270-ng2 id: org.zowe.terminal.tn3270 # Without the v -version: 3.0.0 +version: 3.1.0 # Human readable component name title: TN3270 # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index 82ed2e2..d05261a 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.terminal.tn3270", "apiVersion": "2.0.0", - "pluginVersion": "3.0.0", + "pluginVersion": "3.1.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", @@ -39,6 +39,16 @@ "sourceName": "tn3270data", "sourcePlugin": "org.zowe.terminal.proxy", "versionRange": "^1.0.0" + }, + { + "type": "service", + "name": "statediscovery", + "initializerLookupMethod": "internal", + "initializerName": "zosDiscoveryServiceInstaller", + "methods": [ + "GET" + ], + "version": "1.0.0" } ] }