Skip to content

Commit

Permalink
webtests version fix, bump script assert (5 poms must be bumped)
Browse files Browse the repository at this point in the history
  • Loading branch information
vankeisb committed Nov 17, 2015
1 parent 942c1fa commit 41687f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bump-version.groovy
Expand Up @@ -29,6 +29,6 @@ new File(".").eachFileRecurse { File f ->
}
}

assert nbPoms == 4
assert nbPoms == 5
println "Replaced versions in $nbPoms pom files"
println "Done. Version bumped from $oldVersion to $newVersion"
2 changes: 1 addition & 1 deletion webtests/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.sourceforge.stripes</groupId>
<artifactId>stripes-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>stripes-webtests</artifactId>
Expand Down

0 comments on commit 41687f3

Please sign in to comment.