You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2011/11/28 14:01:03 UTC

svn commit: r799396 - in /websites/staging/opennlp/trunk/content/opennlp: documentation.html release.html

Author: buildbot
Date: Mon Nov 28 13:01:02 2011
New Revision: 799396

Log:
Staging update by buildbot

Modified:
    websites/staging/opennlp/trunk/content/opennlp/documentation.html
    websites/staging/opennlp/trunk/content/opennlp/release.html

Modified: websites/staging/opennlp/trunk/content/opennlp/documentation.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/documentation.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/documentation.html Mon Nov 28 13:01:02 2011
@@ -69,12 +69,12 @@
     <h1 class="title">Documentation</h1>
     <p>There exists a manual and Javadoc API documentation for Apache OpenNLP. The manual
 explains how the various OpenNLP components can be used and trained.</p>
-<h3 id="apache_opennlp_151-incubating_documentation">Apache OpenNLP 1.5.1-incubating documentation</h3>
+<h3 id="apache_opennlp_152-incubating_documentation">Apache OpenNLP 1.5.2-incubating documentation</h3>
 <ul>
-<li><a href="documentation/manual/opennlp.html">Apache OpenNLP Manual</a></li>
-<li><a href="documentation/apidocs/opennlp-maxent/index.html">Apache OpenNLP Maxent Javadoc</a></li>
-<li><a href="documentation/apidocs/opennlp-tools/index.html">Apache OpenNLP Tools Javadoc</a></li>
-<li><a href="documentation/apidocs/opennlp-uima/index.html">Apache OpenNLP UIMA Javadoc</a></li>
+<li><a href="documentation/1.5.2-incubating/manual/opennlp.html">Apache OpenNLP Manual</a></li>
+<li><a href="documentation/1.5.2-incubating/apidocs/opennlp-maxent/index.html">Apache OpenNLP Maxent Javadoc</a></li>
+<li><a href="documentation/1.5.2-incubating/apidocs/opennlp-tools/index.html">Apache OpenNLP Tools Javadoc</a></li>
+<li><a href="documentation/1.5.2-incubating/apidocs/opennlp-uima/index.html">Apache OpenNLP UIMA Javadoc</a></li>
 </ul>
 <p>Note: All the documentation is also included in the binary distribution.</p>
   </div>

Modified: websites/staging/opennlp/trunk/content/opennlp/release.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/release.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/release.html Mon Nov 28 13:01:02 2011
@@ -77,12 +77,22 @@ release of Apache OpenNLP.</p>
 <li>Make a release candidate</li>
 <li>Test the candidate accoding to the test plan and iterate until tests pass</li>
 <li>Do the release vote on opennlp-dev and on general incubator</li>
-<li>Upload artifacts to dist</li>
-<li>Release the staging repository</li>
-<li>Deploy documentation</li>
-<li>Send out announcements</li>
-<li>Update the news page</li>
-<li>Update Jira for the next release</li>
+</ul>
+<h2 id="releasing">Releasing</h2>
+<p>The release candidate can be released after a successful release vote on
+the opennlp-dev and incubator general list.</p>
+<ul>
+<li>Release the staging repository. This will make the artifacts available in the Maven Central repository.
+To do this go to the <a href="repository.apache.org">repository server</a>, log in, go to the staging area and release the staging repository linked to this release.</li>
+<li>Upload artifacts to the distribution server. All release artifacts need to be copied to /www/www.apache.org/dist/incubator/opennlp on people.apache.org.</li>
+<li>Update the download page. The download page should only offer the latest release. Old releases can be downloaded from the archive.</li>
+<li>Deploy the documentation. The documentation is part of the website and need to be checked into subversion. Remove all old files from the documentation folder.
+Download the release, copy everything inside the doc folder to the documentation folder of our website and commit the changes.</li>
+<li>Update the news page. Add a news item to the website.</li>
+<li>Release the staged website.</li>
+<li>Test and review the website. Test that all download links are working. Test that the documentation is updated and can be viewed.</li>
+<li>Send out announcements.</li>
+<li>Update Jira for the next release.</li>
 </ul>
 <p>It is suggested to use the wiki to plan all tasks for the release
 and to distribute them among the team.</p>