Skip to content

Commit

Permalink
Merge pull request #56 from pshipton/rc2
Browse files Browse the repository at this point in the history
Get sources from openj9-0.8.0-rc2 tag for OpenJ9 and OMR
  • Loading branch information
DanHeidinga committed Mar 1, 2018
2 parents e6201d2 + 096d80a commit ed7328e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/get_j9_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
declare -A j9repos
declare -A branches
declare -A default_j9repos=( [openj9]=eclipse/openj9 [omr]=eclipse/openj9-omr )
declare -A default_branches=( [openj9]=openj9-0.8.0-rc1 [omr]=openj9-0.8.0-rc1 )
declare -A default_branches=( [openj9]=openj9-0.8.0-rc2 [omr]=openj9-0.8.0-rc2 )
declare -A commands
declare -A shas

Expand Down

0 comments on commit ed7328e

Please sign in to comment.