You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/12/25 01:40:58 UTC

svn commit: r1425696 - /commons/proper/math/trunk/doc/release/release.howto.txt

Author: erans
Date: Tue Dec 25 00:40:58 2012
New Revision: 1425696

URL: http://svn.apache.org/viewvc?rev=1425696&view=rev
Log:
Document update.

Modified:
    commons/proper/math/trunk/doc/release/release.howto.txt

Modified: commons/proper/math/trunk/doc/release/release.howto.txt
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/doc/release/release.howto.txt?rev=1425696&r1=1425695&r2=1425696&view=diff
==============================================================================
--- commons/proper/math/trunk/doc/release/release.howto.txt (original)
+++ commons/proper/math/trunk/doc/release/release.howto.txt Tue Dec 25 00:40:58 2012
@@ -67,8 +67,8 @@ to the SVN repository. Once the release 
 
 
 (3)
-The "download" page template is located at "src/site/xdoc/download_math.xml"
-Update it by running the command:
+The "download" page template is located at "src/site/xdoc/download_math.xml".
+This file is updated automatically by running the command:
 
   $ mvn commons:download-page
 
@@ -279,11 +279,20 @@ Release (a.k.a. "promote") the artefacts
 (14)
 Publish the web site. From your local working copy of the tag, run the command:
 
-  $ mvn site site:deploy
+  $ mvn site:deploy
 
 
 (15)
-Send (from your apache account) the release announcement to the following ML:
+Copy the the final RC tag to the official tag:
+  $ svn copy \
+    https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_1_RC5 \
+    -m"RC5 becomes the 3.1 official version." \
+    https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_1
+
+
+(16)
+Allow for the web site mirrors to be updated (possibly several hours); then
+send (from your apache account) a release announcement to the following ML:
   announce@apache.org
   dev@commons.apache.org
   user@commons.apache.org