Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Update Version Number if Required

...

Code Block

mvn versions:set -DnewVersion="x.y.z"
Commit and push the version change.

Create a Release Tag

Code Block
git tag -a release-x.y.z-rc0 -m 'Tez x.y.z RC0'
git push --tags origin

...