Skip to content

Commit cbbc8b9

Browse files
committed
Set branches and remove ea for 0.49
Signed-off-by: Peter Shipton <[email protected]>
1 parent 7c0800a commit cbbc8b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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, 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

8484
include $(TOPDIR)/closed/openjdk-tag.gmk
8585

86-
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
86+
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
8787
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
8888

8989
# required by CMake

get_source.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
#
7272
configure_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.

0 commit comments

Comments
 (0)