Skip to content

Commit

Permalink
Update versions to build 0.30.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton committed Jan 28, 2022
1 parent 3e0def0 commit 01f8665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion closed/autoconf/custom-spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@

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

J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9

# required by CMake
Expand Down
4 changes: 2 additions & 2 deletions closed/get_j9_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ declare -A shas
declare -A references

git_urls[openj9]=https://github.com/eclipse-openj9/openj9
branches[openj9]=openj9-0.30.0-m3a
branches[openj9]=openj9-0.30.0

git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr
branches[omr]=openj9-0.30.0-m3
branches[omr]=openj9-0.30.0

pflag=false

Expand Down

0 comments on commit 01f8665

Please sign in to comment.