Dear Wiki user, You have subscribed to a wiki page or wiki category on "Blur Wiki" for change notification.
The "HowToRelease" page has been changed by TimWilliams: https://wiki.apache.org/blur/HowToRelease?action=diff&rev1=6&rev2=7 This only needs doing if this is the first release in a series (X.Y.0). - * Update CHANGES.txt in trunk to replace Trunk (unreleased changes) with Release X.Y.0 - YYYY-MM-DD. Commit: + * Update CHANGES.txt in trunk to replace Trunk (unreleased changes) with Release X.Y.0 - YYYY-MM-DD. Commit: {{{ svn commit -m "Preparing for release X.Y.Z" }}} - * Create a branch for the release series: + * Create a branch for the release series: {{{ svn copy https://svn.apache.org/repos/asf/blur/trunk \ https://svn.apache.org/repos/asf/blur/branches/branch-X.Y -m "Branching for X.Y releases" }}} - * Add back Trunk (unreleased changes) to CHANGES.txt in trunk. + * Add back Trunk (unreleased changes) to CHANGES.txt in trunk. - * Bump the version number in trunk (the update-versions script mangles the whitespace in the root XML element): + * Bump the version number in trunk (the update-versions script mangles the whitespace in the root XML element): {{{ for file in $(find . -name pom.xml); do sed -i "" -e "s/0.1.0-SNAPSHOT/0.2.0-SNAPSHOT/" $file; done }}} - * Bump the version in src/site/xdoc/index.xml. + * Bump the version in src/site/xdoc/index.xml. - * Bump the version in src/site/xdoc/blur-in-5-minutes.xml. + * Bump the version in src/site/xdoc/blur-in-5-minutes.xml. - * Bump the version in src/site/site.xml. + * Bump the version in src/site/site.xml. - * Commit these changes to trunk. + * Commit these changes to trunk. - * Checkout the release branch + * Checkout the release branch {{{ svn checkout https://svn.apache.org/repos/asf/blur/branches/branch-X.Y }}} @@ -64, +64 @@ sed -i "" -e "s/0.1.0-SNAPSHOT/0.1.0/" $file; done }}} - * Fix the version numbers in src/site/xdoc/index.xml, src/site/xdoc/blur-in-5-minutes.xml, src/site/site.xml. + * Fix the version numbers in src/site/xdoc/index.xml, src/site/xdoc/blur-in-5-minutes.xml, src/site/site.xml. = Run Tests =
