Author: fchrist
Date: Sun May  6 17:41:11 2012
New Revision: 1334713

URL: http://svn.apache.org/viewvc?rev=1334713&view=rev
Log:
STANBOL-602 fixed data versions in bundle lists

Modified:
    
incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/defaultdata/src/main/bundles/list.xml
    
incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/opennlp/src/main/bundles/list.xml

Modified: 
incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/defaultdata/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/defaultdata/src/main/bundles/list.xml?rev=1334713&r1=1334712&r2=1334713&view=diff
==============================================================================
--- 
incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/defaultdata/src/main/bundles/list.xml
 (original)
+++ 
incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/defaultdata/src/main/bundles/list.xml
 Sun May  6 17:41:11 2012
@@ -21,19 +21,19 @@
     <bundle> <!-- The English language and NER models are included as default 
-->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
   </startLevel>
     <startLevel level="20">
     <bundle> <!-- Default ontology registries used by ontonet -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.registries.default</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
   </startLevel>
   <startLevel level="30">
@@ -45,7 +45,7 @@
     <bundle> <!-- dbpedia is includes as default data set -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId>
-      <version>1.0.3-incubating-SNAPSHOT</version>
+      <version>1.0.3-incubating</version>
     </bundle>
   </startLevel>
 </bundles>  
\ No newline at end of file

Modified: 
incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/opennlp/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/opennlp/src/main/bundles/list.xml?rev=1334713&r1=1334712&r2=1334713&view=diff
==============================================================================
--- 
incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/opennlp/src/main/bundles/list.xml
 (original)
+++ 
incubator/stanbol/branches/0.9.0-incubating/data/bundlelists/opennlp/src/main/bundles/list.xml
 Sun May  6 17:41:11 2012
@@ -25,17 +25,17 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.es</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.nl</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     
     <!-- Language models -->
@@ -44,32 +44,32 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.da</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.de</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.nl</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.pt</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.sv</artifactId>
-      <version>1.0.1-incubating-SNAPSHOT</version>
+      <version>1.0.1-incubating</version>
     </bundle>
   </startLevel>
 </bundles>  
\ No newline at end of file


Reply via email to