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 67af348 commit d17dd58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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 @@ -82,7 +82,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
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

0 comments on commit d17dd58

Please sign in to comment.