Skip to content

Commit bf2eb7b

Browse files
committed
Update branches and remove ea for 0.57
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
1 parent 6c9a6a2 commit bf2eb7b

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

get_source.sh

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# ===========================================================================
3-
# (c) Copyright IBM Corp. 2017, 2025 All Rights Reserved
3+
# (c) Copyright IBM Corp. 2017, 2026 All Rights Reserved
44
# ===========================================================================
55
# This code is free software; you can redistribute it and/or modify it
66
# under the terms of the GNU General Public License version 2 only, as
@@ -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.57.0-release
75+
local omr_branch=v0.57.0-release
8376

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

jdk/make/closed/autoconf/custom-spec.gmk.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# (c) Copyright IBM Corp. 2017, 2025 All Rights Reserved
2+
# (c) Copyright IBM Corp. 2017, 2026 All Rights Reserved
33
# ===========================================================================
44
# This code is free software; you can redistribute it and/or modify it
55
# under the terms of the GNU General Public License version 2 only, as
@@ -72,7 +72,7 @@ USERNAME := @USERNAME@
7272
include $(SRC_ROOT)/closed/openjdk-tag.gmk
7373

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

7878
# required by CMake

0 commit comments

Comments
 (0)