Versions Compared

Key

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

...

These variables will be used in the examples that follow.  The exact values of $ORG and $REPO will , $REPO, $CURR and $NEXT will vary depending on which module and version  is being released.

Code Block
ORG=fcrepo4
REPO=fcrepo-module-auth-webacfcrepo4
CURR=45.50.12
NEXT=45.51.20-SNAPSHOT

Github Release

Perform a clean checkout of the code from Github and prepare the release.

...

Push Release Branch to Maintenance

The release branch has changes made since code freeze. It also contains the update to the version numbers for future development.

...

Ensure that your commit history matches the release branch's commit history, except for the two additional commits.
 

  1. Changing from SNAPSHOT version to release version. Something like [maven-release-plugin] prepare release $REPO-$CURR
  2. Changing from release version to next development version. Something like [maven-release-plugin] prepare for next development iteration

...

If this appears correct, you can push your release branch on to the maintenance branch.

...