Skip to content

Commit

Permalink
Update version and branches for 11.0.5.0 GA
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rushton <[email protected]>
  • Loading branch information
Simon Rushton committed Oct 16, 2019
1 parent c93af76 commit 08085f7
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 @@ -64,7 +64,7 @@ OPENJDK_SHA := @OPENJDK_SHA@

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

J9JDK_EXT_VERSION := 11.0.5.0-m2
J9JDK_EXT_VERSION := 11.0.5.0
# J9JDK_EXT_VERSION := HEAD
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9

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]=openj9-0.17.0-m2
branches[openj9]=openj9-0.17.0

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

pflag=false

Expand Down

0 comments on commit 08085f7

Please sign in to comment.