Skip to content

Commit a33fa4f

Browse files
committed
Update branches to build the 0.35 release
Signed-off-by: Peter Shipton <[email protected]>
1 parent 2c6e9f8 commit a33fa4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

closed/get_j9_source.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# ===========================================================================
4-
# (c) Copyright IBM Corp. 2017, 2021 All Rights Reserved
4+
# (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
55
# ===========================================================================
66
#
77
# This code is free software; you can redistribute it and/or modify it
@@ -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]=master
60+
branches[openj9]=v0.35.0-release
6161

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

6565
pflag=false
6666

0 commit comments

Comments
 (0)