From 5a9481e75a634dd34ebf1872a4530e7c7dec026a Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 12 Apr 2024 10:22:52 -0400 Subject: [PATCH] Update dailyBuild.sh (#296) --- scripts/dailyBuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/dailyBuild.sh b/scripts/dailyBuild.sh index 1ffa116c..210bede2 100755 --- a/scripts/dailyBuild.sh +++ b/scripts/dailyBuild.sh @@ -17,8 +17,9 @@ if [ "$JDK_LEVEL" == "11" ]; then exit 0 fi -sed -i "\#liberty-maven-plugin#ahttps://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER" system/pom.xml module-getting-started/pom.xml module-openapi/pom.xml module-config/pom.xml +sed -i "\#true#ahttps://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER" system/pom.xml module-getting-started/pom.xml module-openapi/pom.xml module-config/pom.xml cat system/pom.xml +sed -i "\#liberty-maven-plugin#ahttps://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER" module-getting-started/pom.xml module-openapi/pom.xml module-config/pom.xml cat module-getting-started/pom.xml cat module-openapi/pom.xml cat module-config/pom.xml