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 \