File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# ===========================================================================
2- # (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
2+ # (c) Copyright IBM Corp. 2017, 2025 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
@@ -83,7 +83,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@
8383
8484include $(TOPDIR)/closed/openjdk-tag.gmk
8585
86- J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
86+ J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
8787J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
8888
8989# required by CMake
Original file line number Diff line number Diff line change 11#! /bin/bash
22# ===========================================================================
3- # (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
3+ # (c) Copyright IBM Corp. 2017, 2025 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,8 +71,8 @@ add_source() {
7171#
7272configure_defaults () {
7373 local current_branch=" $( git rev-parse --abbrev-ref HEAD) "
74- local openj9_branch=master
75- local omr_branch=openj9
74+ local openj9_branch=v0.49.0-release
75+ local omr_branch=v0.49.0-release
7676
7777 # If this repository is on a release branch, use the same branch names
7878 # for OpenJ9 and OMR.
You can’t perform that action at this time.
0 commit comments