-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
Jenkins 1.609.2 LTS M2 Release Plugin after upgrade to 0.14
uploading to repo only snapshots not releases :
Executing Maven: -B -f /home/dev/jenkins-ci-slave-1/workspace/git-itinera-http/itinera-http/pom.xml -DdevelopmentVersion=1.0.7-SNAPSHOT -DreleaseVersion=1.0.6 -Dresume=false release:prepare release:perform
Version is not changed.
As anyone else confirmed this?
I think I'm experiencing the same problem. Basically when configuring with
-Dresume=false release:prepare release:perform
everything seems to go well, but in the end only the next release (i.e. snapshot) is uploaded (with the correct version).
Also, two new commits are created as expected, one for the release and another for the next development iteration. However these aren't pushed to remote. Shouldn't they be?
Thanks