From 9ef1048eecdfa9cd41ceb100a6ab602721a040c4 Mon Sep 17 00:00:00 2001 From: James Struga Date: Tue, 17 Sep 2024 15:40:48 -0400 Subject: [PATCH] Update versions for v3 Signed-off-by: James Struga --- .github/workflows/build_test.yml | 8 ++++---- build/launcher.proj.env | 4 ++-- manifest.yaml | 2 +- schemas/trivial-schema.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 1890df3..a4b65cd 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -2,9 +2,9 @@ name: Build and Test Workflow on: push: branches: - - v2.x/master - - v2.x/staging - - v2.x/rc + - v3.x/master + - v3.x/staging + - v3.x/rc pull_request: types: [opened, reopened, synchronize] workflow_dispatch: @@ -134,7 +134,7 @@ jobs: with: repository: zowe/zowe-common-c path: deps/launcher/common - ref: 'v2.x/staging' + ref: 'v3.x/staging' - name: '[Prep 2] Setup jFrog CLI' uses: jfrog/setup-jfrog-cli@v2 diff --git a/build/launcher.proj.env b/build/launcher.proj.env index 06abc08..190b580 100755 --- a/build/launcher.proj.env +++ b/build/launcher.proj.env @@ -1,5 +1,5 @@ PROJECT="launcher" -VERSION=2.14.0 +VERSION=3.0.0 DEPS="QUICKJS LIBYAML COMMON" QUICKJS="quickjs" @@ -12,4 +12,4 @@ LIBYAML_BRANCH="0.2.5" COMMON="common" COMMON_SOURCE="git@github.com:zowe/zowe-common-c.git" -COMMON_BRANCH="v2.x/staging" +COMMON_BRANCH="v3.x/staging" diff --git a/manifest.yaml b/manifest.yaml index 1a87549..0e096d6 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,7 +5,7 @@ name: launcher # Component identifier. This identifier matches artifact path in Zowe Artifactory https://zowe.jfrog.io/. id: org.zowe.launcher # Component version -version: 2.19.0 +version: 3.0.0 # Human readable component name title: Zowe Launcher # Human readable component description diff --git a/schemas/trivial-schema.json b/schemas/trivial-schema.json index c0af37c..61bc3a4 100644 --- a/schemas/trivial-schema.json +++ b/schemas/trivial-schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://zowe.org/schemas/v2/launcher", + "$id": "https://zowe.org/schemas/v3/launcher", "allOf": [ { "$ref": "https://zowe.org/schemas/v2/server-base" }, {