From 4411592cbb26aea01747a4d2bf791f1ef3793a59 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 4 Oct 2013 22:27:58 +0000 Subject: [PATCH] Minor edit to release notes section git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1529332 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/docbkx/developer.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml index 71b82d74c7f..953977dd79c 100644 --- a/src/main/docbkx/developer.xml +++ b/src/main/docbkx/developer.xml @@ -254,7 +254,8 @@ mvn clean package -DskipTests The script dev-support/make_rc.sh automates most of this. The Hadoop How To Release wiki page informs much of the below and may have more detail on particular sections so it is worth review. - Update CHANGES.txt with the changes since the last release (query JIRA, export to excel then hack w/ vim to format to suit CHANGES.txt TODO: Needs detail). + Update CHANGES.txt with the changes since the last release. + Make sure the URL to the JIRA points to the properly location listing fixes for this release. Adjust the version in all the poms appropriately; e.g. you may need to remove -SNAPSHOT from all versions. The Versions Maven Plugin can be of use here. To set a version in all poms, do something like this: