Author: fchrist
Date: Wed Jun  6 15:05:51 2012
New Revision: 1346930

URL: http://svn.apache.org/viewvc?rev=1346930&view=rev
Log:
STANBOL-639 Updating to latest Entityhub SNAPSHOTs

Modified:
    incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml
    incubator/stanbol/trunk/entityhub/bundlelist/src/main/bundles/list.xml
    incubator/stanbol/trunk/integration-tests/pom.xml
    incubator/stanbol/trunk/launchers/full-war/pom.xml
    incubator/stanbol/trunk/launchers/full/pom.xml
    incubator/stanbol/trunk/launchers/kres/pom.xml
    incubator/stanbol/trunk/launchers/stable/pom.xml

Modified: incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml?rev=1346930&r1=1346929&r2=1346930&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml Wed Jun  6 
15:05:51 2012
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -141,13 +141,13 @@
      <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.core</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
      <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
      <dependency>

Modified: incubator/stanbol/trunk/entityhub/bundlelist/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/bundlelist/src/main/bundles/list.xml?rev=1346930&r1=1346929&r2=1346930&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/bundlelist/src/main/bundles/list.xml 
(original)
+++ incubator/stanbol/trunk/entityhub/bundlelist/src/main/bundles/list.xml Wed 
Jun  6 15:05:51 2012
@@ -22,42 +22,42 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.core</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>   
 <!--     <bundle> 
       <groupId>org.jdom</groupId>
@@ -72,7 +72,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
   </startLevel>  
   <!-- Default configuration for the Entityhub -->
@@ -80,7 +80,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.defaults</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </bundle>
   </startLevel>  
 </bundles>  
\ No newline at end of file

Modified: incubator/stanbol/trunk/integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/integration-tests/pom.xml?rev=1346930&r1=1346929&r2=1346930&view=diff
==============================================================================
--- incubator/stanbol/trunk/integration-tests/pom.xml (original)
+++ incubator/stanbol/trunk/integration-tests/pom.xml Wed Jun  6 15:05:51 2012
@@ -152,7 +152,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.test</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
     </dependency>
     <!-- Used to access constants such as Ontology URIs -->
     <dependency>

Modified: incubator/stanbol/trunk/launchers/full-war/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full-war/pom.xml?rev=1346930&r1=1346929&r2=1346930&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full-war/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full-war/pom.xml Wed Jun  6 15:05:51 2012
@@ -173,7 +173,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
       <type>partialbundlelist</type>
     </dependency>
     

Modified: incubator/stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/pom.xml?rev=1346930&r1=1346929&r2=1346930&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full/pom.xml Wed Jun  6 15:05:51 2012
@@ -213,7 +213,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>

Modified: incubator/stanbol/trunk/launchers/kres/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/kres/pom.xml?rev=1346930&r1=1346929&r2=1346930&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/kres/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/kres/pom.xml Wed Jun  6 15:05:51 2012
@@ -132,7 +132,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>

Modified: incubator/stanbol/trunk/launchers/stable/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stable/pom.xml?rev=1346930&r1=1346929&r2=1346930&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stable/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/stable/pom.xml Wed Jun  6 15:05:51 2012
@@ -190,7 +190,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
+      <version>0.10.1-incubating-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>


Reply via email to