You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2015/07/09 21:29:58 UTC

svn commit: r1690147 - /opennlp/site/trunk/content/maven-dependency.mdtext

Author: joern
Date: Thu Jul  9 19:29:58 2015
New Revision: 1690147

URL: http://svn.apache.org/r1690147
Log:
Updated for 1.6.0 release

Modified:
    opennlp/site/trunk/content/maven-dependency.mdtext

Modified: opennlp/site/trunk/content/maven-dependency.mdtext
URL: http://svn.apache.org/viewvc/opennlp/site/trunk/content/maven-dependency.mdtext?rev=1690147&r1=1690146&r2=1690147&view=diff
==============================================================================
--- opennlp/site/trunk/content/maven-dependency.mdtext (original)
+++ opennlp/site/trunk/content/maven-dependency.mdtext Thu Jul  9 19:29:58 2015
@@ -16,7 +16,7 @@ To use the OpenNLP Tools define the foll
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-tools</artifactId>
-      <version>1.5.3</version>
+      <version>1.6.0</version>
     </dependency>
 
 
@@ -27,20 +27,10 @@ To use the OpenNLP UIMA Annotators defin
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-uima</artifactId>
-      <version>1.5.3</version>
+      <version>1.6.0</version>
     </dependency>
 
 
-## OpenNLP Maxent Dependency
-
-To use OpenNLP Maxent define the following dependency:
-
-    <dependency>
-      <groupId>org.apache.opennlp</groupId>
-      <artifactId>opennlp-maxent</artifactId>
-      <version>3.0.3</version>
-    </dependency>
-
 ## OpenNLP Tools SNAPSHOT Dependency
 
 To use the current trunk version define the following dependency:
@@ -48,7 +38,7 @@ To use the current trunk version define
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-tools</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.6.1-SNAPSHOT</version>
     </dependency>
 
 The SNAPSHOT dependency requires the following repository: