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 [3/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/entitycomention/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitycomention/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitycomention/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitycomention/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.entitycomention</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Entity Co-Mention</name>
@@ -59,7 +57,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)",
               org.apache.stanbol.enhancer.engines.entitylinking;version=${project.version}; provide:=true,
               *
             </Import-Package>
@@ -86,7 +84,7 @@
     <dependency>
       <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>
     </dependency>
 
     <dependency>

Modified: stanbol/branches/release-0.12/enhancement-engines/entityhublinking/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entityhublinking/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entityhublinking/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entityhublinking/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.entityhublinking</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Entityhub Linking</name>
@@ -59,7 +57,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)",
               org.apache.stanbol.enhancer.engines.entitylinking;version=${project.version}; provide:=true,
               *
             </Import-Package>
@@ -91,7 +89,7 @@
     <dependency>
       <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>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/release-0.12/enhancement-engines/entitylinking/engine/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitylinking/engine/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitylinking/engine/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitylinking/engine/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -58,7 +58,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)",
               org.apache.stanbol.enhancer.engines.entitylinking; provide:=true,
               org.apache.stanbol.enhancer.engines.entitylinking.config,
               org.apache.stanbol.enhancer.engines.entitylinking.engine,

Modified: stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-kuromoji/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-kuromoji/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-kuromoji/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-kuromoji/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -39,10 +39,10 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/STANBOL-913/entityhublinking/labeltokenizer-kuromoji
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/enhancement-engines/entityhublinking/labeltokenizer-kuromoji
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/STANBOL-913/entityhublinking/labeltokenizer-kuromoji
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/enhancement-engines/entityhublinking/labeltokenizer-kuromoji
     </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>
@@ -81,7 +81,7 @@
     <dependency> <!-- depend on the module the config is for -->
       <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>
     </dependency>
     <dependency> <!-- depend on the kuromoji analyzer module -->
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-lucene/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-lucene/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-lucene/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-lucene/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -76,7 +76,7 @@
     <dependency>
       <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>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-opennlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-opennlp/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-opennlp/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-opennlp/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -76,7 +76,7 @@
     <dependency>
       <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>
     </dependency>
 
     <dependency>

Modified: stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-paoding/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-paoding/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-paoding/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-paoding/pom.xml Tue Jan 14 14:10:05 2014
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -94,7 +94,7 @@
     <dependency>
       <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>
     </dependency>
     <!-- Testing -->
     <dependency>

Modified: stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-smartcn/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-smartcn/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-smartcn/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitylinking/labeltokenizer-smartcn/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -81,7 +81,7 @@
     <dependency> <!-- depend on the module the config is for -->
       <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>
     </dependency>
   </dependencies>
 

Modified: stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitylinking/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,13 +22,13 @@
   <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>apache-stanbol-enhancement-engines-entitylinking</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Entity Linking</name>

Modified: stanbol/branches/release-0.12/enhancement-engines/entitytagging/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitytagging/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/entitytagging/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/entitytagging/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.engine.entitytagging</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Entity Tagging</name>
@@ -60,8 +58,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>
@@ -153,7 +151,7 @@
       <artifactId>org.apache.stanbol.entityhub.core</artifactId>
       <version>0.12.0-SNAPSHOT</version>
       <scope>test</scope>
-    </dependency  -->
+    </dependency -->
      <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>

Modified: stanbol/branches/release-0.12/enhancement-engines/geonames/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/geonames/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/geonames/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/geonames/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.geonames</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Geonames Linking</name>
@@ -58,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>
@@ -123,13 +121,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.enhancer.test</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/htmlextractor/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/htmlextractor/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/htmlextractor/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/htmlextractor/pom.xml Tue Jan 14 14:10:05 2014
@@ -21,13 +21,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.htmlextractor</artifactId>
-	<version>0.10.1-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Apache Stanbol Enhancement Engine : HTML Extractor</name>
   <description>Enhancement Engine that extracts RDFa and Microformat data from HTML pages
@@ -54,8 +52,8 @@
           <instructions>
             <Import-Package>
               !org.apache.tools.*,
-              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>
@@ -106,13 +104,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/keywordextraction/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/keywordextraction/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/keywordextraction/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/keywordextraction/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.engine.keywordextraction</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Keyword Extraction</name>
@@ -60,8 +58,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.keywordextraction.impl,
               org.apache.stanbol.enhancer.engines.keywordextraction.engine,
               org.apache.stanbol.enhancer.engines.keywordextraction.linking; provide:=true,

Modified: stanbol/branches/release-0.12/enhancement-engines/kuromoji-nlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/kuromoji-nlp/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/kuromoji-nlp/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/kuromoji-nlp/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,13 +15,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.kuromoji.nlp</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Kuromoji NLP </name>
@@ -48,8 +46,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,
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
               *
             </Import-Package>
             <Private-Package>
@@ -82,7 +80,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>
@@ -106,13 +104,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.test</artifactId>
-      <version>0.11.0-SNAPSHOT</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.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stanbol/branches/release-0.12/enhancement-engines/langdetect/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/langdetect/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/langdetect/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/langdetect/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,51 +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-enhancement-engines</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-
-  <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.enhancer.engines.langdetect</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
-  <packaging>bundle</packaging>
+<!-- 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-enhancement-engines</artifactId>
+		<version>0.12.0-SNAPSHOT</version>
+		<relativePath>..</relativePath>
+	</parent>
 
-  <name>Apache Stanbol Enhancement Engine : Language Detection</name>
-  <description>language detection for 53 languages based on http://code.google.com/p/language-detection
+	<artifactId>org.apache.stanbol.enhancer.engines.langdetect</artifactId>
+	<packaging>bundle</packaging>
+
+	<name>Apache Stanbol Enhancement Engine : Language Detection</name>
+	<description>language detection for 53 languages based on http://code.google.com/p/language-detection
   </description>
 
-  <inceptionYear>2012</inceptionYear>
+	<inceptionYear>2012</inceptionYear>
 
-  <scm>
-    <connection>
+	<scm>
+		<connection>
       scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/enhancement-engines/langdetect/
     </connection>
-    <developerConnection>
+		<developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/enhancement-engines/langdetect/
     </developerConnection>
-    <url>http://stanbol.apache.org/</url>
-  </scm>
+		<url>http://stanbol.apache.org/</url>
+	</scm>
 
 	<build>
 		<plugins>
@@ -66,9 +59,9 @@
 							!com.google.inject.*,
 							!org.seasar.framework.*,
 							!org.springframework.*,
-              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>
 					</instructions>
 				</configuration>
@@ -85,71 +78,71 @@
 						<!-- AL20 licensed files: See src/test/resources/README -->
 						<exclude>src/test/resources/*.txt</exclude>
 
-            <exclude>src/license/THIRD-PARTY.properties</exclude>
+						<exclude>src/license/THIRD-PARTY.properties</exclude>
 					</excludes>
 				</configuration>
 			</plugin>
 		</plugins>
 	</build>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.10.0</version>
-    </dependency>
-
-    <dependency>
-      <groupId>com.cybozu.labs</groupId>
-      <artifactId>langdetect</artifactId>
-      <version>1.1-20120112</version>
-    </dependency>
-    <dependency>
-      <groupId>net.arnx</groupId>
-      <artifactId>jsonic</artifactId>
-      <version>1.2.7</version>
-      <type>jar</type>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.test</artifactId>
-      <version>0.10.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0</version>
-      <scope>test</scope>
-    </dependency>    
-  	<dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+	<dependencies>
+		<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>
+		</dependency>
+
+		<dependency>
+			<groupId>com.cybozu.labs</groupId>
+			<artifactId>langdetect</artifactId>
+			<version>1.1-20120112</version>
+		</dependency>
+		<dependency>
+			<groupId>net.arnx</groupId>
+			<artifactId>jsonic</artifactId>
+			<version>1.2.7</version>
+			<type>jar</type>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.felix</groupId>
+			<artifactId>org.apache.felix.scr.annotations</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>rdf.core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-api</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.enhancer.test</artifactId>
+			<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.12.0-SNAPSHOT</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-simple</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
 
 </project>

Modified: stanbol/branches/release-0.12/enhancement-engines/langid/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/langid/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/langid/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/langid/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.langid</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Language Identifier</name>
@@ -58,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>
@@ -88,10 +86,10 @@
   </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>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -119,13 +117,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/lucenefstlinking/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/lucenefstlinking/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.lucenefstlinking</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Lucene FST Entity Linking</name>
@@ -62,7 +60,7 @@
           <instructions>
             <Import-Package>
               !org.mitre.solr.tagger.*,
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.13)",
               org.apache.stanbol.enhancer.engines.entitylinking;version=${project.version}; provide:=true,
               *
             </Import-Package>
@@ -123,13 +121,13 @@
     <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>
       <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId>
-      <version>0.10.1-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -155,7 +153,7 @@
      <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <!-- the SolrYard with the dbpedia default dataset is used for testing -->

Modified: stanbol/branches/release-0.12/enhancement-engines/nlp2rdf/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/nlp2rdf/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/nlp2rdf/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/nlp2rdf/pom.xml Tue Jan 14 14:10:05 2014
@@ -16,13 +16,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.nlp2rdf</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : NLP to RDF converter</name>
@@ -54,8 +52,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/enhancement-engines/opencalais/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/opencalais/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/opencalais/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/opencalais/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.opencalais</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : OpenCalais</name>
@@ -55,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)",
               *
             </Import-Package>
             <Private-Package>
@@ -95,10 +93,10 @@
   </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>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -136,13 +134,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>

Propchange: stanbol/branches/release-0.12/enhancement-engines/opennlp/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Jan 14 14:10:05 2014
@@ -0,0 +1,7 @@
+/incubator/stanbol/branches/dbpedia-spotlight-engines/engines/opennlp:1374978-1386535
+/incubator/stanbol/branches/stanbol-nlp-processing/enhancer/engines/opennlp:1386989-1388016
+/stanbol/branches/STANBOL-913/opennlp:1443935-1448276
+/stanbol/branches/stanbol-nlp-processing/enhancer/engines/opennlp:1388017-1413353
+/stanbol/branches/stanbol-solr4/enhancement-engines/opennlp:1455112-1458685
+/stanbol/trunk:1548552
+/stanbol/trunk/enhancement-engines/opennlp:1543372-1543373,1546706,1547070

Modified: stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-chunker/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-chunker/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-chunker/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-chunker/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -54,8 +54,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/enhancement-engines/opennlp/opennlp-ner/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-ner/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-ner/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-ner/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -56,8 +56,8 @@
             </Private-Package>
             <Import-Package>
               !net.didion.*,
-              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>
           </instructions>
@@ -77,15 +77,15 @@
       <artifactId>org.apache.stanbol.commons.opennlp</artifactId>
       <version>0.11.0</version>
     </dependency>
-    <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>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <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>org.apache.stanbol</groupId>
@@ -127,13 +127,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/opennlp/opennlp-pos/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-pos/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-pos/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-pos/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -51,8 +51,8 @@
               org.apache.stanbol.enhancer.engines.opennlp.pos.model;version=${project.version}
             </Export-Package>
             <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.opennlp.pos.model,
               *
             </Import-Package>
@@ -69,7 +69,6 @@
           <excludes>
             <!-- AL20 License -->
             <exclude>src/license/THIRD-PARTY.properties</exclude>
-            <exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.pos.services.POSTaggingEngine-snml.config</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-sentence/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-sentence/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-sentence/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-sentence/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -47,8 +47,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/enhancement-engines/opennlp/opennlp-token/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-token/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-token/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/opennlp/opennlp-token/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -49,8 +49,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/enhancement-engines/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/opennlp/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/opennlp/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/opennlp/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,13 +22,13 @@
   <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>apache-stanbol-enhancement-engines-opennlp</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engine : OpenNLP</name>

Modified: stanbol/branches/release-0.12/enhancement-engines/paoding-token/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/paoding-token/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/paoding-token/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/paoding-token/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.paoding.token</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Paoding Chinese Tokenizer</name>
@@ -58,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>
@@ -119,13 +117,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/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,20 +1,20 @@
 <?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.
--->
+ 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>
@@ -27,7 +27,7 @@
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancement-engines</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engines</name>
@@ -211,4 +211,4 @@
     </profile>
   </profiles>
 
-</project>
+</project>
\ No newline at end of file

Modified: stanbol/branches/release-0.12/enhancement-engines/pos-chunker/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/pos-chunker/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/pos-chunker/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/pos-chunker/pom.xml Tue Jan 14 14:10:05 2014
@@ -14,8 +14,8 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <artifactId>apache-stanbol-enhancement-engines</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -52,8 +52,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>
             <!-- Export the PhraseBuilder and PhraseTypeDefinition -->

Modified: stanbol/branches/release-0.12/enhancement-engines/refactor/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/refactor/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/refactor/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/refactor/pom.xml Tue Jan 14 14:10:05 2014
@@ -16,21 +16,18 @@
    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-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.refactor</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Refactor Engine</name>
@@ -65,8 +62,8 @@
             </Export-Package>
             <Import-Package>
               !javax.xml.stream.*,
-              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.ontologymanager.sources.clerezza; provide:=true,
               org.apache.stanbol.enhancer.engines.refactor.dereferencer,
               *
@@ -150,34 +147,34 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.servicesapi</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.sources.clerezza</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.ontologymanager.sources.owlapi</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.rules.base</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.rules.manager</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.rules.refactor</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
         

Modified: stanbol/branches/release-0.12/enhancement-engines/restful-langident/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/restful-langident/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/restful-langident/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/restful-langident/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,13 +15,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.restful.langident</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : RESTful Language Identification</name>
@@ -49,8 +47,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/enhancement-engines/restful-nlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/restful-nlp/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/restful-nlp/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/restful-nlp/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,13 +15,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.restful.nlp</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : RESTful NLP processing</name>
@@ -50,8 +48,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/enhancement-engines/sentiment-summarization/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/sentiment-summarization/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/sentiment-summarization/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/sentiment-summarization/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,13 +15,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.sentiment.summarization</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Sentiment Summarization</name>
@@ -51,8 +49,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/enhancement-engines/sentiment-wordclassifier/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/sentiment-wordclassifier/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/sentiment-wordclassifier/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/sentiment-wordclassifier/pom.xml Tue Jan 14 14:10:05 2014
@@ -21,13 +21,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.sentiment.wordclassifier</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Sentiment Word Classifier</name>
@@ -64,8 +62,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.sentiment.api; provide:=true,
               org.apache.stanbol.enhancer.engines.sentiment.util; provide:=true,
               *

Modified: stanbol/branches/release-0.12/enhancement-engines/smartcn-token/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/smartcn-token/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/smartcn-token/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/smartcn-token/pom.xml Tue Jan 14 14:10:05 2014
@@ -15,13 +15,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.smartcn.token</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Smart Chinese Tokenizer</name>
@@ -49,8 +47,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.lucene.analysis.cn.smart,
               *
             </Import-Package>

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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/textannotationnewmodel/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/textannotationnewmodel/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,11 +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>
-	<packaging>bundle</packaging>
-	<artifactId>org.apache.stanbol.enhancer.engines.textannotationnewmodel</artifactId>
+  <packaging>bundle</packaging>
+  <artifactId>org.apache.stanbol.enhancer.engines.textannotationnewmodel</artifactId>
   <name>Apache Stanbol Enhancement Engine : TextAnnotation new Model Conterter</name>
 	<description>
     Post processing Engine that converts fise:TextAnnotation to the model as
@@ -76,19 +76,19 @@
 		<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>
 		<!-- for tests -->
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.test</artifactId>
-			<version>0.11.0-SNAPSHOT</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.11.0-SNAPSHOT</version>
+			<version>0.12.0-SNAPSHOT</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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/tika/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/tika/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.tika</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Tika</name>
@@ -57,8 +55,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>
@@ -148,7 +146,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>
     

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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -15,21 +15,18 @@
    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-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.engine.topic.api</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Stanbol Enhancement Engine : Topic Classification (API)</name>

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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -16,13 +16,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.engine.topic</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Topic Classification</name>
@@ -61,9 +59,10 @@
         <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.topic.api.*; provide:=true; version="[0.10.1,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.topic.api; provide:=true,
+              org.apache.stanbol.enhancer.topic.api.training; provide:=true,
               *
             </Import-Package>
             <Private-Package>
@@ -306,7 +305,7 @@
       <dependency>
           <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>
       </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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -1,4 +1,4 @@
- <?xml version="1.0" encoding="UTF-8"?>
+<?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
@@ -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.engine.topic.web</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Topic Classification : Web API</name>
@@ -113,12 +111,12 @@
       <dependency>
           <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>
       </dependency>
     <dependency>
       <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>
     </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=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/uima/pom.xml Tue Jan 14 14:10:05 2014
@@ -23,13 +23,13 @@
   <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>apache-stanbol-enhancement-engines-uima</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancement Engine : UIMA</name>
@@ -130,5 +130,31 @@
       </build>
     </profile>
   </profiles>
+  <dependencyManagement>
+    <!-- Defines versions of dependencies only used by the UIMA modules -->
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.osgi.core</artifactId>
+        <version>1.4.0</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-analyzers-uima</artifactId>
+        <version>${solr-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.uima</groupId>
+        <artifactId>Tagger</artifactId>
+        <version>2.3.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.uima</groupId>
+        <artifactId>uimaj-core</artifactId>
+        <version>2.4.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
 </project>

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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -42,7 +42,6 @@
   <build>
     <plugins>
       <plugin>
-        <version>1.7.4</version>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
         <executions>
@@ -57,7 +56,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
@@ -78,36 +76,28 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.4.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-      <version>0.12-incubating</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <version>1.6.0</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
       <version>0.10.0</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-core</artifactId>
-      <version>2.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>Tagger</artifactId>
-      <version>2.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -117,7 +107,6 @@
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-analyzers-uima</artifactId>
-      <version>4.0.0</version>
     </dependency>
   </dependencies>
 

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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -42,7 +42,6 @@
   <build>
     <plugins>
       <plugin>
-        <version>1.7.4</version>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
         <executions>
@@ -58,7 +57,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
@@ -76,7 +74,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
@@ -89,14 +86,11 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.4.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -106,13 +100,10 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-      <version>0.12-incubating</version>
-      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <version>1.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>

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=1558038&r1=1558037&r2=1558038&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 Tue Jan 14 14:10:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancement-engines-uima</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -42,7 +42,6 @@
   <build>
     <plugins>
       <plugin>
-        <version>1.7.4</version>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
         <executions>
@@ -57,13 +56,12 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
             <Export-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.uimatotriples;version=${project.version},
               org.apache.stanbol.enhancer.engines.uimatotriples.tools;version=${project.version}
             </Export-Package>
@@ -82,38 +80,27 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.4.0</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr</artifactId>
-      <version>1.6.0</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <version>1.6.0</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
       <version>0.10.0</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.6.1</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-      <version>0.12-incubating</version>
-      <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>