Versions Compared

Key

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

...

Create a branch for a release using branch-<version> as the name of the branch.

Update release version

Make sure once the branch is created the version is set usingas appropriate:

Code Block
mvn versions:set -DnewVersion=<version>

...