Versions Compared

Key

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

...

Manually check that the list from JIRA, SVN GIT and CHANGES.txt all reflect the same changes.

Update CHANGES.txt using the JIRA release notes in text format.

Build the artifacts

Make sure the branch builds cleanly. Check for errors and warnings in the output.

...

Code Block
svn move https://dist.apache.org/repos/dist/dev/bookkeeper/bookkeeper-4X.2Y.4Z-candidate-0 https://dist.apache.org/repos/dist/release/bookkeeper/bookkeeper-4X.2Y.4
Z

Remove the old releases from the release directory in subversion (we only need the latest release there, older releases are available through the archive):

Code Block
svn rm https://dist.apache.org/repos/dist/dev/bookkeeper/bookkeeper-X.Y.Z

Release the repository in maven. Log in to https://repository.apache.org, click on Staging on the left. Select the repository that you closed earlier, and click Release, using a description like "Apache BookKeeper X.Y.Z artifacts". This will make the artifacts publicly available.

...