Skip to content

Commit

Permalink
Merge branch 'ifix-11.0.17.8_APAR-IJ47413_20230704_01' into ifix-11.0…
Browse files Browse the repository at this point in the history
….17.8_APAR-IJ47413_20230704_01_new
  • Loading branch information
narkedi authored Jul 19, 2023
2 parents ec4779e + 0d2598f commit 6677d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions closed/get_j9_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ declare -A git_urls
declare -A shas
declare -A references

git_urls[openj9]=https://github.com/ibmruntimes/semeru-openj9
git_urls[openj9]=https://github.com/ibmruntimes/semeru-openj9.git
branches[openj9]=ifix-11.0.17.8_APAR-IJ47413_20230704_01

git_urls[omr]=https://github.com/ibmruntimes/semeru-openj9-omr
git_urls[omr]=https://github.com/ibmruntimes/semeru-openj9-omr.git
branches[omr]=ifix-11.0.17.8_APAR-IJ47413_20230704_01

pflag=false
Expand Down

0 comments on commit 6677d3b

Please sign in to comment.