Versions Compared

Key

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

...

Note: The first release candidate is rc0. The following documented process assumes rc0, but replace it with the appropriate rc number as required.

Creating a release branch

Create a branch for a release using branch-<version> as the name of the branch. Make sure once the branch is created the version is set using:

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

Checkout the release branch

...