Author: enridaga
Date: Thu Nov 24 13:09:03 2011
New Revision: 1205811

URL: http://svn.apache.org/viewvc?rev=1205811&view=rev
Log:
Fixed some references to the old versions of the data bundles in the list.xml 
of the stateless launcher (STANBOL-385)

Modified:
    incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml

Modified: incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml?rev=1205811&r1=1205810&r2=1205811&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml 
(original)
+++ incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml Thu 
Nov 24 13:09:03 2011
@@ -55,17 +55,17 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId>
-      <version>1.0.0-incubating</version>
+      <version>1.0.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
-      <version>1.0.0-incubating</version>
+      <version>1.0.1-incubating-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.data.sites.dbpedia.default</artifactId>
-      <version>1.0.2-incubating</version>
+      <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId>
+      <version>1.0.3-incubating-SNAPSHOT</version>
     </bundle>
   </startLevel>
 


Reply via email to