Skip to content
David SPORN edited this page Aug 19, 2016 · 5 revisions

Welcome to the core wiki!

release cheat sheet

Set next version (when the next version set during release:prepare is not valid anymore)

mvn versions:set -DnewVersion=xxx-SNAPSHOT

Prepare the release :

mvn release:prepare -DpushChanges=false

Perform the release :

mvn release:perform -P deploy2central -DlocalCheckout=true

Push after successfull release, including tag :

git push --follow-tags
Clone this wiki locally