From: Kevin Sandi Date: Thu, 6 Jun 2024 23:13:51 +0000 (-0600) Subject: Fix: Remove clm-maven-plugin version pin X-Git-Tag: v0.90.8^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=e66f9937118449d46cecd213389fef2591bf6821;hp=d17628c0be0e89488f1da714a7b3f8ca1e19c419;p=releng%2Fglobal-jjb.git Fix: Remove clm-maven-plugin version pin Issue: RELENG-5417 Signed-off-by: Kevin Sandi Change-Id: I1a83947ec7f6e2930ab0cb601e9a0042c4afd283 --- diff --git a/releasenotes/notes/remove_clm_maven_plugin_pin-c398bf8a7a059e83.yaml b/releasenotes/notes/remove_clm_maven_plugin_pin-c398bf8a7a059e83.yaml new file mode 100644 index 00000000..ae2aff04 --- /dev/null +++ b/releasenotes/notes/remove_clm_maven_plugin_pin-c398bf8a7a059e83.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Remove harcoded version pin of clm_maven_plugin to avoid using old version 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 \