You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by bu...@apache.org on 2014/05/28 21:15:00 UTC

svn commit: r910302 - in /websites/staging/jspwiki/trunk/content: ./ ppmc/how_to_release.html

Author: buildbot
Date: Wed May 28 19:14:59 2014
New Revision: 910302

Log:
Staging update by buildbot for jspwiki

Modified:
    websites/staging/jspwiki/trunk/content/   (props changed)
    websites/staging/jspwiki/trunk/content/ppmc/how_to_release.html

Propchange: websites/staging/jspwiki/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 28 19:14:59 2014
@@ -1 +1 @@
-1598099
+1598108

Modified: websites/staging/jspwiki/trunk/content/ppmc/how_to_release.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/ppmc/how_to_release.html (original)
+++ websites/staging/jspwiki/trunk/content/ppmc/how_to_release.html Wed May 28 19:14:59 2014
@@ -145,6 +145,9 @@ the quick guide to get the release out (
 <p>Publish binaries and source to the <a href="http://www.apache.org/dev/mirrors.html">mirrors</a></p>
 </li>
 <li>
+<p>Publish latest javadocs</p>
+</li>
+<li>
 <p>Wait for 24 hours, then announce the release</p>
 </li>
 <li>
@@ -338,6 +341,20 @@ to <code>https://dist.apache.org/repos/d
 </ol>
 </li>
 <li>
+<p><strong>Publish javadocs on jspwiki.apache.org</strong></p>
+<ol>
+<li>
+<p><code>svn checkout</code> <a href="https://svn.apache.org/repos/infra/websites/production/jspwiki/content/apidocs/">https://svn.apache.org/repos/infra/websites/production/jspwiki/content/apidocs/</a></p>
+</li>
+<li>
+<p><code>svn add</code> javadocs directory/ies, which have been generated as part of the release (check for <code>*/target/apidocs</code> folders)</p>
+</li>
+<li>
+<p>modify the three links on <a href="https://svn.apache.org/repos/infra/websites/production/jspwiki/content/apidocs/index.html">https://svn.apache.org/repos/infra/websites/production/jspwiki/content/apidocs/index.html</a> so they point to the new javadocs</p>
+</li>
+</ol>
+</li>
+<li>
 <p><strong>Wait 24 hours for mirrors to sync</strong></p>
 </li>
 <li>