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 2013/04/16 18:47:42 UTC

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

Author: joern
Date: Tue Apr 16 16:47:42 2013
New Revision: 1468504

URL: http://svn.apache.org/r1468504
Log:
Updated dependencies to new 1.5.3 version

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=1468504&r1=1468503&r2=1468504&view=diff
==============================================================================
--- opennlp/site/trunk/content/maven-dependency.mdtext (original)
+++ opennlp/site/trunk/content/maven-dependency.mdtext Tue Apr 16 16:47:42 2013
@@ -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.2-incubating</version>
+      <version>1.5.3</version>
     </dependency>
 
 
@@ -27,7 +27,7 @@ To use the OpenNLP UIMA Annotators defin
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-uima</artifactId>
-      <version>1.5.2-incubating</version>
+      <version>1.5.3</version>
     </dependency>
 
 
@@ -38,5 +38,5 @@ To use OpenNLP Maxent define the followi
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-maxent</artifactId>
-      <version>3.0.2-incubating</version>
+      <version>3.0.3</version>
     </dependency>