Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by NigelDaley: http://wiki.apache.org/hadoop/HowToRelease The comment on the change is: Minor updates for Hadoop 0.20.0 and beyond ------------------------------------------------------------------------------ ln -s rX.Y.Z current }}} 1. Generate the jdiff API data for the new release by, in the branch directory, running {{{ - ant -Dversion=X.Y.Z -Djdiff.home=/usr/local/jdiff api-xml + ant -Dversion=X.Y.Z api-xml - }}} then commit the XML file generated in docs/jdiff to both trunk and to the branch (and any intermediate branches between trunk and the branch being released). {{{ + }}} then commit the new XML file generated in lib/jdiff to both trunk and to the branch (and any intermediate branches between trunk and the branch being released). {{{ svn commit -m "JDiff output for release X.Y.Z" }}} - 1. Update the jdiff.stable value in the X.Y+1 branch's {{{build.xml}}} (which may be trunk) to be the published release (ie. X.Y.Z). + 1. Update the {{{jdiff.stable}}} value in the X.Y+1 branch's {{{build.xml}}} (which may be trunk) to be the published release (ie. X.Y.Z). 1. Send announcements to the user and developer lists once the site changes are visible. 1. In Jira, ensure that only issues in the "Fixed" state have a "Fix Version" set to release X.Y.Z. 1. In Jira, "release" the version. Visit the "Administer Project" page, then the "Manage versions" page. You need to have the "Admin" role in Hadoop Core's Jira for this step and the next.
