Skip to content

Commit

Permalink
Set branches to v0.45.0-release and remove ea
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton committed May 3, 2024
1 parent 472c710 commit 368acc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion closed/autoconf/custom-spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@

include $(TOPDIR)/closed/openjdk-tag.gmk

J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9

# required by CMake
Expand Down
12 changes: 2 additions & 10 deletions get_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,8 @@ add_source() {
# Configure the known source repositories.
#
configure_defaults() {
local current_branch="$(git rev-parse --abbrev-ref HEAD)"
local openj9_branch=master
local omr_branch=openj9

# If this repository is on a release branch, use the same branch names
# for OpenJ9 and OMR.
if [[ "$current_branch" =~ (ibm-)?(v[0-9]+\.[0-9]+(\.[0-9]+)?-release) ]] ; then
openj9_branch="${BASH_REMATCH[2]}"
omr_branch="${BASH_REMATCH[2]}"
fi
local openj9_branch=v0.45.0-release
local omr_branch=v0.45.0-release

# folder URL branch options
# ------ --- ------ -------
Expand Down

0 comments on commit 368acc2

Please sign in to comment.