Another attempt to get the release working.

This commit is contained in:
Endolf 2018-06-01 21:27:58 +01:00
parent 33640ec47d
commit d0487df592

2
Jenkinsfile vendored
View file

@ -136,7 +136,7 @@ pipeline {
sh "mvn -P windows,linux,osx,wintab versions:revert" sh "mvn -P windows,linux,osx,wintab versions:revert"
sh "mvn -P windows,linux,osx,wintab versions:set -DnextSnapshot" sh "mvn -P windows,linux,osx,wintab versions:set -DnextSnapshot"
sh "git commit -m 'Next development release' ." sh "git commit -m 'Next development release' ."
sh "git push --follow-tags" sh "git push origin HEAD:master --follow-tags"
} }
} }
} }