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 AaronMcCurry: https://wiki.apache.org/blur/HowToRelease?action=diff&rev1=33&rev2=34 * Update the version in docs/getting-started.html * Commit these changes to the branch. - = Run Tests = - - Run all the unit tests with the following: - - {{{ - mvn clean test -Dhadoop1 - }}} - - = Generate the Release Notes = + = Generate the HTML Release Notes = JIRA has the ability to generate release notes automatically (this is why it is so important to keep the fix version number accurate). @@ -102, +94 @@ = Build and Deploy Artifacts = + This will take some time to complete. + Build the artifacts: + {{{ + release_scripts/build_release.sh <output directory> - mvn install -Dhadoop1 - mvn site -Ddependency.locations.enabled=false -Dhadoop1 - mvn site:stage -Dhadoop1 - mvn package -DskipTests -Dhadoop1 }}} = Copy Release Artifacts = @@ -120, +112 @@ {{{ VERSION=X.Y.Z # For example 0.2.0-incubating - cd distribution/target + cd <output directory> md5 apache-blur-$VERSION-bin.tar.gz > apache-blur-$VERSION-bin.tar.gz.md5 md5 apache-blur-$VERSION-src.tar.gz > apache-blur-$VERSION-src.tar.gz.md5 shasum apache-blur-$VERSION-bin.tar.gz > apache-blur-$VERSION-bin.tar.gz.sha1
