File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@
6868
6969include $(TOPDIR)/closed/openjdk-tag.gmk
7070
71- J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
71+ J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
7272J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
7373
7474# required by CMake
Original file line number Diff line number Diff line change @@ -70,21 +70,10 @@ add_source() {
7070# Configure the known source repositories.
7171#
7272configure_defaults () {
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
83-
8473 # folder URL branch options
8574 # ------ --- ------ -------
86- add_source openj9 https://github.com/eclipse-openj9/openj9.git $openj9_branch
87- add_source omr https://github.com/eclipse-openj9/openj9-omr.git $omr_branch
75+ add_source openj9 https://github.com/eclipse-openj9/openj9.git v0.46.0-release
76+ add_source omr https://github.com/eclipse-openj9/openj9-omr.git v0.46.0-release
8877
8978 add_source OpenJCEPlus https://github.com/ibmruntimes/OpenJCEPlus.git
9079 add_source openssl https://github.com/openssl/openssl.git " " " --depth=1"
You can’t perform that action at this time.
0 commit comments