Skip to content

Commit

Permalink
Merge pull request #450 from axonivy/alexsuter-patch-1
Browse files Browse the repository at this point in the history
Fix raise-build-plugin-version.sh
  • Loading branch information
alexsuter committed Dec 27, 2023
2 parents de02560 + 931f5d4 commit d74df12
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 -f integration/standalone/glsp-test-project/pom.xml -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true
mvn --batch-mode versions:set-property versions:commit -f playwright/glsp-test-project/pom.xml -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true

0 comments on commit d74df12

Please sign in to comment.