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/06/13 11:15:14 UTC

svn commit: r1492588 - /stanbol/trunk/enhancement-engines/entitytagging/pom.xml

Author: rwesten
Date: Thu Jun 13 09:15:13 2013
New Revision: 1492588

URL: http://svn.apache.org/r1492588
Log:
STANBOL-1104: updated dependency of the Entityhub services API to 0.12.0-SNAPSHOT, because the unit tests do need this version for testing with the 0.12.0-SNAPSHOT version of the SolrYard

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

Modified: stanbol/trunk/enhancement-engines/entitytagging/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitytagging/pom.xml?rev=1492588&r1=1492587&r2=1492588&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/entitytagging/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/entitytagging/pom.xml Thu Jun 13 09:15:13 2013
@@ -97,8 +97,8 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.11.0</version>
-      <scope>compile</scope>
+      <!-- NOTE: 0.11.0 would be fine, but 0.12.0-SNAPSHOT is required for unit tests -->
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>