Skip to content

Commit 802c83f

Browse files
committed
Update get_j9_source.sh to build from the v0.32.0-release branch
Signed-off-by: Peter Shipton <[email protected]>
1 parent d87211e commit 802c83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

closed/get_j9_source.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ declare -A shas
5757
declare -A references
5858

5959
git_urls[openj9]=https://github.com/eclipse-openj9/openj9
60-
branches[openj9]=openj9-0.32.0-m2
60+
branches[openj9]=v0.32.0-release
6161

6262
git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr
63-
branches[omr]=openj9-0.32.0-m2
63+
branches[omr]=v0.32.0-release
6464

6565
pflag=false
6666

0 commit comments

Comments
 (0)