Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Table of Contents

...

This page explains related information required for publishing a release.

Check list before release

...

  1. Update to the latest SVN revision:
No Format
 svn up 

2. Publish a SNAPSHOT

No Format
 mvn deploy 

3. Prepare the release:

No Format
 mvn release:prepare 

...

No Format
 mvn release:rollback 

.

34. Digitally sign the distribution hama-X.X.X.tar.gz.

...

No Format
md5sum hama-x.x.x.tar.gz > hama-x.x.x.tar.gz.md5
sha1sum hama-x.x.x.tar.gz > hama-x.x.x.tar.gz.sha1

45. Put the release candidate somewhere people can test it on different platforms

...

Use CMS to deploy web site or commit changes to http://svn.apache.org/repos/asf/hama/site/trunk/ directly

4. Move Artifacts into Place

No Format

Commit artifacts to https://dist.apache.org/repos/dist/release/hama/

# remove older versions

5. Announce to announce@apache.org, dev@hama.apache.org, user@hama.apache.org

5. After release is published to dist, please remove the old release.

Reference