File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@
8282
8383include $(TOPDIR)/closed/openjdk-tag.gmk
8484
85- J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
85+ J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
8686J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
8787
8888# required by CMake
Original file line number Diff line number Diff line change 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
6666git_urls[openj9]=https://github.com/eclipse-openj9/openj9
6767git_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
7872pflag=false
7973
You can’t perform that action at this time.
0 commit comments