STANBOL-1453:Updating Bundles versions for launchers

git-svn-id: https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch@1760049 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/launchers/bundlelists/defaultdata/pom.xml b/launchers/bundlelists/defaultdata/pom.xml
index 915a806..5580ff5 100755
--- a/launchers/bundlelists/defaultdata/pom.xml
+++ b/launchers/bundlelists/defaultdata/pom.xml
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for Default Data</name>
diff --git a/launchers/bundlelists/defaultdata/src/main/bundles/list.xml b/launchers/bundlelists/defaultdata/src/main/bundles/list.xml
index ad8e774..3edb67d 100644
--- a/launchers/bundlelists/defaultdata/src/main/bundles/list.xml
+++ b/launchers/bundlelists/defaultdata/src/main/bundles/list.xml
@@ -21,31 +21,31 @@
     <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.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
     <startLevel level="30">
     <bundle> <!-- Default ontology registries used by ontonet -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.registries.default</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <startLevel level="40">
     <bundle> <!-- The Apache Stanbol default configuration -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.defaultconfig</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- dbpedia is includes as default data set -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
-</bundles>
\ No newline at end of file
+</bundles>
diff --git a/launchers/bundlelists/enhancer-engines-restricted/pom.xml b/launchers/bundlelists/enhancer-engines-restricted/pom.xml
index 8094fd8..2efa936 100644
--- a/launchers/bundlelists/enhancer-engines-restricted/pom.xml
+++ b/launchers/bundlelists/enhancer-engines-restricted/pom.xml
@@ -16,12 +16,12 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for Restricted Enhancement Engines</name>
diff --git a/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml b/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml
index 68f3e5e..1a1999a 100644
--- a/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml
+++ b/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml
@@ -24,22 +24,22 @@
         <bundle> <!-- http://www.opencalais.com/ -->
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.1-SNAPSHOT</version>
         </bundle>
         <bundle> <!-- http://www.zemanta.com/ -->
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.1-SNAPSHOT</version>
         </bundle>
         <bundle> <!-- http://www.geonames.org/ -->
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.1-SNAPSHOT</version>
         </bundle>
         <bundle> <!-- http://linguagrid.org/ -->
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.enhancer.engines.celi</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.1-SNAPSHOT</version>
         </bundle>
     </startLevel>
 
diff --git a/launchers/bundlelists/enhancer/pom.xml b/launchers/bundlelists/enhancer/pom.xml
index 1b3c296..8aefccf 100755
--- a/launchers/bundlelists/enhancer/pom.xml
+++ b/launchers/bundlelists/enhancer/pom.xml
@@ -16,12 +16,12 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for Enhancer</name>
diff --git a/launchers/bundlelists/enhancer/src/main/bundles/list.xml b/launchers/bundlelists/enhancer/src/main/bundles/list.xml
index 825c270..2e66fff 100644
--- a/launchers/bundlelists/enhancer/src/main/bundles/list.xml
+++ b/launchers/bundlelists/enhancer/src/main/bundles/list.xml
@@ -45,7 +45,7 @@
     <bundle> <!-- Stanbol version of the Apache Tika bundle -->
         <groupId>org.apache.stanbol</groupId>
         <artifactId>org.apache.stanbol.commons.tikabundle</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- Stanbol Enhancer infrastructure and required libraries -->
@@ -53,32 +53,32 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- NLP processing (STANBOL-733) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.nlp</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- JSON serialization support for AnalyzedText (STANBOL-878) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.nlp.json</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- API for Topic Classification Engines -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Core Module for Dereference Engines -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.dereference.core</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- LDPath -->
@@ -86,7 +86,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.ldpath</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- EnhancementJobManager implementations -->
@@ -94,12 +94,12 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.eventjobmanager</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.weightedjobmanager</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- Enhancement Chain implementations -->
@@ -107,22 +107,22 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.chain.allactive</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.chain.graph</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.chain.weighted</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.chain.list</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- Web Fragment -->
@@ -130,7 +130,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -139,7 +139,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -151,17 +151,17 @@
     <!-- bundle> - Metaxa deactivated - STANBOL-510
      <groupId>org.apache.stanbol</groupId>
      <artifactId>org.apache.stanbol.enhancer.engines.metaxa</artifactId>
-     <version>0.10.0-SNAPSHOT</version>
+     <version>0.10.1-SNAPSHOT</version>
      </bundle -->
     <bundle><!-- Apache Tika Engine -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.tika</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
       <bundle><!-- XMP Extractor engine -->
           <groupId>org.apache.stanbol</groupId>
           <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId>
-          <version>1.0.0-SNAPSHOT</version>
+          <version>1.0.1-SNAPSHOT</version>
       </bundle>
 
     <!-- language identification -->
@@ -169,17 +169,17 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.langdetect</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- RESTful Language Identification engine -->
       <groupId>org.apache.stanbol</groupId> <!-- see STANBOL-895 -->
       <artifactId>org.apache.stanbol.enhancer.engines.restful.langident</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     
     <!-- NLP processing engines (all STANBOL-733 and sub-tasks) -->
@@ -187,105 +187,105 @@
     <bundle><!-- sentence detection with OpenNLP -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.sentence</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- OpenNLP based tokenizing of Texts -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.token</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- POS tagging with OpenNLP -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.pos</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- Chunking tagging with OpenNLP -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.chunker</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Open NLP based NER -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- RESTful NLP Analysis engine -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     
     <bundle> <!-- POS annotation based chunker (STANBOL-1251) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.poschunker</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     
     <bundle> <!-- allows to serialize NLP Annotations as NIF 1.0 and NIF 2.0 -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.nlp2rdf</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <!-- Sentiment Enhancement Engines -->
     <bundle><!-- Sentiment Word Classifiers -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.sentiment.wordclassifier</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.sentiment.summarization</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     
     <!-- Solr based Topic Engine (see also the topic.api bundle above -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.topic</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- The RESTful services used to train the engine -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.topic.web</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
 
     <!-- Entity Extraction/Linking -->
     <bundle><!-- NER linking (depends on the Entityhub) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- Keyword Extraction from Text DEPRECATED! (depends on the Entityhub) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.keywordextraction</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <!-- Stanbol EntityLinking -->
     <bundle><!-- Engine -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- OpenNLP LabelTokenizing support -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.opennlp</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- Lucene LabelTokenizing support -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.lucene</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- EntityLinking for the Stanbol Entityhub -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entityhublinking</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle><!-- FST Linking Engine (STANBOL-1128) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.lucenefstlinking</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
 
       <!-- Post-Processing engine -->
@@ -293,23 +293,23 @@
     <bundle> <!-- Disambigutation using Solr MLT queries -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.disambiguation.mlt</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Converts TextAnnotations to the STANBOL-987 model extensions -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.textannotationnewmodel</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- finds co-mentions of Entities earlier mentioned on the Text (STANBOL-1070)-->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitycomention</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <!-- Dereference Engine for the Entityhub (STANBOL-1223) -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.dereference.entityhub</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     
     <!-- Refactor Enhancement Engine -->
@@ -317,14 +317,14 @@
     <bundle> 
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.refactor</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle> -->
 
     <!-- bundle> - finds co-mentions of Entities (STANBOL-1070) -
     TODO: Not yet in trunk
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitycoreference</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle> -->
     
     <!-- External Service Integration -->
@@ -332,7 +332,7 @@
     <bundle> <!-- DBpedia Spotlight Engines (STANBOL-706) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.dbpspotlight</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -342,7 +342,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.defaults</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
 </bundles>
diff --git a/launchers/bundlelists/entityhub/clerezza/pom.xml b/launchers/bundlelists/entityhub/clerezza/pom.xml
index 49decd8..0859da8 100755
--- a/launchers/bundlelists/entityhub/clerezza/pom.xml
+++ b/launchers/bundlelists/entityhub/clerezza/pom.xml
@@ -16,12 +16,12 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
   <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   
   <name>Apache Stanbol Bundlelist for Clerezza based RDF support of the Entityhub</name>
diff --git a/launchers/bundlelists/entityhub/clerezza/src/main/bundles/list.xml b/launchers/bundlelists/entityhub/clerezza/src/main/bundles/list.xml
index 43f2efd..9369154 100644
--- a/launchers/bundlelists/entityhub/clerezza/src/main/bundles/list.xml
+++ b/launchers/bundlelists/entityhub/clerezza/src/main/bundles/list.xml
@@ -22,22 +22,22 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -46,7 +46,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.web.clerezza</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>  
-</bundles>  
\ No newline at end of file
+</bundles>  
diff --git a/launchers/bundlelists/entityhub/core/pom.xml b/launchers/bundlelists/entityhub/core/pom.xml
index 210a493..f0356ba 100755
--- a/launchers/bundlelists/entityhub/core/pom.xml
+++ b/launchers/bundlelists/entityhub/core/pom.xml
@@ -16,12 +16,12 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
   <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   
   <name>Apache Stanbol Bundlelist for Entityhub</name>
diff --git a/launchers/bundlelists/entityhub/core/src/main/bundles/list.xml b/launchers/bundlelists/entityhub/core/src/main/bundles/list.xml
index c54e360..080a9be 100644
--- a/launchers/bundlelists/entityhub/core/src/main/bundles/list.xml
+++ b/launchers/bundlelists/entityhub/core/src/main/bundles/list.xml
@@ -22,32 +22,32 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.core</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.site.managed</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>   
   </startLevel>
   
@@ -56,7 +56,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>  
   <!-- Default configuration for the Entityhub -->
@@ -64,7 +64,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.defaults</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>  
-</bundles>  
\ No newline at end of file
+</bundles>  
diff --git a/launchers/bundlelists/entityhub/sesame/pom.xml b/launchers/bundlelists/entityhub/sesame/pom.xml
index 4af86ef..bb5c928 100755
--- a/launchers/bundlelists/entityhub/sesame/pom.xml
+++ b/launchers/bundlelists/entityhub/sesame/pom.xml
@@ -16,12 +16,12 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
   <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.sesame</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   
   <name>Apache Stanbol Bundlelist for Sesame based RDF support of the Entityhub</name>
diff --git a/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml b/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml
index bf69808..11757c0 100644
--- a/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml
+++ b/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml
@@ -59,17 +59,17 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.query.sesame</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.sesame</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -78,7 +78,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.web.sesame</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>  
-</bundles>  
\ No newline at end of file
+</bundles>  
diff --git a/launchers/bundlelists/language-extras/kuromoji/pom.xml b/launchers/bundlelists/language-extras/kuromoji/pom.xml
index bd1a1da..968e9ad 100755
--- a/launchers/bundlelists/language-extras/kuromoji/pom.xml
+++ b/launchers/bundlelists/language-extras/kuromoji/pom.xml
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for Language Support: Kuromoji Japanese</name>
diff --git a/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml b/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml
index 25552ee..a8b77d7 100644
--- a/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml
+++ b/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml
@@ -23,7 +23,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -34,7 +34,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.kuromoji.nlp</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -51,8 +51,8 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.kuromoji</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
-</bundles>
\ No newline at end of file
+</bundles>
diff --git a/launchers/bundlelists/language-extras/smartcn/pom.xml b/launchers/bundlelists/language-extras/smartcn/pom.xml
index 196f493..2828cda 100755
--- a/launchers/bundlelists/language-extras/smartcn/pom.xml
+++ b/launchers/bundlelists/language-extras/smartcn/pom.xml
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.smartcn</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for Language Support: Smart Chinese</name>
diff --git a/launchers/bundlelists/language-extras/smartcn/src/main/bundles/list.xml b/launchers/bundlelists/language-extras/smartcn/src/main/bundles/list.xml
index da715ca..42f26c6 100644
--- a/launchers/bundlelists/language-extras/smartcn/src/main/bundles/list.xml
+++ b/launchers/bundlelists/language-extras/smartcn/src/main/bundles/list.xml
@@ -23,7 +23,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -35,7 +35,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.smartcn.token</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -52,8 +52,8 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.smartcn</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
-</bundles>
\ No newline at end of file
+</bundles>
diff --git a/launchers/bundlelists/marmotta/kiwi/pom.xml b/launchers/bundlelists/marmotta/kiwi/pom.xml
index e593fde..63f039b 100644
--- a/launchers/bundlelists/marmotta/kiwi/pom.xml
+++ b/launchers/bundlelists/marmotta/kiwi/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   
diff --git a/launchers/bundlelists/marmotta/kiwi/src/main/bundles/list.xml b/launchers/bundlelists/marmotta/kiwi/src/main/bundles/list.xml
index 0789f08..b67d107 100644
--- a/launchers/bundlelists/marmotta/kiwi/src/main/bundles/list.xml
+++ b/launchers/bundlelists/marmotta/kiwi/src/main/bundles/list.xml
@@ -200,7 +200,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.marmotta.kiwi</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
diff --git a/launchers/bundlelists/ontologymanager/pom.xml b/launchers/bundlelists/ontologymanager/pom.xml
index 85c0f89..d96f413 100755
--- a/launchers/bundlelists/ontologymanager/pom.xml
+++ b/launchers/bundlelists/ontologymanager/pom.xml
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   
   <name>Apache Stanbol Bundlelist for Ontology Manager</name>
diff --git a/launchers/bundlelists/ontologymanager/src/main/bundles/list.xml b/launchers/bundlelists/ontologymanager/src/main/bundles/list.xml
index 1f5d4d1..f92b2e1 100644
--- a/launchers/bundlelists/ontologymanager/src/main/bundles/list.xml
+++ b/launchers/bundlelists/ontologymanager/src/main/bundles/list.xml
@@ -22,7 +22,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.servicesapi</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>  
   </startLevel> 
 
@@ -31,33 +31,33 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.core</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.multiplexer.clerezza</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.registry</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.sources.clerezza</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.sources.owlapi</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.web</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
 
   </startLevel>
-</bundles>  
\ No newline at end of file
+</bundles>  
diff --git a/launchers/bundlelists/opennlp/pom.xml b/launchers/bundlelists/opennlp/pom.xml
index b797359..a0463e1 100755
--- a/launchers/bundlelists/opennlp/pom.xml
+++ b/launchers/bundlelists/opennlp/pom.xml
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.opennlp</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for OpenNLP Models</name>
diff --git a/launchers/bundlelists/opennlp/src/main/bundles/list.xml b/launchers/bundlelists/opennlp/src/main/bundles/list.xml
index 6f1fc37..2767c36 100644
--- a/launchers/bundlelists/opennlp/src/main/bundles/list.xml
+++ b/launchers/bundlelists/opennlp/src/main/bundles/list.xml
@@ -25,17 +25,17 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.es</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.ner.nl</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     
     <!-- Language models -->
@@ -44,37 +44,37 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Spanish POS tagging support (STANBOL-688) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.es</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.da</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.de</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.nl</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.pt</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.opennlp.lang.sv</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
-</bundles>
\ No newline at end of file
+</bundles>
diff --git a/launchers/bundlelists/osgiframework/pom.xml b/launchers/bundlelists/osgiframework/pom.xml
index ff95ea2..50f440e 100644
--- a/launchers/bundlelists/osgiframework/pom.xml
+++ b/launchers/bundlelists/osgiframework/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for the OSGi Framework</name>
diff --git a/launchers/bundlelists/pom.xml b/launchers/bundlelists/pom.xml
index 6fe9f5b..19637f2 100644
--- a/launchers/bundlelists/pom.xml
+++ b/launchers/bundlelists/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-bundlelists</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   
   <name>Apache Stanbol Bundlelists</name>
diff --git a/launchers/bundlelists/reasoners/pom.xml b/launchers/bundlelists/reasoners/pom.xml
index 75fd392..a0bbcf1 100755
--- a/launchers/bundlelists/reasoners/pom.xml
+++ b/launchers/bundlelists/reasoners/pom.xml
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   
   <name>Apache Stanbol Bundlelist for Reasoners</name>
diff --git a/launchers/bundlelists/reasoners/src/main/bundles/list.xml b/launchers/bundlelists/reasoners/src/main/bundles/list.xml
index 69df689..5b4dd31 100644
--- a/launchers/bundlelists/reasoners/src/main/bundles/list.xml
+++ b/launchers/bundlelists/reasoners/src/main/bundles/list.xml
@@ -21,36 +21,36 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.reasoners.servicesapi</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.reasoners.manager</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.reasoners.jena</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.reasoners.owlapi</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <startLevel level="35">
     <bundle> <!-- NOTE: This requires the Enhancer Component -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.refactor</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <startLevel level="38">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.reasoners.web</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
 </bundles>  
diff --git a/launchers/bundlelists/rules/pom.xml b/launchers/bundlelists/rules/pom.xml
index 36b58a3..6336ce0 100755
--- a/launchers/bundlelists/rules/pom.xml
+++ b/launchers/bundlelists/rules/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   
   <name>Apache Stanbol Bundlelist for Rules</name>
diff --git a/launchers/bundlelists/rules/src/main/bundles/list.xml b/launchers/bundlelists/rules/src/main/bundles/list.xml
index 38bf129..5397989 100644
--- a/launchers/bundlelists/rules/src/main/bundles/list.xml
+++ b/launchers/bundlelists/rules/src/main/bundles/list.xml
@@ -22,47 +22,47 @@
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.base</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.manager</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.adapters.abstract</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.adapters.jena</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.adapters.sparql</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.adapters.clerezza</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.adapters.swrl</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.refactor</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.web</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</bundle>
 	</startLevel>
-</bundles>  
\ No newline at end of file
+</bundles>  
diff --git a/launchers/bundlelists/security/pom.xml b/launchers/bundlelists/security/pom.xml
index 0bcb04f..3e9074a 100644
--- a/launchers/bundlelists/security/pom.xml
+++ b/launchers/bundlelists/security/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for Security</name>
diff --git a/launchers/bundlelists/security/src/main/bundles/list.xml b/launchers/bundlelists/security/src/main/bundles/list.xml
index 95807b5..9837a60 100644
--- a/launchers/bundlelists/security/src/main/bundles/list.xml
+++ b/launchers/bundlelists/security/src/main/bundles/list.xml
@@ -41,22 +41,22 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.2-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.2-SNAPSHOT</version>
     </bundle>
     <bundle>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>org.apache.stanbol.commons.security.fexilwebconsole</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>org.apache.stanbol.commons.security.usermanagement</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </bundle>
 		<!-- <bundle>
 			<groupId>org.apache.clerezza</groupId>
diff --git a/launchers/bundlelists/sentimentdata/pom.xml b/launchers/bundlelists/sentimentdata/pom.xml
index ee0ceab..c0d4831 100755
--- a/launchers/bundlelists/sentimentdata/pom.xml
+++ b/launchers/bundlelists/sentimentdata/pom.xml
@@ -16,13 +16,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.sentimentdata</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for Sentiment Data</name>
diff --git a/launchers/bundlelists/sentimentdata/src/main/bundles/list.xml b/launchers/bundlelists/sentimentdata/src/main/bundles/list.xml
index 0123e14..e7c9987 100644
--- a/launchers/bundlelists/sentimentdata/src/main/bundles/list.xml
+++ b/launchers/bundlelists/sentimentdata/src/main/bundles/list.xml
@@ -21,12 +21,12 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.sentiment.sentiws</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.sentiment.sentiwordnet</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
-</bundles>  
\ No newline at end of file
+</bundles>  
diff --git a/launchers/bundlelists/stanbolcommons/pom.xml b/launchers/bundlelists/stanbolcommons/pom.xml
index 90dace6..5f5754f 100644
--- a/launchers/bundlelists/stanbolcommons/pom.xml
+++ b/launchers/bundlelists/stanbolcommons/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
   <name>Apache Stanbol Bundlelist for Commons Libraries</name>
diff --git a/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml b/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
index b6094c8..d948500 100644
--- a/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
+++ b/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
@@ -21,7 +21,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.frameworkfragment</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -30,13 +30,13 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.cors</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <!-- Allows to parse Http Headers as QueryParameter -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.httpqueryheaders</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -60,7 +60,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.installer.bundleprovider</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.sling</groupId>
@@ -426,7 +426,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- Stanbol Commons -->
@@ -436,49 +436,49 @@
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.stanboltools.offline
       </artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <!-- DataFileProvider and implementations -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider
       </artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider.bundle
       </artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <!-- Namespace prefix service -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Provides the Stanbol specific Prefix Mappings: Backward compatibility -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Provides the namespace prefixes managed by http://prefix.cc -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <!-- OWL libraries and utilities -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.owl</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <!-- support for JSON-LD -->
     <!-- JSON-LD support for Clerezza -->
     <bundle> <!-- this for now provides the Parser/Serializer provider for Clerezza -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- this will (in a future version replace the above) -->
       <groupId>com.github.jsonld-java</groupId>
@@ -494,12 +494,12 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.jobs.api</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.jobs.web</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- OpenNLP + extensions and utilities -->
@@ -517,12 +517,12 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.opennlp</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- ixa-pipe-nerc extensions for OpenNLP (STANBOL-1422) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.ixa-pipe-nerc</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -531,36 +531,36 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <startLevel level="28">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.web</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- defualt config for Solr -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.defaults</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <startLevel level="29">
     <bundle> <!-- IMPORTANT: this need to be started after commons.solr.defaults! -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.install</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -569,22 +569,22 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.resources</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.base.jersey</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.home</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -608,32 +608,32 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.ldpath.clerezza</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
 	  <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.ldpathtemplate</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
        <groupId>org.apache.stanbol</groupId>
        <artifactId>org.apache.stanbol.commons.freemarker</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.rdfviewable.writer</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.viewable.writer</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
     </bundle>
   </startLevel>