You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rh...@apache.org on 2013/07/16 14:23:42 UTC

svn commit: r1503682 - /stanbol/trunk/entityhub/indexing/genericrdf/pom.xml

Author: rharo
Date: Tue Jul 16 12:23:42 2013
New Revision: 1503682

URL: http://svn.apache.org/r1503682
Log:
Fixing vcard dependency scope in pom.xml (was a version number)

Modified:
    stanbol/trunk/entityhub/indexing/genericrdf/pom.xml

Modified: stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml?rev=1503682&r1=1503681&r2=1503682&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Tue Jul 16 12:23:42 2013
@@ -159,7 +159,7 @@
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId>
       <version>0.11.0</version>
-      <scope>0.12.0-SNAPSHOT</scope>
+      <scope>runtime</scope>
     </dependency>
         
     <!-- dependencies of the solr yard destination -->