Skip to content

Commit

Permalink
Merge pull request #129 from zowe/users/jstruga/update-v3
Browse files Browse the repository at this point in the history
Update versions for v3
  • Loading branch information
1000TurquoisePogs authored Sep 17, 2024
2 parents 5db9e25 + 9ef1048 commit 77a1166
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build/launcher.proj.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT="launcher"
VERSION=2.14.0
VERSION=3.0.0
DEPS="QUICKJS LIBYAML COMMON"

QUICKJS="quickjs"
Expand All @@ -12,4 +12,4 @@ LIBYAML_BRANCH="0.2.5"

COMMON="common"
COMMON_SOURCE="[email protected]:zowe/zowe-common-c.git"
COMMON_BRANCH="v2.x/staging"
COMMON_BRANCH="v3.x/staging"
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion schemas/trivial-schema.json
Original file line number Diff line number Diff line change
@@ -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" },
{
Expand Down

0 comments on commit 77a1166

Please sign in to comment.