From 5da449cd7d892037681aaab8c24d0f800f361bce Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Mon, 28 Aug 2023 09:20:03 -0400 Subject: [PATCH] Update versions to build 0.41 Signed-off-by: Peter Shipton --- closed/get_j9_source.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/closed/get_j9_source.sh b/closed/get_j9_source.sh index 8a6bebc7249..a6d2ef0c380 100644 --- a/closed/get_j9_source.sh +++ b/closed/get_j9_source.sh @@ -1,7 +1,7 @@ #!/bin/bash # =========================================================================== -# (c) Copyright IBM Corp. 2017, 2021 All Rights Reserved +# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved # =========================================================================== # # This code is free software; you can redistribute it and/or modify it @@ -57,10 +57,10 @@ declare -A shas declare -A references git_urls[openj9]=https://github.com/eclipse-openj9/openj9 -branches[openj9]=master +branches[openj9]=v0.41.0-release git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr -branches[omr]=openj9 +branches[omr]=v0.41.0-release pflag=false