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 2012/11/27 15:03:08 UTC

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

Author: buildbot
Date: Tue Nov 27 14:03:07 2012
New Revision: 839790

Log:
Staging update by buildbot for wookie

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

Propchange: websites/staging/wookie/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 27 14:03:07 2012
@@ -1 +1 @@
-1414187
+1414193

Modified: websites/staging/wookie/trunk/content/docs/developer/release-overview.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/release-overview.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/release-overview.html Tue Nov 27 14:03:07 2012
@@ -106,9 +106,8 @@
 </ol>
 </li>
 <li>Vote on release</li>
-<li>Request approval from Incubator PCM</li>
 <li>Release<ol>
-<li>Upload to incubator distributions site</li>
+<li>Upload to distributions site</li>
 <li>Wait for mirroring to take place </li>
 <li>Announce the release</li>
 </ol>
@@ -166,7 +165,7 @@ The Apache Software Foundation (http://w
 checked for accuracy.  Other documentation is maintained online and can be modified when 
 required.  When we announce the release it would be good to review the documentation for 
 accuracy and usability. The status document can be generated from the issue tracker with 
-some introduction. Release notes need to be created including the standard incubator disclaimer.</p>
+some introduction. Release notes need to be created.</p>
 <h3 id="release-tag">Release Tag</h3>
 <p>When we reach code freeze a tag should be created in which the release is built and 
 signed. This will allow continued development on trunk.  The tag can also be used to 

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 Nov 27 14:03:07 2012
@@ -179,7 +179,7 @@ Any new libraries and code added since t
 <h3 id="5-update-all-references-to-snapshot-in-the-properties-files-and-update-the-pom-templates">5. Update all references to SNAPSHOT in the properties files and update the pom-templates</h3>
 <ol>
 <li>
-<p>Find the version reference in the following files. Update it in each case removing the '-SNAPSHOT' at the end, so that it reads for example '0.10.0-incubating'. Note that in the top-level ivy.xml there are actually three references you need to change, including the dependencies on the Connector and Parser.</p>
+<p>Find the version reference in the following files. Update it in each case removing the '-SNAPSHOT' at the end, so that it reads for example '0.12.0'. Note that in the top-level ivy.xml there are actually three references you need to change, including the dependencies on the Connector and Parser.</p>
 <ul>
 <li>/build.properties</li>
 <li>/ivy.xml</li>
@@ -251,7 +251,7 @@ Any new libraries and code added since t
 <ol>
 <li>If you haven't already, switch back to the trunk. </li>
 <li>Find all the files listed in step (#5.1) above.</li>
-<li>Update all the entries to the next version-SNAPSHOT - i.e. 0.13.0-incubating-SNAPSHOT</li>
+<li>Update all the entries to the next version-SNAPSHOT - i.e. 0.13.0-SNAPSHOT</li>
 <li>Update the 3 pom-template.xml files in step (#5.2) above so that they point back at the trunk again</li>
 <li>Commit your changes</li>
 </ol>
@@ -322,7 +322,7 @@ Any new libraries and code added since t
 
 
 <p>...substituting the ${project.version} with the folder name of the generated artifacts i.e...</p>
-<div class="codehilite"><pre><span class="n">scp</span> <span class="o">-</span><span class="n">r</span> <span class="o">.</span><span class="sr">/0.10.0-incubating joebloggs@people.apache.org:/</span><span class="n">www</span><span class="sr">/people.apache.org/</span><span class="n">builds</span><span class="sr">/wookie/</span>
+<div class="codehilite"><pre><span class="n">scp</span> <span class="o">-</span><span class="n">r</span> <span class="o">.</span><span class="sr">/0.12.0 joebloggs@people.apache.org:/</span><span class="n">www</span><span class="sr">/people.apache.org/</span><span class="n">builds</span><span class="sr">/wookie/</span>
 </pre></div>