From 62aa13937c366daa41c75f348c9ffc92d2e56b90 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Fri, 27 Sep 2024 21:41:03 +0200 Subject: [PATCH 1/2] Restore deleted plugin (#89) Signed-off-by: 1000TurquoisePogs --- pluginDefinition.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pluginDefinition.json b/pluginDefinition.json index 82ed2e2..7144759 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -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" } ] } From f38d42959292c1c0b3dc010d88b5cc3e454f9a51 Mon Sep 17 00:00:00 2001 From: zowe-robot Date: Wed, 16 Oct 2024 14:22:28 +0000 Subject: [PATCH 2/2] v3.1.0 Signed-off-by: zowe-robot --- manifest.yaml | 2 +- pluginDefinition.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 7144759..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",