Skip to content

Commit

Permalink
fix raise build (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu authored Feb 28, 2025
1 parent 89c4b81 commit 2296279
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ivy/raise-build-plugin-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

mvn --batch-mode versions:set-property versions:commit -f playwright/tests/workspaces/prebuiltProject/pom.xml -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true
mvn --batch-mode versions:set-property versions:commit -f playwright/tests/workspaces/prebuiltEmptyProject/pom.xml -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true
mvn --batch-mode versions:set-property versions:commit -f playwright/tests/workspaces/animationProject/pom.xml -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true

0 comments on commit 2296279

Please sign in to comment.