You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/07/30 18:50:22 UTC

svn commit: r1367166 - /incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Mon Jul 30 16:50:22 2012
New Revision: 1367166

URL: http://svn.apache.org/viewvc?rev=1367166&view=rev
Log:
Naming branches according to existing pattern

Modified:
    incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml

Modified: incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml?rev=1367166&r1=1367165&r2=1367166&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml (original)
+++ incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml Mon Jul 30 16:50:22 2012
@@ -149,7 +149,7 @@ under the License.
             causing problems with the release. It also provides a future maintenance branch (like 1.0.x.)
             <br/>
             A branch can be made by running:
-            <source>mvn -P apache-release release:branch -DbranchName=1.0.x</source>
+            <source>mvn -P apache-release release:branch -DbranchName=1_0_X</source>
           </li>
           <li>
             Checkout a clean copy of the trunk/branch to release using command line svn: