Skip to content

Commit

Permalink
Set branches for 0.48 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 Oct 17, 2024
1 parent 8ba854a commit 3068665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions get_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,8 @@ add_source() {
#
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.48.0-release
local omr_branch=v0.48.0-release

# folder URL branch options
# ------ --- ------ -------
Expand Down
2 changes: 1 addition & 1 deletion jdk/make/closed/autoconf/custom-spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ USERNAME := @USERNAME@
include $(SRC_ROOT)/closed/openjdk-tag.gmk

JDK_FIX_VERSION := @JDK_FIX_VERSION@
J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)-ea
J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9

# required by CMake
Expand Down

0 comments on commit 3068665

Please sign in to comment.