We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2121a5 commit dce671bCopy full SHA for dce671b
.travis/update-version.sh
@@ -12,7 +12,7 @@ update_version() {
12
mvn --settings .travis/settings.xml org.codehaus.mojo:versions-maven-plugin:2.7:set -DnewVersion="${TRAVIS_TAG}-SNAPSHOT"
13
14
# Increment the patch version
15
- mvn --settings .travis/settings.xml org.codehaus.mojo:versions-maven-plugin:2.7:set -DnextSnapshot=true
+ mvn --settings .travis/settings.xml release:update-versions -B
16
17
# Pull the value from the pom
18
NEW_VERSION=$(mvn --settings .travis/settings.xml help:evaluate -Dexpression=project.version -q -DforceStdout)
0 commit comments