You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2015/07/16 09:27:04 UTC

svn commit: r1691325 - in /stanbol/trunk: launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml parent/pom.xml

Author: rwesten
Date: Thu Jul 16 07:27:04 2015
New Revision: 1691325

URL: http://svn.apache.org/r1691325
Log:
STANBOL-1423: updated to release version of OpenNLP 1.6.0

Modified:
    stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1691325&r1=1691324&r2=1691325&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml Thu Jul 16 07:27:04 2015
@@ -466,12 +466,12 @@
     <bundle>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-maxent</artifactId>
-      <version>3.0.4-SNAPSHOT</version>
+      <version>3.0.3</version>
     </bundle>
     <bundle>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-tools</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.6.0</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1691325&r1=1691324&r2=1691325&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Thu Jul 16 07:27:04 2015
@@ -1115,12 +1115,12 @@
       <dependency>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-maxent</artifactId>
-        <version>3.0.4-SNAPSHOT</version>
+        <version>3.0.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-tools</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.0</version>
       </dependency>
 
       <!-- Solr Bundles -->