Skip to content

Commit

Permalink
no snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Dec 3, 2024
1 parent 977548d commit 8a4ae39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 -f 'pom.test.xml' --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=${1} -DallowSnapshots=true
2 changes: 1 addition & 1 deletion web-tester-fixture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>12.0.2-SNAPSHOT</version>
<packaging>iar-integration-test</packaging>
<properties>
<project.build.plugin.version>12.0.1-SNAPSHOT</project.build.plugin.version>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
<engine.page.url>https://product.ivyteam.io</engine.page.url>
</properties>
<dependencies>
Expand Down

0 comments on commit 8a4ae39

Please sign in to comment.