On Wed, Feb 24, 2016 at 1:44 PM, Ryan Black <[email protected]> wrote: > Before I continue to iterate releases, perhaps in error, to have my > release version not include -SNAPSHOT, would you have any advice on this > scenario?
Possibly you are accidentally using an old, and buggy, version of the release plugin. Try mvn org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare org.apache.maven.plugins:maven-release-plugin:2.5.1:perform I also recommend switching to a 2.x version of the (Jenkins) plugin parent POM, which defines newer (Maven) plugin versions, among other improvements. You need merely define your Jenkins dependency version like this: <jenkins.version>1.580.1</jenkins.version> -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2VMdyBRGOPWRL%3DdVUU%3DdByO2D%3DRE0NiRc2JGkQXnE2Qg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
