Skip to content

Commit

Permalink
Set v0.44.0-release branch and remove ea
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Apr 17, 2024
1 parent e526364 commit 3f438d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions closed/get_j9_source.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
# ===========================================================================
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -55,14 +55,8 @@ declare -A commands
declare -A shas
declare -A references

currentbranch=$(git rev-parse --abbrev-ref HEAD)
if [[ "$currentbranch" =~ v[0-9]+\.[0-9]+(\.[0-9]+)?-release ]] ; then
default_branches[openj9]=$currentbranch
default_branches[omr]=$currentbranch
else
default_branches[openj9]=master
default_branches[omr]=openj9
fi
default_branches[openj9]=v0.44.0-release
default_branches[omr]=v0.44.0-release

pflag="false"
base_git_url=https://github.com
Expand Down
2 changes: 1 addition & 1 deletion jdk/make/closed/autoconf/custom-spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ USERNAME := @USERNAME@
include $(SRC_ROOT)/closed/openjdk-tag.gmk

JDK_FIX_VERSION := @JDK_FIX_VERSION@
J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)-ea
J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9

# required by CMake
Expand Down

0 comments on commit 3f438d7

Please sign in to comment.