You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by sm...@apache.org on 2017/12/26 14:43:51 UTC

[opennlp-site] branch master updated: Adds 1.8.4 artifact item and 1.8.3 to legacy docs (#45)

This is an automated email from the ASF dual-hosted git repository.

smarthi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 31e6d8d  Adds 1.8.4 artifact item and 1.8.3 to legacy docs (#45)
31e6d8d is described below

commit 31e6d8df1a7edbb5699064437297b3979b82f3ea
Author: Jeff Zemerick <je...@mtnfog.com>
AuthorDate: Tue Dec 26 09:43:49 2017 -0500

    Adds 1.8.4 artifact item and 1.8.3 to legacy docs (#45)
    
    * Adding 1.8.3 to legacy documentation page.
    
    * Adding 1.8.4 artifact item.
---
 pom.xml                               | 10 ++++++++++
 src/main/jbake/content/docs/legacy.ad |  8 ++++++++
 2 files changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index e5b2a94..3b4a481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,6 +304,16 @@
                   <classifier>bin</classifier>
                   <outputDirectory>${project.build.directory}/distr/1.8.3</outputDirectory>
                 </artifactItem>
+
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>1.8.4</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  <outputDirectory>${project.build.directory}/distr/1.8.4</outputDirectory>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>
diff --git a/src/main/jbake/content/docs/legacy.ad b/src/main/jbake/content/docs/legacy.ad
index fec45ba..b9de13e 100755
--- a/src/main/jbake/content/docs/legacy.ad
+++ b/src/main/jbake/content/docs/legacy.ad
@@ -27,6 +27,14 @@ WARNING: This page contains the archived documentation. Please refer to link:/do
 There exists a manual and Javadoc API documentation for Apache OpenNLP. The manual
 explains how the various OpenNLP components can be used and trained.
 
+### Apache OpenNLP 1.8.3 documentation
+
+* link:/docs/1.8.3/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/1.8.3/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
+* link:/docs/1.8.3/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/1.8.3/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc]
+* link:/docs/1.8.3/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]
+
 ### Apache OpenNLP 1.8.2 documentation
 
 * link:/docs/1.8.2/manual/opennlp.html[Apache OpenNLP Manual]

-- 
To stop receiving notification emails like this one, please contact
['"commits@opennlp.apache.org" <co...@opennlp.apache.org>'].