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 991c488 commit f7cfd13Copy full SHA for f7cfd13
.travis/update-version.sh
@@ -13,6 +13,9 @@ update_version() {
13
14
# Increment the patch version
15
mvn --settings .travis/settings.xml org.codehaus.mojo:versions-maven-plugin:2.7:set -DnextSnapshot=true
16
+
17
+ # Pull the value from the pom
18
+ NEW_VERSION=$(mvn --settings .travis/settings.xml help:evaluate -Dexpression=project.version -q -DforceStdout)
19
}
20
21
commit_files() {
0 commit comments