diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 2229b6b..b620a56 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -2,9 +2,9 @@ name: Build tn3270-ng2 workflow on: push: branches: - - v2.x/staging - - v2.x/rc - - v2.x/master + - v3.x/staging + - v3.x/rc + - v3.x/master pull_request: types: [opened, reopened, synchronize] @@ -147,7 +147,7 @@ jobs: JF_ARTIFACTORY_1: ${{ secrets.JF_ARTIFACTORY_TOKEN }} - name: '[Prep 5] prepare workflow' - uses: zowe-actions/zlux-builds/plugins/prepare-workflow@v2.x/main + uses: zowe-actions/zlux-builds/plugins/prepare-workflow@v3.x/main with: github-user: ${{ secrets.ZOWE_ROBOT_USER }} github-password: ${{ secrets.ZOWE_ROBOT_TOKEN }} @@ -157,22 +157,22 @@ jobs: plugin-version: ${{ github.event.inputs.BUILD_VERSION }} - name: '[Prep 6] build' - uses: zowe-actions/zlux-builds/plugins/zlux-plugins@v2.x/main + uses: zowe-actions/zlux-builds/plugins/zlux-plugins@v3.x/main with: build-zss: false - name: '[Prep 7] packaging' - uses: zowe-actions/zlux-builds/plugins/make-pax@v2.x/main + uses: zowe-actions/zlux-builds/plugins/make-pax@v3.x/main with: pax-ssh-username: ${{ secrets.SSH_MARIST_USERNAME }} pax-ssh-password: ${{ secrets.SSH_MARIST_RACF_PASSWORD }} pax-name: tn3270-ng2 - name: '[Prep 8] deploy ' - uses: zowe-actions/zlux-builds/plugins/deploy-pax@v2.x/main + uses: zowe-actions/zlux-builds/plugins/deploy-pax@v3.x/main - name: '[Prep 9] Bump Staging Version ' if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} - uses: zowe-actions/zlux-builds/plugins/bump-version@v2.x/main + uses: zowe-actions/zlux-builds/plugins/bump-version@v3.x/main env: GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} \ No newline at end of file diff --git a/manifest.yaml b/manifest.yaml index 38c9d7b..570a525 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: tn3270-ng2 id: org.zowe.terminal.tn3270 # Without the v -version: 2.13.0 +version: 3.0.0 # Human readable component name title: TN3270 # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index d5639c9..2827f25 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.terminal.tn3270", "apiVersion": "2.0.0", - "pluginVersion": "2.13.0", + "pluginVersion": "3.0.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", diff --git a/webClient/package.json b/webClient/package.json index 2c76006..dc564d0 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.terminal.tn3270", - "version": "2.7.0", + "version": "3.0.0", "description": "A Zowe App for TN3270 Terminal Emulation", "author": { "name": "Sean Grady",