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=27&rev2=28 == Publishing == - Once three PMC members (PPMC and IPMC) have voted for a release, it may be published. + Once three PMC members have voted for a release, it may be published. 1. Manage versions in JIRA 2. Release artifacts + {{{ mvn release:perform }}} - * http://www.apache.org/dev/repository-faq.html - * http://www.apache.org/dev/publishing-maven-artifacts.html - * http://maven.apache.org/plugins/maven-gpg-plugin/usage.html + Now you must close the staging repository to indicate to Nexus that the build is done and to make the artifacts available. See http://www.apache.org/dev/publishing-maven-artifacts.html + + {{{ + scp -r [email protected]:/home/edwardyoon/public_html/dist/0.6.2-RC1/ ./ + mv 0.6.2-RC1 0.6.2 + svn add 0.6.2; svn commit ./ -m "Release Hama 0.6.2" + }}} 3. Website update
