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 [2/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/commons/web/viewable-writer/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/commons/web/viewable-writer/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/commons/web/viewable-writer/pom.xml (original)
+++ stanbol/branches/release-0.12/commons/web/viewable-writer/pom.xml Tue Jan 14 14:10:05 2014
@@ -25,7 +25,6 @@
     <relativePath>../../../parent</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.web.viewable.writer</artifactId>
   <version>0.12.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
@@ -57,9 +56,11 @@
           <instructions>
             <Import-Package>
               javax.ws.rs.*; version="[0,2)",
-              org.apache.stanbol.commons.web.base; provide:=true,
               *
             </Import-Package>
+            <!-- removed Import-Package
+              org.apache.stanbol.commons.web.base; provide:=true,
+             -->
           </instructions>
         </configuration>
       </plugin>

Modified: stanbol/branches/release-0.12/commons/web/viewable/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/commons/web/viewable/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/commons/web/viewable/pom.xml (original)
+++ stanbol/branches/release-0.12/commons/web/viewable/pom.xml Tue Jan 14 14:10:05 2014
@@ -25,7 +25,6 @@
     <relativePath>../../../parent</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
   <version>0.12.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
@@ -68,9 +67,11 @@
             <Import-Package>
               javax.servlet.*; version="[2.5.0,4.0.0)",
               javax.ws.rs.*; version="[0,2)",
-              org.apache.stanbol.commons.web.base; provide:=true,
               *
             </Import-Package>
+            <!-- removed Import-Package
+               org.apache.stanbol.commons.web.base; provide:=true,
+             -->
           </instructions>
         </configuration>
       </plugin>

Modified: stanbol/branches/release-0.12/contenthub/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/ldpath/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/ldpath/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/ldpath/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,137 +1,136 @@
-<?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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.contenthub.ldpath</artifactId>
-  <packaging>bundle</packaging>
-
-  <name>Apache Stanbol Contenthub Clerezza LDPath Backend</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              org.apache.stanbol.contenthub.servicesapi.ldpath; provide:=true; version="[0.10,0.12)",
-              *
-            </Import-Package>
-            <Export-Package>
-            </Export-Package>
-            <Private-Package>
-              org.apache.stanbol.contenthub.ldpath.solr,
-            </Private-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-scr-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <!-- Increased the version from 0.9.0-incubating to 0.10.0-SNAPSHOT 
-    because of the change in SemanticIndexManager#executeProgram -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-      <version>0.10.0</version>
-    </dependency>
-    <!-- Increased the version from 0.9.0-incubating to  -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
-      <version>0.11.0</version>
-	</dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-    </dependency>
-    <!-- Not relased yet. No other option -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.ldpath</artifactId>
-      <version>0.10.0</version>
-    </dependency>
-    <!-- Increased version because of the changes in the API such
-    as ReferencedSiteManager->SiteManager -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.11.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
-      <version>0.11.0</version>
-    </dependency>
-      
-    <dependency>
-      <groupId>at.newmedialab.ldpath</groupId>
-      <artifactId>ldpath-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>at.newmedialab.ldpath</groupId>
-      <artifactId>ldpath-core-bundle</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-compress</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-    </dependency>
-  </dependencies>
-</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-contenthub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.contenthub.ldpath</artifactId>
+  <packaging>bundle</packaging>
+
+  <name>Apache Stanbol Contenthub Clerezza LDPath Backend</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.apache.stanbol.contenthub.servicesapi.ldpath; provide:=true; version="[0.10,0.13)",
+              *
+            </Import-Package>
+            <Export-Package>
+            </Export-Package>
+            <Private-Package>
+              org.apache.stanbol.contenthub.ldpath.solr,
+            </Private-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <!-- Increased the version from 0.9.0-incubating to 0.10.0-SNAPSHOT 
+    because of the change in SemanticIndexManager#executeProgram -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+      <version>0.10.0</version>
+    </dependency>
+    <!-- Increased the version from 0.9.0-incubating to  -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
+      <version>0.11.0</version>
+	</dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    <!-- Not relased yet. No other option -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.ldpath</artifactId>
+      <version>0.10.0</version>
+    </dependency>
+    <!-- Increased version because of the changes in the API such
+    as ReferencedSiteManager->SiteManager -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+      <version>0.11.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
+      <version>0.11.0</version>
+    </dependency>
+      
+    <dependency>
+      <groupId>at.newmedialab.ldpath</groupId>
+      <artifactId>ldpath-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>at.newmedialab.ldpath</groupId>
+      <artifactId>ldpath-core-bundle</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr.annotations</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: stanbol/branches/release-0.12/contenthub/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,151 +1,150 @@
-<?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>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
-  </parent>
-
-  <groupId>org.apache.stanbol</groupId>
-  <artifactId>apache-stanbol-contenthub</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <name>Apache Stanbol Contenthub</name>
-  <description>
-    Pseudo project to build the complete Contenthub bundle
-  </description>
-
-  <inceptionYear>2011</inceptionYear>
-
-  <scm>
-    <connection>
-  		scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/
-    </developerConnection>
-  </scm>
-
-  <modules>
-    <module>servicesapi</module>
-    <module>store</module>
-    <module>search</module>
-    <module>web</module>
-    <module>ldpath</module>
-  </modules>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>maven-bundle-plugin</artifactId>
-          <configuration>
-            <instructions>
-              <Bundle-Category>Stanbol Contenthub</Bundle-Category>
-            </instructions>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-  <profiles>
-    <profile>
-      <id>apache-release</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-            <configuration>
-              <excludeSubProjects>false</excludeSubProjects>
-              <excludes>
-                <!--
-                  All license headers are also checked per
-                  artifact. These excludes are necessary
-                  to make the reactor build suceed. Consider
-                  the excluded files here as already checked
-                  in the artifacts.
-                -->
-
-                <!-- exclude hidden files -->
-                <exclude>**/.*</exclude>
-                <exclude>**/.*/*</exclude>
-                <exclude>**/.*/**/*</exclude>
-
-                <!-- exclude build files -->
-                <exclude>**/target/**</exclude>
-                <exclude>**/*.log</exclude>             
-
-                <!-- exclude generated files listing the licenses of deps -->
-                <exclude>DEPENDENCIES</exclude>
-                <exclude>DEPENDENCIES-BY-LICENSE</exclude>
-                <exclude>RAT-REPORT</exclude>
-                <exclude>**/src/license/THIRD-PARTY.properties</exclude>
-
-                <!-- exclude certain file types -->
-                <exclude>**/*.config</exclude>
-                <exclude>**/*.cfg</exclude>
-                <exclude>**/*.ref</exclude>
-                <exclude>**/*.txt</exclude>
-                <exclude>**/*.tsv</exclude>
-                <exclude>**/*.sem</exclude>
-                <exclude>**/*.svg</exclude>
-                <exclude>**/*.css</exclude>
-                <exclude>**/*.js</exclude>
-
-                <!-- exclude test files --> 
-                <exclude>**/test/**/*.eml</exclude>
-                <exclude>**/test/**/*.nt</exclude>
-                <exclude>**/test/**/*.html</exclude>
-                <exclude>**/test/**/*.xhtml</exclude>
-                <exclude>**/test/**/*.rdf</exclude>
-                <exclude>**/test/**/*.rtf</exclude>
-                <exclude>**/test/**/*.rules</exclude>
-                <exclude>**/test/**/*.odt</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-          <!-- plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>license-maven-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>aggregate-add-third-party</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin -->
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
-</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>stanbol-parent</artifactId>
+    <version>4-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>apache-stanbol-contenthub</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Stanbol Contenthub</name>
+  <description>
+    Pseudo project to build the complete Contenthub bundle
+  </description>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <scm>
+    <connection>
+  		scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/
+    </developerConnection>
+  </scm>
+
+  <modules>
+    <module>servicesapi</module>
+    <module>store</module>
+    <module>search</module>
+    <module>web</module>
+    <module>ldpath</module>
+  </modules>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <configuration>
+            <instructions>
+              <Bundle-Category>Stanbol Contenthub</Bundle-Category>
+            </instructions>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludeSubProjects>false</excludeSubProjects>
+              <excludes>
+                <!--
+                  All license headers are also checked per
+                  artifact. These excludes are necessary
+                  to make the reactor build suceed. Consider
+                  the excluded files here as already checked
+                  in the artifacts.
+                -->
+
+                <!-- exclude hidden files -->
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/*</exclude>
+                <exclude>**/.*/**/*</exclude>
+
+                <!-- exclude build files -->
+                <exclude>**/target/**</exclude>
+                <exclude>**/*.log</exclude>             
+
+                <!-- exclude generated files listing the licenses of deps -->
+                <exclude>DEPENDENCIES</exclude>
+                <exclude>DEPENDENCIES-BY-LICENSE</exclude>
+                <exclude>RAT-REPORT</exclude>
+                <exclude>**/src/license/THIRD-PARTY.properties</exclude>
+
+                <!-- exclude certain file types -->
+                <exclude>**/*.config</exclude>
+                <exclude>**/*.cfg</exclude>
+                <exclude>**/*.ref</exclude>
+                <exclude>**/*.txt</exclude>
+                <exclude>**/*.tsv</exclude>
+                <exclude>**/*.sem</exclude>
+                <exclude>**/*.svg</exclude>
+                <exclude>**/*.css</exclude>
+                <exclude>**/*.js</exclude>
+
+                <!-- exclude test files --> 
+                <exclude>**/test/**/*.eml</exclude>
+                <exclude>**/test/**/*.nt</exclude>
+                <exclude>**/test/**/*.html</exclude>
+                <exclude>**/test/**/*.xhtml</exclude>
+                <exclude>**/test/**/*.rdf</exclude>
+                <exclude>**/test/**/*.rtf</exclude>
+                <exclude>**/test/**/*.rules</exclude>
+                <exclude>**/test/**/*.odt</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+          <!-- plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>license-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>aggregate-add-third-party</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin -->
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>

Modified: stanbol/branches/release-0.12/contenthub/search/featured/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/search/featured/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/search/featured/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/search/featured/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,85 +1,84 @@
-<?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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.contenthub.search.featured</artifactId>
-  <packaging>bundle</packaging>
-
-  <name>Apache Stanbol Contenthub Featured Search</name>
-
-  <description>Aggregates the results of SolrSearch and RelatedKeywordSearch</description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              org.apache.stanbol.contenthub.servicesapi.search.featured; provide:=true; version="[0.10,0.12)",
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.stanbol.contenthub.search.featured,
-              org.apache.stanbol.contenthub.search.featured.util
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-scr-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <!-- Increased version because of the Faceted search API -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-      <version>0.10.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-  </dependencies>
-</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-contenthub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.contenthub.search.featured</artifactId>
+  <packaging>bundle</packaging>
+
+  <name>Apache Stanbol Contenthub Featured Search</name>
+
+  <description>Aggregates the results of SolrSearch and RelatedKeywordSearch</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.apache.stanbol.contenthub.servicesapi.search.featured; provide:=true; version="[0.10,0.13)",
+              *
+            </Import-Package>
+            <Export-Package>
+              org.apache.stanbol.contenthub.search.featured,
+              org.apache.stanbol.contenthub.search.featured.util
+            </Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <!-- Increased version because of the Faceted search API -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+      <version>0.10.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr.annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: stanbol/branches/release-0.12/contenthub/search/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/search/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/search/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/search/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,47 +1,46 @@
-<?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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.contenthub.search.reactor</artifactId>
-  <packaging>pom</packaging>
-
-  <name>Apache Stanbol Contenthub Search Reactor</name>
-  <description>
-    Pseudo project to build the complete semantic search project
-  </description>
-
-  <inceptionYear>2011</inceptionYear>
-
-  <scm>
-    <connection>
-			scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/search
-    </connection>
-    <developerConnection>
-			scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/search
-    </developerConnection>
-  </scm>
-
-  <modules>
-    <module>solr</module>
-    <module>related</module>
-    <module>featured</module>
-  </modules>
-</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-contenthub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.contenthub.search.reactor</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Apache Stanbol Contenthub Search Reactor</name>
+  <description>
+    Pseudo project to build the complete semantic search project
+  </description>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <scm>
+    <connection>
+			scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/search
+    </connection>
+    <developerConnection>
+			scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/search
+    </developerConnection>
+  </scm>
+
+  <modules>
+    <module>solr</module>
+    <module>related</module>
+    <module>featured</module>
+  </modules>
+</project>

Modified: stanbol/branches/release-0.12/contenthub/search/related/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/search/related/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/search/related/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/search/related/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,109 +1,108 @@
-<?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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.contenthub.search.related</artifactId>
-  <packaging>bundle</packaging>
-
-  <name>Apache Stanbol Contenthub Search Related Keyword Searcher</name>
-
-  <description>Finds ontlogy classes and individuals based on query keywords. Finds related keywords from various types of source e.g Wordnet, an external ontology, semantic information obtained through referenced sites.
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              org.apache.stanbol.contenthub.servicesapi.search.related; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.contenthub.servicesapi.search.featured; provide:=true; version="[0.10,0.12)",
-              *
-            </Import-Package>
-            <Export-Package>
-            </Export-Package>
-            <Private-Package>
-              org.apache.stanbol.contenthub.search.related,
-              org.apache.stanbol.contenthub.search.related.ontologyresource,
-              org.apache.stanbol.contenthub.search.related.referencedsite
-            </Private-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-scr-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <!-- Increased the version because of the API changes such as
-    ReferencedSiteManager-> SiteManager -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.11.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
-      <version>0.10.0-incubating</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-      <version>0.10.0</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-    </dependency>
-
-    <!-- Clerezza -->
-    <dependency>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.jena.facade</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <!-- Jena dependencies -->
-    <dependency>
-      <groupId>com.hp.hpl.jena</groupId>
-      <artifactId>jena</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.hp.hpl.jena</groupId>
-      <artifactId>arq</artifactId>
-    </dependency>
-  </dependencies>
-</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-contenthub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.contenthub.search.related</artifactId>
+  <packaging>bundle</packaging>
+
+  <name>Apache Stanbol Contenthub Search Related Keyword Searcher</name>
+
+  <description>Finds ontlogy classes and individuals based on query keywords. Finds related keywords from various types of source e.g Wordnet, an external ontology, semantic information obtained through referenced sites.
+  </description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.apache.stanbol.contenthub.servicesapi.search.related; provide:=true; version="[0.10,0.13)",
+              org.apache.stanbol.contenthub.servicesapi.search.featured; provide:=true; version="[0.10,0.13)",
+              *
+            </Import-Package>
+            <Export-Package>
+            </Export-Package>
+            <Private-Package>
+              org.apache.stanbol.contenthub.search.related,
+              org.apache.stanbol.contenthub.search.related.ontologyresource,
+              org.apache.stanbol.contenthub.search.related.referencedsite
+            </Private-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <!-- Increased the version because of the API changes such as
+    ReferencedSiteManager-> SiteManager -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+      <version>0.11.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
+      <version>0.10.0-incubating</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+      <version>0.10.0</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr.annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+
+    <!-- Clerezza -->
+    <dependency>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.jena.facade</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+    <!-- Jena dependencies -->
+    <dependency>
+      <groupId>com.hp.hpl.jena</groupId>
+      <artifactId>jena</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.hp.hpl.jena</groupId>
+      <artifactId>arq</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: stanbol/branches/release-0.12/contenthub/search/solr/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/search/solr/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/search/solr/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/search/solr/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,99 +1,98 @@
-<?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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.contenthub.search.solr</artifactId>
-  <packaging>bundle</packaging>
-
-  <name>Apache Stanbol Contenthub Search Solr Searcher</name>
-
-  <description>Finds indexed document from Solr according to field constraints</description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              org.apache.stanbol.contenthub.servicesapi.search.solr; provide:=true; version="[0.10,0.12)",
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.stanbol.contenthub.search.solr,
-              org.apache.stanbol.contenthub.search.solr.util
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-scr-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <!-- Increased version because of the faceted search API additions -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-      <version>0.10.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-    <!-- Solr Bundles -->
-    <dependency>
-      <groupId>org.apache.solr</groupId>
-      <artifactId>solr-solrj</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.solr</groupId>
-      <artifactId>solr-core</artifactId>
-    </dependency>
-  </dependencies>
-</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-contenthub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.contenthub.search.solr</artifactId>
+  <packaging>bundle</packaging>
+
+  <name>Apache Stanbol Contenthub Search Solr Searcher</name>
+
+  <description>Finds indexed document from Solr according to field constraints</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.apache.stanbol.contenthub.servicesapi.search.solr; provide:=true; version="[0.10,0.13)",
+              *
+            </Import-Package>
+            <Export-Package>
+              org.apache.stanbol.contenthub.search.solr,
+              org.apache.stanbol.contenthub.search.solr.util
+            </Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <!-- Increased version because of the faceted search API additions -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+      <version>0.10.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr.annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <!-- Solr Bundles -->
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: stanbol/branches/release-0.12/contenthub/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/servicesapi/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/servicesapi/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/servicesapi/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,70 +1,69 @@
-<?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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-  <packaging>bundle</packaging>
-
-  <name>Apache Stanbol Contenthub Service API</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Export-Package>
-              org.apache.stanbol.contenthub.servicesapi;version=${project.version},
-              org.apache.stanbol.contenthub.servicesapi.*;version=${project.version}
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Increased the version because of the change in
-    ContentItem#getMetadata -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.10.0</version>
-    </dependency>
-    <!-- dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.10.0-incubating</version>
-    </dependency -->
-    
-    <dependency>
-      <groupId>org.apache.solr</groupId>
-      <artifactId>solr-solrj</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>at.newmedialab.ldpath</groupId>
-      <artifactId>ldpath-core-bundle</artifactId>
-    </dependency>
-  </dependencies>
-</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-contenthub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+  <packaging>bundle</packaging>
+
+  <name>Apache Stanbol Contenthub Service API</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.apache.stanbol.contenthub.servicesapi;version=${project.version},
+              org.apache.stanbol.contenthub.servicesapi.*;version=${project.version}
+            </Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <!-- Increased the version because of the change in
+    ContentItem#getMetadata -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
+      <version>0.10.0</version>
+    </dependency>
+    <!-- dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+      <version>0.10.0-incubating</version>
+    </dependency -->
+    
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>at.newmedialab.ldpath</groupId>
+      <artifactId>ldpath-core-bundle</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: stanbol/branches/release-0.12/contenthub/store/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/store/clerezza/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/store/clerezza/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/store/clerezza/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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -39,9 +38,9 @@
               the 0.0.0 version -->
             <Import-Package>
               javax.ws.rs.*; version="[0,2)",
-              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.contenthub.servicesapi.store; 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.contenthub.servicesapi.store; provide:=true; version="[0.10,0.13)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/branches/release-0.12/contenthub/store/inmemory/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/store/inmemory/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/store/inmemory/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/store/inmemory/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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -36,7 +35,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.contenthub.servicesapi.store; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.contenthub.servicesapi.store; provide:=true; version="[0.10,0.13)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/branches/release-0.12/contenthub/store/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/store/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/store/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/store/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,54 +1,53 @@
-<?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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.contenthub.store.reactor</artifactId>
-  <packaging>pom</packaging>
-
-  <name>Apache Stanbol Contenthub Store Reactor</name>
-  <description>
-    Pseudo project to build the Contenthub Store
-  </description>
-
-  <inceptionYear>2011</inceptionYear>
-
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/contenthub/store
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/contenthub/store
-    </developerConnection>
-  </scm>
-
-  <modules>
-    <module>solr</module>
-    <module>clerezza</module>
-    <module>inmemory</module>
-  </modules>
-</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-contenthub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.contenthub.store.reactor</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Apache Stanbol Contenthub Store Reactor</name>
+  <description>
+    Pseudo project to build the Contenthub Store
+  </description>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/contenthub/store
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/contenthub/contenthub/store
+    </developerConnection>
+  </scm>
+
+  <modules>
+    <module>solr</module>
+    <module>clerezza</module>
+    <module>inmemory</module>
+  </modules>
+</project>

Modified: stanbol/branches/release-0.12/contenthub/store/solr/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/store/solr/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/store/solr/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/store/solr/pom.xml Tue Jan 14 14:10:05 2014
@@ -1,93 +1,92 @@
-<?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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../..</relativePath>
-  </parent>
-
-  <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
-  <packaging>bundle</packaging>
-
-  <name>Apache Stanbol Contenthub Solr Store</name>
-
-  <description>Given target core, persists text based documents into an Embedded Solr Instance</description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <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.contenthub.servicesapi.store.solr; provide:=true; version="[0.10,0.12)",
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.stanbol.contenthub.store.solr.manager;version=${project.version},
-              org.apache.stanbol.contenthub.store.solr.util;version=${project.version}
-            </Export-Package>
-            <Private-Package>
-              org.apache.stanbol.contenthub.store.solr
-            </Private-Package>
-            <!-- We need to provide the default SolrYard indexConfigurations 
-              to the DataFileProvider infrastructure -->
-            <Data-Files>
-              solr/core
-            </Data-Files>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-scr-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <!-- Need 0.10.0-SNAPSHOT due to the changes in SolrStore interface -->
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
-    </dependency>
-
-    <!-- Solr/Lucene dependencies (needed for using embedded Solr servers) -->
-    <dependency>
-      <groupId>org.apache.solr</groupId>
-      <artifactId>solr-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-compress</artifactId>
-    </dependency>
-  </dependencies>
-</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-contenthub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
+  <packaging>bundle</packaging>
+
+  <name>Apache Stanbol Contenthub Solr Store</name>
+
+  <description>Given target core, persists text based documents into an Embedded Solr Instance</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              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.contenthub.servicesapi.store.solr; provide:=true; version="[0.10,0.13)",
+              *
+            </Import-Package>
+            <Export-Package>
+              org.apache.stanbol.contenthub.store.solr.manager;version=${project.version},
+              org.apache.stanbol.contenthub.store.solr.util;version=${project.version}
+            </Export-Package>
+            <Private-Package>
+              org.apache.stanbol.contenthub.store.solr
+            </Private-Package>
+            <!-- We need to provide the default SolrYard indexConfigurations 
+              to the DataFileProvider infrastructure -->
+            <Data-Files>
+              solr/core
+            </Data-Files>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <!-- Need 0.10.0-SNAPSHOT due to the changes in SolrStore interface -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+
+    <!-- Solr/Lucene dependencies (needed for using embedded Solr servers) -->
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: stanbol/branches/release-0.12/contenthub/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/contenthub/web/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/contenthub/web/pom.xml (original)
+++ stanbol/branches/release-0.12/contenthub/web/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-contenthub</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/release-0.12/demos/webvie/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/demos/webvie/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/demos/webvie/pom.xml (original)
+++ stanbol/branches/release-0.12/demos/webvie/pom.xml Tue Jan 14 14:10:05 2014
@@ -28,7 +28,7 @@
 
 	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId>
-	<version>0.10.0-SNAPSHOT</version>
+	<version>0.12.0-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
 	<name>Apache Stanbol Demos Enhancer VIE UI</name>

Propchange: stanbol/branches/release-0.12/enhancement-engines/
------------------------------------------------------------------------------
  Merged /stanbol/trunk/enhancement-engines:r1547313,1547718,1548212,1550654,1556839,1557037

Modified: stanbol/branches/release-0.12/enhancement-engines/celi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/celi/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/celi/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/celi/pom.xml Tue Jan 14 14:10:05 2014
@@ -16,11 +16,10 @@
   <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.celi</artifactId>
   <packaging>bundle</packaging>
 
@@ -48,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,
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
               *
             </Import-Package>
             <Export-Package>
@@ -87,12 +86,12 @@
     <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> <!-- STANBOL-739: adapt Lemmatizer Engine to use AnalyzedText -->
       <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>
@@ -129,20 +128,19 @@
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId>
       <version>0.11.0</version>
-      <scope>provided</scope>
     </dependency>
 
     <!-- test -->
     <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><!-- for debugging enhancements -->

Modified: stanbol/branches/release-0.12/enhancement-engines/dbpedia-spotlight/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/dbpedia-spotlight/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/dbpedia-spotlight/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/dbpedia-spotlight/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.dbpspotlight</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : DBPedia Spotlight</name>
@@ -59,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)",
               org.apache.stanbol.enhancer.engines.dbpspotlight,
               *
             </Import-Package>
@@ -110,10 +108,10 @@
       <version>0.11.0</version>
       <scope>provided</scope>
     </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>
@@ -137,13 +135,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/dereference/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/dereference/core/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/dereference/core/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/dereference/core/pom.xml Tue Jan 14 14:10:05 2014
@@ -22,14 +22,12 @@
   <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.dereference.core</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Entity Dereference Core</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,
               org.apache.stanbol.enhancer.engines.dereference; provide:=true,
               *
             </Import-Package>
@@ -88,7 +86,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>
@@ -105,7 +103,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>
 

Modified: stanbol/branches/release-0.12/enhancement-engines/dereference/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/dereference/entityhub/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/dereference/entityhub/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/dereference/entityhub/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.dereference.entityhub</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Entityhub Dereference</name>
@@ -89,7 +87,7 @@
     <dependency> 
       <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>
     </dependency>
     <dependency> <!-- field mapping support -->
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/release-0.12/enhancement-engines/disambiguation-mlt/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/disambiguation-mlt/pom.xml?rev=1558038&r1=1558037&r2=1558038&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/disambiguation-mlt/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/disambiguation-mlt/pom.xml Tue Jan 14 14:10:05 2014
@@ -23,11 +23,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>
+
 	<artifactId>org.apache.stanbol.enhancer.engine.disambiguation.mlt</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
 	<name>Apache Stanbol Enhancer Enhancement Engine : Disambiguation using Solr MLT</name>
@@ -56,6 +56,11 @@
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
+		            <Import-Package>
+				       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-Package>
 							org.apache.stanbol.enhancer.engine.disambiguation.mlt.*;version=${project.version}
 						</Export-Package>