From 4607d33d99c566054261557fdf34bcbfaefc6480 Mon Sep 17 00:00:00 2001 From: andrew-m-leonard Date: Wed, 25 Sep 2019 14:29:52 +0100 Subject: [PATCH] Update get_j9_source.sh to openj9-0.17.0-m1 Signed-off-by: andrew-m-leonard --- 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 e7ad4c89985..87cb8e0c3b0 100644 --- a/closed/get_j9_source.sh +++ b/closed/get_j9_source.sh @@ -1,7 +1,7 @@ #!/bin/bash # =========================================================================== -# (c) Copyright IBM Corp. 2017, 2018 All Rights Reserved +# (c) Copyright IBM Corp. 2017, 2019 All Rights Reserved # =========================================================================== # # This code is free software; you can redistribute it and/or modify it @@ -54,10 +54,10 @@ declare -A git_urls declare -A shas git_urls[openj9]=https://github.com/eclipse/openj9 -branches[openj9]=openj9-0.17.0 +branches[openj9]=openj9-0.17.0-m1 git_urls[omr]=https://github.com/eclipse/openj9-omr -branches[omr]=openj9-0.17.0 +branches[omr]=openj9-0.17.0-m1 pflag=false