STANBOL-902:prepare release apache-stanbol-contenthub-0.10.0

git-svn-id: https://svn.apache.org/repos/asf/stanbol/trunk/contenthub@1437161 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ldpath/pom.xml b/ldpath/pom.xml
index 911a6cb..cbd2182 100644
--- a/ldpath/pom.xml
+++ b/ldpath/pom.xml
@@ -1,141 +1,140 @@
-<?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>org.apache.stanbol.contenthub.parent</artifactId>

-    <version>0.10.0-SNAPSHOT</version>

-    <relativePath>../parent</relativePath>

-  </parent>

-

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>org.apache.stanbol.contenthub.ldpath</artifactId>

-  <version>0.10.0-SNAPSHOT</version>

-  <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,

-              *

-            </Import-Package>

-            <Export-Package>

-            </Export-Package>

-            <Private-Package>

-              org.apache.stanbol.contenthub.ldpath.solr,

-            </Private-Package>

-            <Embed-Dependency>

-            </Embed-Dependency>

-          </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-SNAPSHOT</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.10.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.11.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.stanbol</groupId>

-      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>

-      <version>0.11.0</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-SNAPSHOT</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-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.stanbol</groupId>

-      <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>

-      <version>0.11.0-SNAPSHOT</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>org.apache.stanbol.contenthub.parent</artifactId>
+    <version>0.10.0</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.contenthub.ldpath</artifactId>
+  <version>0.10.0</version>
+  <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,
+              *
+            </Import-Package>
+            <Export-Package>
+            </Export-Package>
+            <Private-Package>
+              org.apache.stanbol.contenthub.ldpath.solr,
+            </Private-Package>
+            <Embed-Dependency>
+            </Embed-Dependency>
+          </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.10.0</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.11.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
+      <version>0.11.0</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>
diff --git a/parent/pom.xml b/parent/pom.xml
index 24b2937..d201119 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -9,8 +9,7 @@
   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>
@@ -22,7 +21,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.contenthub.parent</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Contenthub Parent</name>
@@ -34,12 +33,12 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/contenthub/parent
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0/parent
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/contenthub/parent
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0/parent
     </developerConnection>
-    <url>http://stanbol.apache.org</url>
+    <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0/stanbol.apache.org</url>
   </scm>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 1e98a8c..b510b4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,136 +1,135 @@
-<?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>3</version>

-    <relativePath>../parent</relativePath>

-  </parent>

-

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>apache-stanbol-contenthub</artifactId>

-  <version>0.10.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/trunk/contenthub/

-    </connection>

-    <developerConnection>

-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/contenthub/

-    </developerConnection>

-  </scm>

-

-  <modules>

-    <module>parent</module>

-    <module>servicesapi</module>

-    <module>store</module>

-    <module>search</module>

-    <module>web</module>

-    <module>ldpath</module>

-  </modules>

-

-  <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>3</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>apache-stanbol-contenthub</artifactId>
+  <version>0.10.0</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/tags/apache-stanbol-contenthub-0.10.0
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0
+    </developerConnection>
+  </scm>
+
+  <modules>
+    <module>parent</module>
+    <module>servicesapi</module>
+    <module>store</module>
+    <module>search</module>
+    <module>web</module>
+    <module>ldpath</module>
+  </modules>
+
+  <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>
diff --git a/search/featured/pom.xml b/search/featured/pom.xml
index f8a4256..8496d33 100644
--- a/search/featured/pom.xml
+++ b/search/featured/pom.xml
@@ -1,89 +1,88 @@
-<?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>org.apache.stanbol.contenthub.parent</artifactId>

-    <version>0.10.0-SNAPSHOT</version>

-    <relativePath>../../parent</relativePath>

-  </parent>

-

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>org.apache.stanbol.contenthub.search.featured</artifactId>

-  <version>0.10.0-SNAPSHOT</version>

-  <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,

-              *

-            </Import-Package>

-            <Export-Package>

-              org.apache.stanbol.contenthub.search.featured,

-              org.apache.stanbol.contenthub.search.featured.util

-            </Export-Package>

-            <Embed-Dependency>

-            </Embed-Dependency>

-          </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-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.stanbol</groupId>

-      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>

-      <version>0.9.0-incubating</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>org.apache.stanbol.contenthub.parent</artifactId>
+    <version>0.10.0</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.contenthub.search.featured</artifactId>
+  <version>0.10.0</version>
+  <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,
+              *
+            </Import-Package>
+            <Export-Package>
+              org.apache.stanbol.contenthub.search.featured,
+              org.apache.stanbol.contenthub.search.featured.util
+            </Export-Package>
+            <Embed-Dependency>
+            </Embed-Dependency>
+          </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.9.0-incubating</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>
diff --git a/search/pom.xml b/search/pom.xml
index 26699a7..4276d52 100644
--- a/search/pom.xml
+++ b/search/pom.xml
@@ -1,48 +1,47 @@
-<?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>3</version>

-    <relativePath>../../parent</relativePath>

-  </parent>

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>org.apache.stanbol.contenthub.search.reactor</artifactId>

-  <version>0.10.0-SNAPSHOT</version>

-  <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/trunk/contenthub/search

-    </connection>

-    <developerConnection>

-			scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/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>stanbol-parent</artifactId>
+    <version>3</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.contenthub.search.reactor</artifactId>
+  <version>0.10.0</version>
+  <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/tags/apache-stanbol-contenthub-0.10.0/search
+    </connection>
+    <developerConnection>
+			scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0/search
+    </developerConnection>
+  </scm>
+
+  <modules>
+    <module>solr</module>
+    <module>related</module>
+    <module>featured</module>
+  </modules>
+</project>
diff --git a/search/related/pom.xml b/search/related/pom.xml
index 2eaed1f..c6a81a7 100644
--- a/search/related/pom.xml
+++ b/search/related/pom.xml
@@ -1,113 +1,112 @@
-<?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>org.apache.stanbol.contenthub.parent</artifactId>

-    <version>0.10.0-SNAPSHOT</version>

-    <relativePath>../../parent</relativePath>

-  </parent>

-

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>org.apache.stanbol.contenthub.search.related</artifactId>

-  <version>0.10.0-SNAPSHOT</version>

-  <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,

-              org.apache.stanbol.contenthub.servicesapi.search.featured; provide:=true,

-              *

-            </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>

-            <Embed-Dependency>

-            </Embed-Dependency>

-          </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-SNAPSHOT</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.9.0-incubating</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>org.apache.stanbol.contenthub.parent</artifactId>
+    <version>0.10.0</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.contenthub.search.related</artifactId>
+  <version>0.10.0</version>
+  <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,
+              org.apache.stanbol.contenthub.servicesapi.search.featured; provide:=true,
+              *
+            </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>
+            <Embed-Dependency>
+            </Embed-Dependency>
+          </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.9.0-incubating</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>
diff --git a/search/solr/pom.xml b/search/solr/pom.xml
index 2772fbc..40cb986 100644
--- a/search/solr/pom.xml
+++ b/search/solr/pom.xml
@@ -1,103 +1,102 @@
-<?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>org.apache.stanbol.contenthub.parent</artifactId>

-    <version>0.10.0-SNAPSHOT</version>

-    <relativePath>../../parent</relativePath>

-  </parent>

-

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>org.apache.stanbol.contenthub.search.solr</artifactId>

-  <version>0.10.0-SNAPSHOT</version>

-  <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,

-              *

-            </Import-Package>

-            <Export-Package>

-              org.apache.stanbol.contenthub.search.solr,

-              org.apache.stanbol.contenthub.search.solr.util

-            </Export-Package>

-            <Embed-Dependency>

-            </Embed-Dependency>

-          </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-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.stanbol</groupId>

-      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>

-      <version>0.9.0-incubating</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.stanbol</groupId>

-      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>

-      <version>0.11.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.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>org.apache.stanbol.contenthub.parent</artifactId>
+    <version>0.10.0</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.contenthub.search.solr</artifactId>
+  <version>0.10.0</version>
+  <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,
+              *
+            </Import-Package>
+            <Export-Package>
+              org.apache.stanbol.contenthub.search.solr,
+              org.apache.stanbol.contenthub.search.solr.util
+            </Export-Package>
+            <Embed-Dependency>
+            </Embed-Dependency>
+          </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.9.0-incubating</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
+      <version>0.11.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.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>
diff --git a/servicesapi/pom.xml b/servicesapi/pom.xml
index 8548ea6..00db0cd 100644
--- a/servicesapi/pom.xml
+++ b/servicesapi/pom.xml
@@ -1,74 +1,73 @@
-<?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>org.apache.stanbol.contenthub.parent</artifactId>

-    <version>0.10.0-SNAPSHOT</version>

-    <relativePath>../parent</relativePath>

-  </parent>

-

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>

-  <version>0.10.0-SNAPSHOT</version>

-  <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>

-            <Embed-Dependency>

-            </Embed-Dependency>

-          </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-SNAPSHOT</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>org.apache.stanbol.contenthub.parent</artifactId>
+    <version>0.10.0</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+  <version>0.10.0</version>
+  <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>
+            <Embed-Dependency>
+            </Embed-Dependency>
+          </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.11.0</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>
diff --git a/store/clerezza/pom.xml b/store/clerezza/pom.xml
index 783d353..4d158dc 100644
--- a/store/clerezza/pom.xml
+++ b/store/clerezza/pom.xml
@@ -9,21 +9,20 @@
   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>org.apache.stanbol.contenthub.parent</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.contenthub.store.clerezza</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Contenthub Clerezza Store</name>
@@ -68,7 +67,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.10.0</version>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
diff --git a/store/inmemory/pom.xml b/store/inmemory/pom.xml
index 1641d37..07d4c76 100644
--- a/store/inmemory/pom.xml
+++ b/store/inmemory/pom.xml
@@ -9,21 +9,20 @@
   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>org.apache.stanbol.contenthub.parent</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.contenthub.store.inmemory</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Contenthub InMemory Store</name>
@@ -69,13 +68,13 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.10.0</version>
     </dependency>
     <!-- We need this for ByteArraySource -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.10.0</version>
     </dependency>
 
     <dependency>
diff --git a/store/pom.xml b/store/pom.xml
index e4f6944..e4be750 100644
--- a/store/pom.xml
+++ b/store/pom.xml
@@ -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>stanbol-parent</artifactId>

-    <version>3</version>

-    <relativePath>../../parent</relativePath>

-  </parent>

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>org.apache.stanbol.contenthub.store.reactor</artifactId>

-  <version>0.10.0-SNAPSHOT</version>

-  <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/trunk/contenthub/contenthub/store

-    </connection>

-    <developerConnection>

-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/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>stanbol-parent</artifactId>
+    <version>3</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.contenthub.store.reactor</artifactId>
+  <version>0.10.0</version>
+  <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/tags/apache-stanbol-contenthub-0.10.0/store
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0/store
+    </developerConnection>
+  </scm>
+
+  <modules>
+    <module>solr</module>
+    <module>clerezza</module>
+    <module>inmemory</module>
+  </modules>
+</project>
diff --git a/store/solr/pom.xml b/store/solr/pom.xml
index 08944cf..9a043d2 100644
--- a/store/solr/pom.xml
+++ b/store/solr/pom.xml
@@ -1,95 +1,94 @@
-<?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>org.apache.stanbol.contenthub.parent</artifactId>

-    <version>0.10.0-SNAPSHOT</version>

-    <relativePath>../../parent</relativePath>

-  </parent>

-

-  <groupId>org.apache.stanbol</groupId>

-  <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>

-  <version>0.10.0-SNAPSHOT</version>

-  <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,

-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,

-              org.apache.stanbol.contenthub.servicesapi.store.solr; provide:=true,

-              *

-            </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.10.0-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.stanbol</groupId>

-      <artifactId>org.apache.stanbol.commons.solr.core</artifactId>

-      <version>0.9.0-incubating</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.stanbol</groupId>

-      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>

-      <version>0.9.0-incubating</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>org.apache.stanbol.contenthub.parent</artifactId>
+    <version>0.10.0</version>
+    <relativePath>../../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
+  <version>0.10.0</version>
+  <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,
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              org.apache.stanbol.contenthub.servicesapi.store.solr; provide:=true,
+              *
+            </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.10.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
+      <version>0.9.0-incubating</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
+      <version>0.9.0-incubating</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>
diff --git a/web/pom.xml b/web/pom.xml
index 55d2285..c4d756c 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -15,20 +15,19 @@
    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>org.apache.stanbol.contenthub.parent</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.10.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.contenthub.web</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.0</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Contenthub Web</name>
@@ -38,12 +37,12 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/contenthub/web/
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0/web
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/contentub/web/
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0/web
     </developerConnection>
-    <url>http://stanbol.apache.org/</url>
+    <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-contenthub-0.10.0/stanbol.apache.org</url>
   </scm>
 
   <build>
@@ -111,7 +110,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.10.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -125,7 +124,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.11.0</version>
     </dependency>
     <!-- TODO : added to get DefaultQueryFactory at SearchResource, find 
     a solution not to get this dependency -->