Skip to content

Commit

Permalink
Update to 11.0.5.0-m1
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Addison <sxa@uk.ibm.com>
  • Loading branch information
Stewart Addison committed Sep 24, 2019
1 parent 502ab02 commit c7964e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions closed/autoconf/custom-spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ OPENJDK_SHA := @OPENJDK_SHA@

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

# J9JDK_EXT_VERSION := ${VERSION_NUMBER_FOUR_POSITIONS}
J9JDK_EXT_VERSION := HEAD
J9JDK_EXT_VERSION := 11.0.5.0-m1
# J9JDK_EXT_VERSION := HEAD
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 @@ -54,10 +54,10 @@ declare -A git_urls
declare -A shas

git_urls[openj9]=https://github.com/eclipse/openj9
branches[openj9]=master
branches[openj9]=openj9-0.17.0

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

pflag=false

Expand Down

0 comments on commit c7964e2

Please sign in to comment.