From eae3724a0d3f569c8e16e02f622b1101b49c2930 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Tue, 27 Aug 2024 14:26:21 -0400 Subject: [PATCH] Configure branches to build 0.46.1 Signed-off-by: Peter Shipton --- get_source.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_source.sh b/get_source.sh index 37845c0bec..1721110060 100644 --- a/get_source.sh +++ b/get_source.sh @@ -72,8 +72,8 @@ add_source() { configure_defaults() { # folder URL branch options # ------ --- ------ ------- - add_source openj9 https://github.com/eclipse-openj9/openj9.git v0.46.0-release - add_source omr https://github.com/eclipse-openj9/openj9-omr.git v0.46.0-release + add_source openj9 https://github.com/eclipse-openj9/openj9.git v0.46.1-release + add_source omr https://github.com/eclipse-openj9/openj9-omr.git v0.46.1-release add_source OpenJCEPlus https://github.com/ibmruntimes/OpenJCEPlus.git add_source openssl https://github.com/openssl/openssl.git "" "--depth=1"