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/10/22 13:49:23 UTC

svn commit: r1534611 - /stanbol/trunk/enhancement-engines/topic/web/pom.xml

Author: rwesten
Date: Tue Oct 22 11:49:23 2013
New Revision: 1534611

URL: http://svn.apache.org/r1534611
Log:
STANBOL-1094: updated the 'org.apache.stanbol.enhancer.engine.topic.api' dependency to 1.0.0-SNAPSHOT

Modified:
    stanbol/trunk/enhancement-engines/topic/web/pom.xml

Modified: stanbol/trunk/enhancement-engines/topic/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/web/pom.xml?rev=1534611&r1=1534610&r2=1534611&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/topic/web/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/topic/web/pom.xml Tue Oct 22 11:49:23 2013
@@ -110,11 +110,11 @@
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
-      <dependency>
-          <groupId>org.apache.stanbol</groupId>
-          <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId>
-          <version>0.10.1-SNAPSHOT</version>
-      </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.topic</artifactId>