Skip to content

Commit

Permalink
Fix: Remove clm-maven-plugin version pin
Browse files Browse the repository at this point in the history
Issue: RELENG-5417
Signed-off-by: Kevin Sandi <[email protected]>
Change-Id: I1a83947ec7f6e2930ab0cb601e9a0042c4afd283
  • Loading branch information
keanjapesan committed Jun 6, 2024
1 parent d17628c commit e66f993
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Remove harcoded version pin of clm_maven_plugin to avoid using old version
2 changes: 1 addition & 1 deletion shell/sonatype-clm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e66f993

Please sign in to comment.