We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f0d59 commit 74e31f4Copy full SHA for 74e31f4
closed/get_j9_source.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# ===========================================================================
4
-# (c) Copyright IBM Corp. 2017, 2021 All Rights Reserved
+# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
5
6
#
7
# This code is free software; you can redistribute it and/or modify it
@@ -57,10 +57,10 @@ declare -A shas
57
declare -A references
58
59
git_urls[openj9]=https://github.com/eclipse-openj9/openj9
60
-branches[openj9]=master
+branches[openj9]=v0.41.0-release
61
62
git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr
63
-branches[omr]=openj9
+branches[omr]=v0.41.0-release
64
65
pflag=false
66
0 commit comments