You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wookie.apache.org by bu...@apache.org on 2013/03/27 00:29:35 UTC

svn commit: r856071 - in /websites/staging/wookie/trunk/content: ./ docs/developer/release-process.html

Author: buildbot
Date: Tue Mar 26 23:29:34 2013
New Revision: 856071

Log:
Staging update by buildbot for wookie

Modified:
    websites/staging/wookie/trunk/content/   (props changed)
    websites/staging/wookie/trunk/content/docs/developer/release-process.html

Propchange: websites/staging/wookie/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 26 23:29:34 2013
@@ -1 +1 @@
-1449063
+1461371

Modified: websites/staging/wookie/trunk/content/docs/developer/release-process.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/release-process.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/release-process.html Tue Mar 26 23:29:34 2013
@@ -233,7 +233,18 @@ Any new libraries and code added since t
 <h3 id="7-create-a-tag-of-the-current-trunk-state">7. Create a tag of the current trunk state.</h3>
 <ol>
 <li>Ensure you have checked out a clean copy of the trunk from svn.</li>
-<li>In Eclipse select the wookie root folder and right click. Choose team -&gt; Tag...</li>
+<li>
+<p>If using the command line:</p>
+<ol>
+<li>Run the following command, replacing the version number as appropriate</li>
+</ol>
+<p>svn copy https://svn.apache.org/repos/asf/wookie/trunk/ https://svn.apache.or
+g/repos/asf/wookie/tags/0.14.0 -m "Wookie release 0.14.0"</p>
+</li>
+<li>
+<p>If using Eclipse:</p>
+<ol>
+<li>select the wookie root folder and right click. Choose team -&gt; Tag...</li>
 <li>A dialog appears.</li>
 <li>In the Tag: box enter the release version number i.e. '0.12.0'<ul>
 <li>use the same version here as you entered in step (5.2) when updating the pom-template files</li>
@@ -247,6 +258,8 @@ Any new libraries and code added since t
 </ul>
 </li>
 </ol>
+</li>
+</ol>
 <h3 id="8-roll-version-number-forward-in-all-properties-files-in-the-trunk">8. Roll version number forward in all properties files in the trunk.</h3>
 <ol>
 <li>If you haven't already, switch back to the trunk. </li>