From f8331d4badc5e8aa4b358e6e2e44b5bac0f32f0d Mon Sep 17 00:00:00 2001 From: Ravali Yatham Date: Fri, 20 Oct 2023 14:03:38 +0530 Subject: [PATCH] Update branch and repo details for generating ifix for IJ47413 Signed-off-by: Ravali Yatham --- 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 0ba55d9e2ad..5defc15d868 100644 --- a/closed/get_j9_source.sh +++ b/closed/get_j9_source.sh @@ -56,10 +56,10 @@ declare -A git_urls declare -A shas declare -A references -git_urls[openj9]=https://github.com/eclipse-openj9/openj9 -branches[openj9]=v0.38.0-release +git_urls[openj9]=https://github.com/ibmruntimes/semeru-openj9 +branches[openj9]=ifix-11.0.19.7_APAR-IJ47413_20230704_01 -git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr +git_urls[omr]=https://github.com/ibmruntimes/semeru-openj9-omr branches[omr]=v0.38.0-release pflag=false