Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions for v3 #129

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading