You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2013/03/22 14:25:57 UTC

svn commit: r1459758 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Author: bodewig
Date: Fri Mar 22 13:25:57 2013
New Revision: 1459758

URL: http://svn.apache.org/r1459758
Log:
use example version 1.2 consistently

Modified:
    commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1459758&r1=1459757&r2=1459758&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Fri Mar 22 13:25:57 2013
@@ -436,13 +436,13 @@
       <h4>Manual Method<a name="Manual_Method"></a></h4>
         <p>Create a clean SVN workspace for the release candidate:</p>
       <pre>
-      svn co https://svn.apache.org/repos/asf/commons/proper/foo/trunk foo-m.n.o-RC1
+      svn co https://svn.apache.org/repos/asf/commons/proper/foo/trunk foo-1.2-RC1
       </pre>
 
         <p>Edit the version fields in the POMs to remove the -SNAPSHOT, for example
         using Maven's version plugin.</p>
       <pre>
-      mvn versions:set -DnewVersion=3.1 -DgenerateBackupPoms=false
+      mvn versions:set -DnewVersion=1.2 -DgenerateBackupPoms=false
       </pre>
 
         
@@ -453,7 +453,7 @@
         <p>Create the RC tag, by copying the tag workspace to SVN:</p>
 
       <pre>
-      svn copy foo-m.n.o-RC1 -m "Creating foo-m.n.o-RC1 tag" https://svn.apache.org/repos/asf/commons/proper/foo/tags/foo-m.n.o-RC1
+      svn copy foo-1.2-RC1 -m "Creating foo-1.2-RC1 tag" https://svn.apache.org/repos/asf/commons/proper/foo/tags/foo-1.2-RC1
       </pre>
 
       <h4>Maven Release Plugin<a name="Maven_Release_Plugin"></a></h4>