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 2013/05/16 15:10:28 UTC

svn commit: r1483341 - /stanbol/trunk/enhancement-engines/celi/pom.xml

Author: rwesten
Date: Thu May 16 13:10:28 2013
New Revision: 1483341

URL: http://svn.apache.org/r1483341
Log:
Minor: updated the celi engine to the SNAPSHOT version of the enhancer.test module

Modified:
    stanbol/trunk/enhancement-engines/celi/pom.xml

Modified: stanbol/trunk/enhancement-engines/celi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/celi/pom.xml?rev=1483341&r1=1483340&r2=1483341&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/celi/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/celi/pom.xml Thu May 16 13:10:28 2013
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0-SNAPSHOT</version>
     </dependency>
     <dependency> <!-- STANBOL-739: adapt Lemmatizer Engine to use AnalyzedText -->
       <groupId>org.apache.stanbol</groupId>
@@ -125,13 +125,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.test</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency><!-- for debugging enhancements -->