Skip to content

Commit

Permalink
fix versioning conflicts when using maven release plugin (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell authored Nov 15, 2023
1 parent 79f6101 commit 51eba8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ jobs:
distribution: "temurin"
- name: Publish JARs
run: |
mvn --batch-mode versions:set -DnewVersion=$(git describe --tags --abbrev=0 | cut -c2-) -DprocessAllModules -DgenerateBackupPoms=false
mvn release:clean release:prepare release:perform \
--batch-mode \
-DreleaseVersion=$(git describe --tags --abbrev=0 | cut -c2-) \
Expand Down

0 comments on commit 51eba8b

Please sign in to comment.