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

svn commit: r1558038 [4/6] - in /stanbol/branches/release-0.12: ./ cmsadapter/ cmsadapter/cmis/ cmsadapter/core/ cmsadapter/jcr/ cmsadapter/parent/ cmsadapter/servicesapi/ cmsadapter/web/ commons/caslight/ commons/freemarker/ commons/httpqueryheaders/ ...

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/xmpextractor/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/xmpextractor/pom.xml Tue Jan 14 14:10:05 2014
@@ -20,13 +20,11 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : XMP Extractor</name>
@@ -52,8 +50,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.13)",
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.13)",
               *
             </Import-Package>
             <Private-Package>
@@ -101,13 +99,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.test</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/zemanta/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/zemanta/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,13 +22,11 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Zemanta</name>
@@ -62,8 +60,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.13)",
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.13)",
               org.apache.stanbol.enhancer.engines.zemanta,
               *
             </Import-Package>
@@ -84,28 +82,24 @@
   </build>
 
   <dependencies>
-    <dependency>
+    <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.10.0</version>
-      <scope>provided</scope>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId>
       <version>0.11.0</version>
-      <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.jena.parser</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -120,20 +114,19 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <scope>provided</scope>
     </dependency>
 
     <!-- for tests -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.test</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Propchange: stanbol/branches/release-0.12/enhancer/
------------------------------------------------------------------------------
  Merged /stanbol/trunk/enhancer:r1551879,1551886

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/benchmark/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/benchmark/pom.xml Tue Jan 14 14:10:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -65,7 +65,7 @@
             
             <!-- TODO velocity should be in its own bundle -->
             <!-- Embed-Dependency>velocity,velocity-tools</Embed-Dependency>
-            <Embed-Transitive>false</Embed-Transitive  -->
+            <Embed-Transitive>false</Embed-Transitive -->
             
             <!-- Ignore Velocity stuff that we don't need -->
             <Import-Package>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/chain/allactive/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/chain/allactive/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -56,7 +55,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.13)",
               *
             </Import-Package>
             <Private-Package>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/chain/graph/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/chain/graph/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -57,8 +56,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.13)",
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.13)",
               *
             </Import-Package>
             <Private-Package>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/chain/list/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/chain/list/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -57,8 +56,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.13)",
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.13)",
               *
             </Import-Package>
             <Private-Package>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/chain/weighted/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/chain/weighted/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -58,8 +57,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.13)",
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.13)",
               *
             </Import-Package>
             <Private-Package>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/defaults/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/defaults/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,13 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/core/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/core/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -54,8 +53,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.13)",
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.13)",
               org.apache.stanbol.enhancer.contentitem.inmemory,
               org.apache.stanbol.enhancer.contentitem.file,
               *

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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -15,13 +15,12 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -92,7 +91,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.nlp</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.ws.rs</groupId>
@@ -121,7 +120,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/nlp/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/nlp/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,13 +15,12 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -140,7 +139,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/rdfentities/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/rdfentities/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -100,7 +99,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/servicesapi/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/servicesapi/pom.xml Tue Jan 14 14:10:05 2014
@@ -9,15 +9,14 @@
   License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
   OF ANY KIND, either express or implied. See the License for the specific 
   language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -53,7 +52,6 @@
               org.apache.stanbol.enhancer.servicesapi.*;version=${project.version}
             </Export-Package>
             <Import-Package>
-              org.apache.commons.io;version="[1.4.0,3)",
               org.apache.stanbol.enhancer.servicesapi; provide:=true,
               org.apache.stanbol.enhancer.servicesapi.helper,
               org.apache.stanbol.enhancer.servicesapi.helper.execution,
@@ -61,6 +59,11 @@
               org.apache.stanbol.enhancer.servicesapi.rdf,
               *
             </Import-Package>
+            <!-- removed Import-Package 
+                  org.apache.commons.io;version="[1.4.0,3)",
+              as commons-io version 2+ still export versions < 2.0 for exported
+              packages
+             -->
             <Private-Package>
             </Private-Package>
           </instructions>
@@ -98,7 +101,7 @@
     <!-- dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-    </dependency  -->
+    </dependency -->
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/generic/test/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/generic/test/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -73,7 +72,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/jersey/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/jersey/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,14 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -99,7 +98,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -133,8 +132,8 @@
 
     <!-- Jersey -->
     <dependency>
-    	<groupId>org.apache.stanbol</groupId>
-  		<artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
+      <groupId>org.apache.stanbol</groupId>
+  	  <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
       <version>0.11.0</version>      
     </dependency>
     <dependency>
@@ -205,7 +204,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/jobmanager/event/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/jobmanager/event/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -57,7 +56,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10.0,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10.0,0.13)",
               org.apache.stanbol.enhancer.jobmanager.event,
               *
             </Import-Package>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/jobmanager/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/jobmanager/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,8 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <parent>
@@ -27,6 +26,7 @@
   </parent>
 
   <artifactId>org.apache.stanbol.enhancer.jobmanager.reactor</artifactId>
+  <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/jobmanager/weightedjobmanager/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/jobmanager/weightedjobmanager/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   
@@ -57,7 +56,7 @@
       	<configuration>
       	  <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.9,0.13)",
               *
             </Import-Package>
       	    <Private-Package>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/ldpath/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/ldpath/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,14 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -132,13 +131,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
-      <version>0.11.0</version>
+      <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,8 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -29,7 +28,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancer</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancer</name>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/dblp/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/dblp/pom.xml Tue Jan 14 14:10:05 2014
@@ -77,7 +77,7 @@
               </includes>
             </artifactSet>
             <transformers>
-              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
             </transformers>
           </configuration>
         <executions>
@@ -159,11 +159,11 @@
       <artifactId>slf4j-log4j12</artifactId>
       <scope>runtime</scope>
     </dependency>
-    <dependency> <!-- see also the log4j.properties in src/main/resources -->
+    <!-- dependency> - see also the log4j.properties in src/main/resources -
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <scope>runtime</scope>
-    </dependency>
+    </dependency -->
   </dependencies>
 
 </project>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/dbpedia/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/dbpedia/pom.xml Tue Jan 14 14:10:05 2014
@@ -74,7 +74,7 @@
               </includes>
             </artifactSet>
             <transformers>
-              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
             </transformers>
           </configuration>
         <executions>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/freebase/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/freebase/pom.xml Tue Jan 14 14:10:05 2014
@@ -75,7 +75,7 @@
               </includes>
             </artifactSet>
             <transformers>
-              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
             </transformers>
           </configuration>
         <executions>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/genericrdf/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/genericrdf/pom.xml Tue Jan 14 14:10:05 2014
@@ -77,7 +77,7 @@
               </includes>
             </artifactSet>
             <transformers>
-              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
             </transformers>
           </configuration>
         <executions>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/geonames/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/geonames/pom.xml Tue Jan 14 14:10:05 2014
@@ -86,7 +86,7 @@
               </includes>
             </artifactSet>
             <transformers>
-              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
             </transformers>
           </configuration>
         <executions>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/integration-tests/pom.xml (original)
+++ stanbol/branches/release-0.12/integration-tests/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,8 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -28,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.integration-tests</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Integration Tests</name>
@@ -45,13 +44,13 @@
 
   <properties>
     <!-- Set this to run the server on a specific port -->
-    <http.port></http.port>
+    <http.port />
 
     <!-- Set this to run tests against an existing server instance -->
-    <test.server.url></test.server.url>
+    <test.server.url />
 
     <!-- Options for the VM that executes our runnable jar -->
-    <jar.executor.vm.options>-Xmx1g -XX:MaxPermSize=256m -Dorg.apache.stanbol.offline.mode=true -Dorg.apache.sling.commons.log.level=DEBUG</jar.executor.vm.options>
+    <jar.executor.vm.options>-Xmx1g -XX:MaxPermSize=256m -Dorg.apache.stanbol.offline.mode=true -Dorg.apache.sling.commons.log.level=INFO</jar.executor.vm.options>
 
     <!-- Set this to true to keep the runnable jar running - useful to debug tests -->
     <keepJarRunning>false</keepJarRunning>
@@ -135,7 +134,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.launchers.full</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,39 +1,36 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-  license agreements. See the NOTICE file distributed with this work for additional 
-  information regarding copyright ownership. The ASF licenses this file to 
-  You under the Apache License, Version 2.0 (the "License"); you may not use 
-  this file except in compliance with the License. You may obtain a copy of 
-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-  by applicable law or agreed to in writing, software distributed under the 
-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-  OF ANY KIND, either express or implied. See the License for the specific 
-  language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-
-  <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.launchers.bundlelists.cmsadapter</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
-  <packaging>partialbundlelist</packaging>
-
-  <name>Apache Stanbol Bundlelist for CMS Adapter</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.sling</groupId>
-        <artifactId>maven-launchpad-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+  license agreements. See the NOTICE file distributed with this work for additional 
+  information regarding copyright ownership. The ASF licenses this file to 
+  You under the Apache License, Version 2.0 (the "License"); you may not use 
+  this file except in compliance with the License. You may obtain a copy of 
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+  by applicable law or agreed to in writing, software distributed under the 
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+  OF ANY KIND, either express or implied. See the License for the specific 
+  language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>apache-stanbol-bundlelists</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.launchers.bundlelists.cmsadapter</artifactId>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for CMS Adapter</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>
+

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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -75,27 +75,27 @@
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.servicesapi</artifactId>
-			<version>0.10.0-SNAPSHOT</version>
+			<version>0.12.0-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.core</artifactId>
-			<version>0.10.0-SNAPSHOT</version>
+			<version>0.12.0-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.web</artifactId>
-			<version>0.10.0-SNAPSHOT</version>
+			<version>0.12.0-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.jcr</artifactId>
-			<version>0.10.0-SNAPSHOT</version>
+			<version>0.12.0-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.cmis</artifactId>
-			<version>0.10.0-SNAPSHOT</version>
+			<version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/contenthub/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/contenthub/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,39 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-  license agreements. See the NOTICE file distributed with this work for additional 
-  information regarding copyright ownership. The ASF licenses this file to 
-  You under the Apache License, Version 2.0 (the "License"); you may not use 
-  this file except in compliance with the License. You may obtain a copy of 
-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-  by applicable law or agreed to in writing, software distributed under the 
-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-  OF ANY KIND, either express or implied. See the License for the specific 
-  language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-    
-  <artifactId>org.apache.stanbol.launchers.bundlelists.contenthub</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
-  <packaging>partialbundlelist</packaging>
-  
-  <name>Apache Stanbol Bundlelist for Contenthub</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.sling</groupId>
-        <artifactId>maven-launchpad-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+  license agreements. See the NOTICE file distributed with this work for additional 
+  information regarding copyright ownership. The ASF licenses this file to 
+  You under the Apache License, Version 2.0 (the "License"); you may not use 
+  this file except in compliance with the License. You may obtain a copy of 
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+  by applicable law or agreed to in writing, software distributed under the 
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+  OF ANY KIND, either express or implied. See the License for the specific 
+  language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>apache-stanbol-bundlelists</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+    
+  <artifactId>org.apache.stanbol.launchers.bundlelists.contenthub</artifactId>
+  <packaging>partialbundlelist</packaging>
+  
+  <name>Apache Stanbol Bundlelist for Contenthub</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>
+

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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -15,47 +15,40 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.search.solr
       </artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.search.related
       </artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.search.featured
       </artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.web</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
-    <!-- Moving CNN Crawler to demos/  
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.crawler.cnn</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
-    </bundle>
-     -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.ldpath</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/defaultdata/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,40 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-  license agreements. See the NOTICE file distributed with this work for additional 
-  information regarding copyright ownership. The ASF licenses this file to 
-  You under the Apache License, Version 2.0 (the "License"); you may not use 
-  this file except in compliance with the License. You may obtain a copy of 
-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-  by applicable law or agreed to in writing, software distributed under the 
-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-  OF ANY KIND, either express or implied. See the License for the specific 
-  language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-
-  <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
-  <packaging>partialbundlelist</packaging>
-
-  <name>Apache Stanbol Bundlelist for Default Data</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.sling</groupId>
-        <artifactId>maven-launchpad-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+  license agreements. See the NOTICE file distributed with this work for additional 
+  information regarding copyright ownership. The ASF licenses this file to 
+  You under the Apache License, Version 2.0 (the "License"); you may not use 
+  this file except in compliance with the License. You may obtain a copy of 
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+  by applicable law or agreed to in writing, software distributed under the 
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+  OF ANY KIND, either express or implied. See the License for the specific 
+  language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>apache-stanbol-bundlelists</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Default Data</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>
+

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/enhancer/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/enhancer/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,39 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-  license agreements. See the NOTICE file distributed with this work for additional 
-  information regarding copyright ownership. The ASF licenses this file to 
-  You under the Apache License, Version 2.0 (the "License"); you may not use 
-  this file except in compliance with the License. You may obtain a copy of 
-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-  by applicable law or agreed to in writing, software distributed under the 
-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-  OF ANY KIND, either express or implied. See the License for the specific 
-  language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
-  <packaging>partialbundlelist</packaging>
-
-  <name>Apache Stanbol Bundlelist for Enhancer</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.sling</groupId>
-        <artifactId>maven-launchpad-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+  license agreements. See the NOTICE file distributed with this work for additional 
+  information regarding copyright ownership. The ASF licenses this file to 
+  You under the Apache License, Version 2.0 (the "License"); you may not use 
+  this file except in compliance with the License. You may obtain a copy of 
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+  by applicable law or agreed to in writing, software distributed under the 
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+  OF ANY KIND, either express or implied. See the License for the specific 
+  language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>apache-stanbol-bundlelists</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Enhancer</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>
+

Modified: stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml Tue Jan 14 14:10:05 2014
@@ -53,32 +53,32 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- NLP processing (STANBOL-733) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.nlp</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-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>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- API for Topic Classification Engines -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Core Module for Dereference Engines -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.dereference.core</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- LDPath -->
@@ -86,7 +86,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.ldpath</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- EnhancementJobManager implementations -->
@@ -94,12 +94,12 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.eventjobmanager</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <!-- bundle> - no longer used as it does not support chains -
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.weightedjobmanager</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-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>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.chain.graph</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.chain.weighted</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.chain.list</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>
   <!-- Web Fragment -->
@@ -130,7 +130,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -139,7 +139,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -156,12 +156,12 @@
     <bundle><!-- Apache Tika Engine -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.tika</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
-	  <bundle><!-- XMP Extractor engine -->
-		  <groupId>org.apache.stanbol</groupId>
-		  <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId>
-		  <version>0.10.1-SNAPSHOT</version>
+    <bundle><!-- XMP Extractor engine -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
 	  </bundle>
 
     <!-- language identification -->
@@ -169,17 +169,17 @@
     <bundle> 
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.langdetect</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
 	  <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle><!-- RESTful Language Identification engine -->
       <groupId>org.apache.stanbol</groupId> <!-- see STANBOL-895 -->
       <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     
     <!-- NLP processing engines (all STANBOL-733 and sub-tasks) -->
@@ -187,134 +187,134 @@
     <bundle><!-- sentence detection with OpenNLP -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.sentence</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle><!-- OpenNLP based tokenizing of Texts -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.token</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle><!-- POS tagging with OpenNLP -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.pos</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle><!-- Chunking tagging with OpenNLP -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.chunker</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Open NLP based NER -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle><!-- RESTful NLP Analysis engine -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     
     <bundle> <!-- POS annotation based chunker (STANBOL-1251) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.poschunker</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     
     <!-- NLP metadata to RDF (using NIF 1.0) - NOT YET READY FOR DEFAULT CONFIG
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.nlp2rdf</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-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>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.sentiment.summarization</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-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>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-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>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-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>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-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>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <!-- Stanbol EntityLinking -->
     <bundle><!-- Engine -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle><!-- OpenNLP LabelTokenizing support -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.opennlp</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle><!-- Lucene LabelTokenizing support -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.lucene</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle><!-- EntityLinking for the Stanbol Entityhub -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entityhublinking</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
  
     <bundle><!-- FST Linking Engine (STANBOL-1128) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.lucenefstlinking</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
 	  <!-- Post-Processing engine -->
     
     <bundle> <!-- Disambigutation using Solr MLT queries -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engine.disambiguation.mlt</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-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>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-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>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-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>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- Refactor Enhancement Engine -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.refactor</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
 
     
@@ -323,27 +323,27 @@
     <bundle> <!-- http://www.opencalais.com/ -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- http://www.zemanta.com/ -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- http://www.geonames.org/ -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- http://linguagrid.org/ -->
       <groupId>org.apache.stanbol</groupId>
 	  <artifactId>org.apache.stanbol.enhancer.engines.celi</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle> <!-- DBpedia Spotlight Engines (STANBOL-706) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.dbpspotlight</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>
   
@@ -353,7 +353,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.defaults</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>
 </bundles>

Modified: stanbol/branches/release-0.12/launchers/bundlelists/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/entityhub/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/entityhub/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/entityhub/pom.xml Tue Jan 14 14:10:05 2014
@@ -16,12 +16,11 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   
   <name>Apache Stanbol Bundlelist for Entityhub</name>

Modified: stanbol/branches/release-0.12/launchers/bundlelists/language-extras/kuromoji/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/language-extras/kuromoji/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/language-extras/kuromoji/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/language-extras/kuromoji/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,47 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-  license agreements. See the NOTICE file distributed with this work for additional 
-  information regarding copyright ownership. The ASF licenses this file to 
-  You under the Apache License, Version 2.0 (the "License"); you may not use 
-  this file except in compliance with the License. You may obtain a copy of 
-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-  by applicable law or agreed to in writing, software distributed under the 
-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-  OF ANY KIND, either express or implied. See the License for the specific 
-  language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-bundlelists</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
-    <relativePath>../..</relativePath>
-  </parent>
-
-  <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
-  <packaging>partialbundlelist</packaging>
-
-  <name>Apache Stanbol Bundlelist for Language Support: Kuromoji Japanese</name>
-    <description>
-      Provides modules that bring language support for Japanese using
-      the Solr/Lucene kuromoji analyzer. This includes a (1) Bundle providing the
-      Solr Analyzer; (2) an NLP processing Engine that Tokenizes, detects
-      sentences, POS taggs, extracts Named Entities and Lemmatizes Japanese text
-      (3) an LabelTokenizer needed to match tokens of the analyzed text with
-      the labels of Entities in the matched vocabularies.
-    </description>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.sling</groupId>
-        <artifactId>maven-launchpad-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+  license agreements. See the NOTICE file distributed with this work for additional 
+  information regarding copyright ownership. The ASF licenses this file to 
+  You under the Apache License, Version 2.0 (the "License"); you may not use 
+  this file except in compliance with the License. You may obtain a copy of 
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+  by applicable law or agreed to in writing, software distributed under the 
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+  OF ANY KIND, either express or implied. See the License for the specific 
+  language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>apache-stanbol-bundlelists</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Language Support: Kuromoji Japanese</name>
+    <description>
+      Provides modules that bring language support for Japanese using
+      the Solr/Lucene kuromoji analyzer. This includes a (1) Bundle providing the
+      Solr Analyzer; (2) an NLP processing Engine that Tokenizes, detects
+      sentences, POS taggs, extracts Named Entities and Lemmatizes Japanese text
+      (3) an LabelTokenizer needed to match tokens of the analyzed text with
+      the labels of Entities in the matched vocabularies.
+    </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: stanbol/branches/release-0.12/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml Tue Jan 14 14:10:05 2014
@@ -34,7 +34,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.kuromoji.nlp</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>
 
@@ -51,7 +51,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.kuromoji</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>