This is an automated email from the ASF dual-hosted git repository.
buildbot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a8b9045 Automatic Site Publish by Buildbot
a8b9045 is described below
commit a8b90450bc5537b11896e28b72b819ce2848c66a
Author: buildbot <[email protected]>
AuthorDate: Tue Jul 11 16:56:22 2017 +0000
Automatic Site Publish by Buildbot
---
feed.xml | 4 ++--
release.html | 46 +++++++++++++++++++++++++++++++++++++---------
2 files changed, 39 insertions(+), 11 deletions(-)
diff --git a/feed.xml b/feed.xml
index 760ee25..929aca4 100644
--- a/feed.xml
+++ b/feed.xml
@@ -24,8 +24,8 @@
<atom:link href="https://opennlp.apache.org/feed.xml" rel="self"
type="application/rss+xml" />
<description>The Apache OpenNLP library is a machine learning based
toolkit for the processing of natural language text</description>
<language>en-us</language>
- <pubDate>Mon, 10 Jul 2017 15:12:32 +0000</pubDate>
- <lastBuildDate>Mon, 10 Jul 2017 15:12:32 +0000</lastBuildDate>
+ <pubDate>Tue, 11 Jul 2017 16:56:12 +0000</pubDate>
+ <lastBuildDate>Tue, 11 Jul 2017 16:56:12 +0000</lastBuildDate>
<item>
<title>Apache OpenNLP 1.8.1 released</title>
diff --git a/release.html b/release.html
index 4fd76c6..4ae8d28 100644
--- a/release.html
+++ b/release.html
@@ -222,17 +222,45 @@ To do this go to the <a
href="http://repository.apache.org">repository server</a
<p>Upload artifacts to the distribution server. All release artifacts need to
be copied to <code>/www/www.apache.org/dist/opennlp</code> on
<code>people.apache.org</code>.</p>
</li>
<li>
-<p>Update the download page. The download page should only offer the latest
release. Old releases can be downloaded from the archive.</p>
-</li>
-<li>
-<p>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.</p>
-</li>
-<li>
-<p>Update the news page. Add a news item to the website.</p>
+<p>On Opennlp-site github repo</p>
+<div class="literalblock">
+<div class="content">
+<pre> -update the properties {opennlp.version} and {opennlp.next.version} in
jbake.properties
+ -Add the following lines at the beginning of docs/legacy.ad
+----
+### Apache OpenNLP ${previous.release} documentation
+* link:/docs/${previous.release}/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/${previous.release}/apidocs/opennlp-tools/index.html[Apache
OpenNLP Tools Javadoc]
+* link:/docs/${previous.release}/apidocs/opennlp-uima/index.html[Apache
OpenNLP UIMA Javadoc]
+*
link:/docs/${previous.release}/apidocs/opennlp-brat-annotator/index.html[Apache
OpenNLP BRAT Annotator Javadoc]
+*
link:/docs/${previous.release}/apidocs/opennlp-morfologik-addon/index.html[Apache
OpenNLP Morfologik Addon Javadoc]
+----</pre>
+</div>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre> -Add the following to main/pom.xml
+----
+<artifactItem>
+ <groupId>org.apache.opennlp</groupId>
+ <artifactId>opennlp-distr</artifactId>
+ <version>${project.version}</version>
+ <overWrite>false</overWrite>
+ <type>zip</type>
+ <classifier>bin</classifier>
+
<outputDirectory>${project.build.directory}/distr/1.8.1</outputDirectory>
+</artifactItem>
+----</pre>
+</div>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>-Add a news item in news/release-{xyz}.ad by copying the content from
OpenNLP project opennlp-distr/src/README</pre>
+</div>
+</div>
</li>
<li>
-<p>Release the staged website.</p>
+<p>Rebuild opennlp-site and redeploy the site (if Automatic Buildbot
doesn’t kick in)</p>
</li>
<li>
<p>Test and review the website. Test that all download links are working. Test
that the documentation is updated and can be viewed.</p>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].