Fix: Remove clm-maven-plugin version pin 47/72947/4 master v0.90.8
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Thu, 6 Jun 2024 23:13:51 +0000 (17:13 -0600)
committerKevin Sandi <ksandi@contractor.linuxfoundation.org>
Thu, 6 Jun 2024 23:36:32 +0000 (17:36 -0600)
Issue: RELENG-5417
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I1a83947ec7f6e2930ab0cb601e9a0042c4afd283

releasenotes/notes/remove_clm_maven_plugin_pin-c398bf8a7a059e83.yaml [new file with mode: 0644]
shell/sonatype-clm.sh

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 (file)
index 0000000..ae2aff0
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Remove harcoded version pin of clm_maven_plugin to avoid using old version
index 4abe70e..2071974 100644 (file)
@@ -21,7 +21,7 @@ export MAVEN_OPTS
 
 # Disable SC2086 because we want to allow word splitting for $MAVEN_* parameters.
 # shellcheck disable=SC2086
 
 # 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 \
     --global-settings "$GLOBAL_SETTINGS_FILE" \
     --settings "$SETTINGS_FILE" \
     -DaltDeploymentRepository=staging::default::file:"$WORKSPACE"/m2repo \