Skip to content

Commit 9e6ba26

Browse files
committed
Set branches for 0.48 and remove ea
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
1 parent 52fb317 commit 9e6ba26

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

closed/autoconf/custom-spec.gmk.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@
6868

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

71-
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
71+
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
7272
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
7373

7474
# required by CMake

get_source.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,8 @@ add_source() {
7171
#
7272
configure_defaults() {
7373
local current_branch="$(git rev-parse --abbrev-ref HEAD)"
74-
local openj9_branch=master
75-
local omr_branch=openj9
76-
77-
# If this repository is on a release branch, use the same branch names
78-
# for OpenJ9 and OMR.
79-
if [[ "$current_branch" =~ (ibm-)?(v[0-9]+\.[0-9]+(\.[0-9]+)?-release) ]] ; then
80-
openj9_branch="${BASH_REMATCH[2]}"
81-
omr_branch="${BASH_REMATCH[2]}"
82-
fi
74+
local openj9_branch=v0.48.0-release
75+
local omr_branch=v0.48.0-release
8376

8477
# folder URL branch options
8578
# ------ --- ------ -------

0 commit comments

Comments
 (0)