X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fsonatype-clm.sh;h=4abe70ebd01ef44fd353ad63b4f0726d94a82146;hb=fd801fd5832b6f8538960e0ddb5fd98d71255b8d;hp=20719747d8d1ac50c10a5b7550f8e929789c0118;hpb=f28ade1756690beec0845d3489e41f9434d4bcd1;p=releng%2Fglobal-jjb.git diff --git a/shell/sonatype-clm.sh b/shell/sonatype-clm.sh index 20719747..4abe70eb 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:index \ +$MVN $MAVEN_GOALS dependency:tree com.sonatype.clm:clm-maven-plugin:2.41.0-02:index \ --global-settings "$GLOBAL_SETTINGS_FILE" \ --settings "$SETTINGS_FILE" \ -DaltDeploymentRepository=staging::default::file:"$WORKSPACE"/m2repo \