Skip to content

Commit 14b4ad3

Browse files
committed
Set branches to v0.44.0-release and remove ea
Signed-off-by: Peter Shipton <[email protected]>
1 parent 9d43bf3 commit 14b4ad3

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

closed/autoconf/custom-spec.gmk.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@
8282

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

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

8888
# required by CMake

closed/get_j9_source.sh

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# ===========================================================================
4-
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
4+
# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
55
# ===========================================================================
66
#
77
# This code is free software; you can redistribute it and/or modify it
@@ -66,14 +66,8 @@ declare -A references
6666
git_urls[openj9]=https://github.com/eclipse-openj9/openj9
6767
git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr
6868

69-
currentbranch=$(git rev-parse --abbrev-ref HEAD)
70-
if [[ "$currentbranch" =~ v[0-9]+\.[0-9]+(\.[0-9]+)?-release ]] ; then
71-
branches[openj9]=$currentbranch
72-
branches[omr]=$currentbranch
73-
else
74-
branches[openj9]=master
75-
branches[omr]=openj9
76-
fi
69+
branches[openj9]=v0.44.0-release
70+
branches[omr]=v0.44.0-release
7771

7872
pflag=false
7973

0 commit comments

Comments
 (0)