Dear Wiki user,

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

The "HowToCommit" page has been changed by thomasjungblut:
http://wiki.apache.org/hama/HowToCommit?action=diff&rev1=3&rev2=4

   1. Include the Jira issue id in the commit message, along with a short 
description of the change and the name of the contributor if it is not you.  Be 
sure to get the issue id right, as this causes Jira to link to the change in 
Subversion (use the issue's "All" tab to see these).
   1. Resolve the issue as fixed, thanking the contributor.  Always set the 
"Fix Version" at this point, but please only set a single fix version, the 
earliest release in which the change will appear.
  
+ 
+ == Keys ==
+ 
+ You may want to add your KEY to http://incubator.apache.org/hama/KEYS
+ 
+ To add your KEY, you can add text to src/site/resources/files/KEYS
+ file. and recommend to use a 4096 bit RSA key.
+ 
+ See http://www.apache.org/dev/release-signing.html and
+ http://www.apache.org/dev/openpgp.html
+ 
+ Then, you can create release candidate with following command:
+ 
+ {{{
+ mvn clean install package gpg:sign
+ }}}
+ 

Reply via email to