File tree 2 files changed +5
-12
lines changed
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# ===========================================================================
3
- # (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
3
+ # (c) Copyright IBM Corp. 2017, 2025 All Rights Reserved
4
4
# ===========================================================================
5
5
# This code is free software; you can redistribute it and/or modify it
6
6
# under the terms of the GNU General Public License version 2 only, as
@@ -71,15 +71,8 @@ add_source() {
71
71
#
72
72
configure_defaults () {
73
73
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.49.0-release
75
+ local omr_branch=v0.49.0-release
83
76
84
77
# folder URL branch options
85
78
# ------ --- ------ -------
Original file line number Diff line number Diff line change 1
1
# ===========================================================================
2
- # (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
2
+ # (c) Copyright IBM Corp. 2017, 2025 All Rights Reserved
3
3
# ===========================================================================
4
4
# This code is free software; you can redistribute it and/or modify it
5
5
# under the terms of the GNU General Public License version 2 only, as
@@ -70,7 +70,7 @@ USERNAME := @USERNAME@
70
70
include $(SRC_ROOT)/closed/openjdk-tag.gmk
71
71
72
72
JDK_FIX_VERSION := @JDK_FIX_VERSION@
73
- J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)-ea
73
+ J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)
74
74
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
75
75
76
76
# required by CMake
You can’t perform that action at this time.
0 commit comments