Versions Compared

Key

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

...

Before release, a branch should have been be created for that release in the form <major>.<minor>. For example:

No Format
 
svn copy https://svn.apache.org/repos/asf/hama/trunk https://svn.apache.org/repos/asf/hama/branches/0.2

...

No Format
 mvn release:prepare 

If you are NOT first timeneed to rollback the release,

No Format
 mvn release:rollback 

...

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

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

No Format

scp dist/target/** edwardyoon@people.apache.org:/home/edwardyoon/public_html/dist/0.6.1-RC3

Voting

Wiki Markup
Each release must be voted by the PMC on the hama-dev mailing list. Vote threads are indicated by starting the subject line with \[VOTE\].

...