You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2014/01/29 10:38:26 UTC

svn commit: r1562385 [3/5] - in /stanbol/branches/release-0.12: ./ cmsadapter/ cmsadapter/cmis/ cmsadapter/core/ cmsadapter/jcr/ cmsadapter/parent/ cmsadapter/servicesapi/ cmsadapter/web/ commons/ commons/caslight/ commons/frameworkfragment/ commons/fr...

Modified: stanbol/branches/release-0.12/enhancement-engines/textannotationnewmodel/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/textannotationnewmodel/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/textannotationnewmodel/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/textannotationnewmodel/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
   <packaging>bundle</packaging>
@@ -76,19 +76,19 @@
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-			<version>0.12.0-SNAPSHOT</version>
+			<version>0.12.0de.verlinked.bootstrap.server</version>
 		</dependency>
 		<!-- for tests -->
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.test</artifactId>
-			<version>0.12.0-SNAPSHOT</version>
+			<version>0.12.0de.verlinked.bootstrap.server</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.core</artifactId>
-			<version>0.12.0-SNAPSHOT</version>
+			<version>0.12.0de.verlinked.bootstrap.server</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>

Modified: stanbol/branches/release-0.12/enhancement-engines/tika/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/tika/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/tika/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/tika/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -146,7 +146,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     

Modified: stanbol/branches/release-0.12/enhancement-engines/topic/api/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/topic/api/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/topic/api/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/topic/api/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>apache-stanbol-enhancement-engines</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.0de.verlinked.bootstrap.server</version>
         <relativePath>../..</relativePath>
     </parent>
 

Modified: stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml Wed Jan 29 09:38:21 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -293,19 +293,19 @@
       <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency> -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
       <!-- API dependency -->
       <dependency>
           <groupId>org.apache.stanbol</groupId>
           <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId>
-          <version>0.12.0-SNAPSHOT</version>
+          <version>0.12.0de.verlinked.bootstrap.server</version>
       </dependency>
   </dependencies>
 

Modified: stanbol/branches/release-0.12/enhancement-engines/topic/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/topic/web/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/topic/web/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/topic/web/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -111,12 +111,12 @@
       <dependency>
           <groupId>org.apache.stanbol</groupId>
           <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId>
-          <version>0.12.0-SNAPSHOT</version>
+          <version>0.12.0de.verlinked.bootstrap.server</version>
       </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.topic</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     
     <dependency>

Modified: stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml Wed Jan 29 09:38:21 2014
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0de.verlinked.bootstrap.server</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engine : UIMA</name>

Modified: stanbol/branches/release-0.12/enhancement-engines/uima/uimalocal-template/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/uima/uimalocal-template/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/uima/uimalocal-template/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/uima/uimalocal-template/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancement-engines/uima/uimaremote/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/uima/uimaremote/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/uima/uimaremote/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/uima/uimaremote/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancement-engines/uima/uimatotriples/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/uima/uimatotriples/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/uima/uimatotriples/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/uima/uimatotriples/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancement-engines/xmpextractor/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/xmpextractor/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/xmpextractor/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/xmpextractor/pom.xml Wed Jan 29 09:38:21 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -99,13 +99,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.test</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/enhancement-engines/zemanta/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/zemanta/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/zemanta/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/zemanta/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -85,7 +85,7 @@
     <dependency> <!-- 0.10.0 also works, but tests need newer version -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -120,13 +120,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.test</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/enhancer/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/benchmark/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/benchmark/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/benchmark/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/chain/allactive/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/chain/allactive/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/chain/allactive/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/chain/allactive/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/chain/graph/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/chain/graph/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/chain/graph/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/chain/graph/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/chain/list/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/chain/list/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/chain/list/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/chain/list/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/chain/weighted/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/chain/weighted/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/chain/weighted/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/chain/weighted/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/defaults/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/defaults/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/defaults/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/defaults/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/generic/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/core/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/core/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/core/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/generic/nlp-json/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/nlp-json/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/nlp-json/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/nlp-json/pom.xml Wed Jan 29 09:38:21 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.nlp</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>javax.ws.rs</groupId>
@@ -120,7 +120,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/enhancer/generic/nlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/nlp/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/nlp/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/nlp/pom.xml Wed Jan 29 09:38:21 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -139,7 +139,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/enhancer/generic/rdfentities/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/rdfentities/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/rdfentities/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/rdfentities/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -99,7 +99,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/enhancer/generic/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/servicesapi/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/servicesapi/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/servicesapi/pom.xml Wed Jan 29 09:38:21 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/generic/test/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/generic/test/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/test/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/test/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
     <dependency>

Modified: stanbol/branches/release-0.12/enhancer/jersey/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/jersey/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/jersey/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/jersey/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -108,7 +108,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -204,7 +204,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/enhancer/jobmanager/event/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/jobmanager/event/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/jobmanager/event/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/jobmanager/event/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/enhancer/jobmanager/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/jobmanager/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/jobmanager/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/jobmanager/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4de.verlinked.bootstrap.server</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>org.apache.stanbol.enhancer.jobmanager.reactor</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0de.verlinked.bootstrap.server</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancer JobManager Reactor</name>

Modified: stanbol/branches/release-0.12/enhancer/jobmanager/weightedjobmanager/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/jobmanager/weightedjobmanager/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/jobmanager/weightedjobmanager/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/jobmanager/weightedjobmanager/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
   

Modified: stanbol/branches/release-0.12/enhancer/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/ldpath/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/ldpath/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/ldpath/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -131,13 +131,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
 

Modified: stanbol/branches/release-0.12/enhancer/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4de.verlinked.bootstrap.server</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancer</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0de.verlinked.bootstrap.server</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancer</name>

Modified: stanbol/branches/release-0.12/entityhub/defaults/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/defaults/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/defaults/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/defaults/pom.xml Wed Jan 29 09:38:21 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/entityhub/generic/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/generic/core/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/generic/core/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/generic/core/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -146,7 +146,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.test</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/entityhub/generic/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/generic/servicesapi/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/generic/servicesapi/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/generic/servicesapi/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/entityhub/generic/test/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/generic/test/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/generic/test/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/generic/test/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -59,12 +59,12 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
     <dependency>

Modified: stanbol/branches/release-0.12/entityhub/indexing/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/core/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/core/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/core/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml Wed Jan 29 09:38:21 2014
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
     <groupId>org.apache.stanbol</groupId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>org.apache.stanbol.entityhub.indexing.dblp</artifactId>

Modified: stanbol/branches/release-0.12/entityhub/indexing/dblp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/dblp/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/dblp/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/dblp/pom.xml Wed Jan 29 09:38:21 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -108,14 +108,14 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
     <!-- dependencies of the solr yard destination -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
 

Modified: stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml Wed Jan 29 09:38:21 2014
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
     <groupId>org.apache.stanbol</groupId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>org.apache.stanbol.entityhub.indexing.dbpedia</artifactId>

Modified: stanbol/branches/release-0.12/entityhub/indexing/dbpedia/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/dbpedia/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/dbpedia/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/dbpedia/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -116,20 +116,20 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
     <!-- dependencies of the solr yard destination -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -137,34 +137,34 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.stempel</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
     <!-- namespace prefixes mappings -->
     <dependency> <!-- provides the default Stanbol mappings -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency> <!-- provides the prefix.cc mappings -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
     <dependency> <!-- for the Main (command line utility) -->

Modified: stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/destination/solryard/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -102,17 +102,17 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <!-- FST model generation -->
     <dependency>

Modified: stanbol/branches/release-0.12/entityhub/indexing/freebase/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/freebase/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/freebase/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/freebase/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -120,20 +120,20 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
     <!-- dependencies of the solr yard destination -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -153,22 +153,22 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.extras.stempel</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
     <dependency> <!-- for the Main (command line utility) -->

Modified: stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml Wed Jan 29 09:38:21 2014
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
     <groupId>org.apache.stanbol</groupId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>org.apache.stanbol.entityhub.indexing.genericrdf</artifactId>

Modified: stanbol/branches/release-0.12/entityhub/indexing/genericrdf/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/genericrdf/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/genericrdf/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/genericrdf/pom.xml Wed Jan 29 09:38:21 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -150,7 +150,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -166,7 +166,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>

Modified: stanbol/branches/release-0.12/entityhub/indexing/geonames/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/geonames/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/geonames/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/geonames/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -111,7 +111,7 @@
     <dependency>
   	  <groupId>org.apache.stanbol</groupId>
 	    <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-	    <version>0.12.0-SNAPSHOT</version>
+	    <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
     <!-- runtime dependencies for the standalone tool -->
@@ -141,7 +141,7 @@
     <dependency> <!-- we want to use the SolrYard as target -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>runtime</scope>
     </dependency>
         

Modified: stanbol/branches/release-0.12/entityhub/indexing/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4de.verlinked.bootstrap.server</version>
     <relativePath>../../parent</relativePath>
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0de.verlinked.bootstrap.server</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Entityhub Indexing</name>

Modified: stanbol/branches/release-0.12/entityhub/indexing/source/jenatdb/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/source/jenatdb/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/source/jenatdb/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/source/jenatdb/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -99,7 +99,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/release-0.12/entityhub/indexing/source/vcard/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/source/vcard/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/source/vcard/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/source/vcard/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub-indexing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     
     <dependency>

Modified: stanbol/branches/release-0.12/entityhub/jersey/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/jersey/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/jersey/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/jersey/pom.xml Wed Jan 29 09:38:21 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -87,7 +87,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -110,7 +110,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/release-0.12/entityhub/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/ldpath/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/ldpath/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/ldpath/pom.xml Wed Jan 29 09:38:21 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -89,8 +89,8 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <!-- NOTE: 0.11.0 would be fine, but 0.12.0-SNAPSHOT is required for unit tests -->
-      <version>0.12.0-SNAPSHOT</version>
+      <!-- NOTE: 0.11.0 would be fine, but 0.12.0de.verlinked.bootstrap.server is required for unit tests -->
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -140,13 +140,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
 

Modified: stanbol/branches/release-0.12/entityhub/model/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/clerezza/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/model/clerezza/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/model/clerezza/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.test</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/entityhub/model/sesame/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/model/sesame/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/model/sesame/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/model/sesame/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -99,7 +99,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.test</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <!-- TODO: will need a sesame repository for testing -->

Modified: stanbol/branches/release-0.12/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4de.verlinked.bootstrap.server</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-entityhub</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0de.verlinked.bootstrap.server</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Entityhub</name>

Modified: stanbol/branches/release-0.12/entityhub/query/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/query/clerezza/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/query/clerezza/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/query/clerezza/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -89,7 +89,7 @@
     <dependency> <!-- generic SPARQL classes are now in this module-->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/release-0.12/entityhub/query/sparql/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/query/sparql/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/query/sparql/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/query/sparql/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/entityhub/site/linkeddata/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/site/linkeddata/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/site/linkeddata/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/site/linkeddata/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/entityhub/site/managed/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/site/managed/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/site/managed/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/site/managed/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/entityhub/yard/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/yard/clerezza/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/yard/clerezza/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/yard/clerezza/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/entityhub/yard/sesame/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/yard/sesame/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/yard/sesame/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/yard/sesame/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -89,12 +89,12 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency> <!-- the sesame repository API -->
       <groupId>org.openrdf.sesame</groupId>
@@ -105,7 +105,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.test</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/entityhub/yard/solr/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/yard/solr/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/yard/solr/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/yard/solr/pom.xml Wed Jan 29 09:38:21 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-entityhub</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -110,24 +110,24 @@
     <dependency> <!-- provides Solr and OSGI utilities for Solr -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency> <!-- provides managed Solr servers -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
     <!-- Stanbol Entityhub internal dependencies -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
    <!--  other (not Solr related) dependencies) -->
@@ -168,7 +168,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.test</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/integration-tests/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/integration-tests/pom.xml (original)
+++ stanbol/branches/release-0.12/integration-tests/pom.xml Wed Jan 29 09:38:21 2014
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4de.verlinked.bootstrap.server</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.integration-tests</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0de.verlinked.bootstrap.server</version>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Integration Tests</name>
@@ -134,27 +134,27 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.launchers.full</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.test</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <!-- Used to access constants such as Ontology URIs -->
     <dependency>
@@ -168,17 +168,17 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency> <!-- provides the default Stanbol mappings -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
     <dependency> <!-- provides the prefix.cc mappings -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </dependency>
 
     <dependency>
@@ -204,7 +204,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
-      <version>0.12.0-SNAPSHOT</version>      
+      <version>0.12.0de.verlinked.bootstrap.server</version>      
     </dependency>
     <dependency>
       <groupId>com.sun.jersey</groupId>

Modified: stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/pom.xml Wed Jan 29 09:38:21 2014
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml Wed Jan 29 09:38:21 2014
@@ -75,27 +75,27 @@
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.servicesapi</artifactId>
-			<version>0.12.0-SNAPSHOT</version>
+			<version>0.12.0de.verlinked.bootstrap.server</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.core</artifactId>
-			<version>0.12.0-SNAPSHOT</version>
+			<version>0.12.0de.verlinked.bootstrap.server</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.web</artifactId>
-			<version>0.12.0-SNAPSHOT</version>
+			<version>0.12.0de.verlinked.bootstrap.server</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.jcr</artifactId>
-			<version>0.12.0-SNAPSHOT</version>
+			<version>0.12.0de.verlinked.bootstrap.server</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.cmis</artifactId>
-			<version>0.12.0-SNAPSHOT</version>
+			<version>0.12.0de.verlinked.bootstrap.server</version>
 		</bundle>
 	</startLevel>
 </bundles>

Modified: stanbol/branches/release-0.12/launchers/bundlelists/contenthub/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/contenthub/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/contenthub/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/contenthub/pom.xml Wed Jan 29 09:38:21 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
     

Modified: stanbol/branches/release-0.12/launchers/bundlelists/contenthub/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/contenthub/src/main/bundles/list.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/contenthub/src/main/bundles/list.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/contenthub/src/main/bundles/list.xml Wed Jan 29 09:38:21 2014
@@ -15,40 +15,40 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.search.solr
       </artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.search.related
       </artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.search.featured
       </artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.web</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.ldpath</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.0de.verlinked.bootstrap.server</version>
     </bundle>
   </startLevel>
 </bundles>

Modified: stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/pom.xml Wed Jan 29 09:38:21 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/src/main/bundles/list.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/src/main/bundles/list.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/src/main/bundles/list.xml Wed Jan 29 09:38:21 2014
@@ -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.0de.verlinked.bootstrap.server</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.0de.verlinked.bootstrap.server</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.0de.verlinked.bootstrap.server</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.0de.verlinked.bootstrap.server</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.0de.verlinked.bootstrap.server</version>
     </bundle>
   </startLevel>
 </bundles>
\ No newline at end of file

Modified: stanbol/branches/release-0.12/launchers/bundlelists/enhancer/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/enhancer/pom.xml?rev=1562385&r1=1562384&r2=1562385&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/enhancer/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/enhancer/pom.xml Wed Jan 29 09:38:21 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0de.verlinked.bootstrap.server</version>
     <relativePath>..</relativePath>
   </parent>