Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 178 Bytes

File metadata and controls

14 lines (12 loc) · 178 Bytes

Set a new version

mvn versions:set -DnewVersion=x.x.x

Release a new version

mvn clean deploy -Preleasing

Revert versions

mvn versions:revert