Skip to content

Commit

Permalink
Fix raise project-build-plugin version script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Nov 16, 2023
1 parent c80a1b9 commit 4e0b4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ivy/raise-build-plugin-version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

mvn --batch-mode versions:set-property versions:commit -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true
mvn -f 'pom.test.xml' --batch-mode versions:set-property versions:commit -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true

0 comments on commit 4e0b4f1

Please sign in to comment.