From b1217c5d6e8bbb707e9ea67aa213bd1d95e1d760 Mon Sep 17 00:00:00 2001 From: Eirik Nygaard Date: Tue, 9 Aug 2022 10:10:58 +0200 Subject: Follow artifact renaming in sample-apps --- screwdriver/update-vespa-version-in-sample-apps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'screwdriver/update-vespa-version-in-sample-apps.sh') diff --git a/screwdriver/update-vespa-version-in-sample-apps.sh b/screwdriver/update-vespa-version-in-sample-apps.sh index ca163de347c..f7db668c33a 100755 --- a/screwdriver/update-vespa-version-in-sample-apps.sh +++ b/screwdriver/update-vespa-version-in-sample-apps.sh @@ -17,9 +17,9 @@ function is_published { echo $TMP_MVN_REPO mkdir -p $TMP_MVN_REPO rm -rf $TMP_MVN_REPO/com/yahoo/vespa - # Because the transfer of artifacts to Maven Central is not atomic we can't just check a simple pom or jar to be available. Because of this we + # Because the transfer of artifacts to Maven Central is not atomic we can't just check a simple pom or jar to be available. Because of this we # check that the publication is complete enough to compile a Java sample app - if mvn -V -B -pl ai.vespa.example:albums -Dmaven.repo.local=$TMP_MVN_REPO -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests clean package; then + if mvn -V -B -pl ai.vespa.example:album-recommendation-java -Dmaven.repo.local=$TMP_MVN_REPO -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests clean package; then return 0 else return 1 -- cgit v1.2.3