Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 256 Bytes

File metadata and controls

14 lines (12 loc) · 256 Bytes

Instruction on how to release new versions

mvn versions:set -DnewVersion=${version}
git add .
git commit -m 'v${version}'
git push
mvn clean deploy

mvn versions:set -DnewVersion=${new-version}
git add .
git commit -m 'v${new-version}'
git push