Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Avro/HowToRelease" page has been changed by DougCutting. The comment on this change is: update location of version. http://wiki.apache.org/hadoop/Avro/HowToRelease?action=diff&rev1=9&rev2=10 -------------------------------------------------- https://svn.apache.org/repos/asf/hadoop/avro/branches/branch-X.Y -m "Branching for X.Y releases" }}} 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 default version in {{{share/VERSION.txt}} on trunk to X.Y+1.0-dev. 1. Commit these changes to trunk. {{{ svn commit -m "Preparing for X.Y+1.0 development" }}} @@ -30, +30 @@ svn co https://svn.apache.org/repos/asf/hadoop/avro/branches/branch-X.Y }}} 1. Update {{{CHANGES.txt}}} to include the release version and date (this change must be committed to trunk and any intermediate branches between trunk and the branch being released). - 1. Update the version number in {{{build.xml}}} to be ''avro-X.Y.N-dev'', where ''N'' is one greater than the release being made. + 1. Update the version number in {{{share/VERSION.txt}}} to be ''avro-X.Y.N-dev'', where ''N'' is one greater than the release being made. 1. Commit these changes. {{{ svn commit -m "Preparing for release X.Y.Z" }}}
