Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToRelease" page has been changed by MattFoley: http://wiki.apache.org/hadoop/HowToRelease?action=diff&rev1=85&rev2=86 Comment: removed obsolete versioning in xml files }}} 1. Update {{{CHANGES.txt}}} to add back in {{{Trunk (unreleased changes)}}}. 1. Update the default version in {{{build.xml}}} on trunk to X.Y+1.0-dev. - 1. Update the version number in {{{src/docs/src/documentation/content/xdocs/tabs.xml}}} on trunk to X.Y+1.0. - 1. Update the {{{project.version}}} number in {{{/src/test/aop/build/aop.xml}}} on trunk to X.Y+1.0. - 1. Update the {{{hadoop-*.version}}} numbers in {{{ivy/libraries.properties}}} on trunk to X.Y+1.0. + 1. Update the {{{hadoop.version}}} number in {{{ivy/libraries.properties}}} on trunk to X.Y+1.0. 1. Commit these changes to trunk. {{{ svn commit -m "Preparing for X.Y+1.0 development" }}} @@ -65, +63 @@ | ./relnotes.py > $vers.html }}} edit the releasenotes.html with the list of items from $vers.html. 1. Update the version number in {{{build.xml}}} to be ''hadoop-X.Y.N-dev'', where ''N'' is one greater than the release being made. + 1. Update the "hadoop.version" number in {{{ivy/libraries.properties}}} to be the same as the release being made. 1. Commit these changes. {{{ svn commit -m "Preparing for release X.Y.Z" }}}
