Skip to content

Commit

Permalink
Zowe Suite v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Feb 4, 2025
2 parents 384ffa2 + 21fc8e8 commit 6004c84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: '[Prep 3] Setup Node'
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version: 22.12.0

- name: '[Prep 4] Setup jFrog CLI'
uses: jfrog/setup-jfrog-cli@v2
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit 6004c84

Please sign in to comment.