Author: rwesten
Date: Thu Apr  7 08:18:01 2011
New Revision: 1089767

URL: http://svn.apache.org/viewvc?rev=1089767&view=rev
Log:
added the DataFileProvider to the reference management of the parent and 
removed the bundle version declarations in the other poms

Modified:
    incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml
    incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml
    incubator/stanbol/trunk/entityhub/yard/solr/pom.xml

Modified: incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml?rev=1089767&r1=1089766&r2=1089767&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml 
(original)
+++ incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml Thu 
Apr  7 08:18:01 2011
@@ -11,7 +11,6 @@
 
   <groupId>org.apache.stanbol</groupId>
   
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
-  <version>0.9-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Data File Provider</name>

Modified: incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml?rev=1089767&r1=1089766&r2=1089767&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml Thu Apr  7 
08:18:01 2011
@@ -71,7 +71,6 @@
     <dependency>
         <groupId>org.apache.stanbol</groupId>
         
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
-        <version>0.9-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Modified: incubator/stanbol/trunk/entityhub/yard/solr/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1089767&r1=1089766&r2=1089767&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/yard/solr/pom.xml Thu Apr  7 08:18:01 2011
@@ -98,6 +98,12 @@
   </build>
 
   <dependencies>
+    <!-- Stanbol Commomns dependencies -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
+    </dependency>
+    
     <!-- Stanbol Entityhub internal dependencies -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>


Reply via email to