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: