Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change 
notification.

The "HowToRelease" page has been changed by edwardyoon:
https://wiki.apache.org/hama/HowToRelease?action=diff&rev1=31&rev2=32

  
  {{{ svn up }}}
  
+ 2. Publish a SNAPSHOT
+ 
+ {{{ mvn deploy }}}
+ 
- 2. Prepare the release:
+ 3. Prepare the release:
  
  {{{ mvn release:prepare }}}
  
  If you need to rollback the release, {{{ mvn release:rollback }}}.
  
- 3. Digitally sign the distribution hama-X.X.X.tar.gz.
+ 4. Digitally sign the distribution hama-X.X.X.tar.gz.
  
   * http://www.apache.org/dev/release-signing.html
   * http://www.apache.org/dev/openpgp.html
@@ -44, +48 @@

  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
+ 5. Put the release candidate somewhere people can test it on different 
platforms
  
  {{{
  scp dist/target/** 
[email protected]:/home/edwardyoon/public_html/dist/0.6.1-RC3

Reply via email to