We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c4b81 commit 0559489Copy full SHA for 0559489
.ivy/raise-build-plugin-version.sh
@@ -1,5 +1,3 @@
1
#!/bin/bash
2
3
mvn --batch-mode versions:set-property versions:commit -f playwright/tests/workspaces/prebuiltProject/pom.xml -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true
4
-mvn --batch-mode versions:set-property versions:commit -f playwright/tests/workspaces/prebuiltEmptyProject/pom.xml -Dproperty=project.build.plugin.version -DnewVersion=${2} -DallowSnapshots=true
5
-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 commit comments