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

[v1.0.0-release]: Add version and tag to JDK_BRANCH #4957

Merged
merged 3 commits into from
Jan 11, 2024
Merged
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
16 changes: 8 additions & 8 deletions testenv/testenv.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ OPENJ9_SYSTEMTEST_BRANCH=openj9-0.41.0
ADOPTOPENJDK_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
ADOPTOPENJDK_SYSTEMTEST_BRANCH=v1.0.0
JDK8_REPO=https://github.com/adoptium/jdk8u.git
JDK8_BRANCH_PREFIX=jdk8u402-b05
JDK8_BRANCH=dev
JDK8_BRANCH_PREFIX=jdk8u402
JDK8_BRANCH=jdk8u402-b05
JDK11_REPO=https://github.com/adoptium/jdk11u.git
JDK11_BRANCH_PREFIX=jdk-11.0.22+6
JDK11_BRANCH=dev
JDK11_BRANCH_PREFIX=jdk-11.0.22
JDK11_BRANCH=jdk-11.0.22+6
JDK17_REPO=https://github.com/adoptium/jdk17u.git
JDK17_BRANCH_PREFIX=jdk-17.0.10+6
JDK17_BRANCH=dev
JDK17_BRANCH_PREFIX=jdk-17.0.10
JDK17_BRANCH=jdk-17.0.10+6
JDK21_REPO=https://github.com/adoptium/jdk21u.git
JDK21_BRANCH_PREFIX=jdk-21.0.1
JDK21_BRANCH=dev
JDK21_BRANCH_PREFIX=jdk-21.0.2
JDK21_BRANCH=jdk-21.0.2
JDK8_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk8.git
JDK8_OPENJ9_BRANCH=v0.43.0-release
JDK11_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk11.git
Expand Down