X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fsonatype-clm.sh;h=20719747d8d1ac50c10a5b7550f8e929789c0118;hb=e66f9937118449d46cecd213389fef2591bf6821;hp=4abe70ebd01ef44fd353ad63b4f0726d94a82146;hpb=d17628c0be0e89488f1da714a7b3f8ca1e19c419;p=releng%2Fglobal-jjb.git diff --git a/shell/sonatype-clm.sh b/shell/sonatype-clm.sh index 4abe70eb..20719747 100644 --- a/shell/sonatype-clm.sh +++ b/shell/sonatype-clm.sh @@ -21,7 +21,7 @@ export MAVEN_OPTS # Disable SC2086 because we want to allow word splitting for $MAVEN_* parameters. # shellcheck disable=SC2086 -$MVN $MAVEN_GOALS dependency:tree com.sonatype.clm:clm-maven-plugin:2.41.0-02:index \ +$MVN $MAVEN_GOALS dependency:tree com.sonatype.clm:clm-maven-plugin:index \ --global-settings "$GLOBAL_SETTINGS_FILE" \ --settings "$SETTINGS_FILE" \ -DaltDeploymentRepository=staging::default::file:"$WORKSPACE"/m2repo \