Author: fchrist Date: Mon Jun 4 14:35:51 2012 New Revision: 1345985 URL: http://svn.apache.org/viewvc?rev=1345985&view=rev Log: STANBOL-639:rollback the release of org.apache.stanbol.entityhub.reactor-0.10.0-incubating
Modified: incubator/stanbol/trunk/entityhub/bundlelist/pom.xml incubator/stanbol/trunk/entityhub/defaults/pom.xml incubator/stanbol/trunk/entityhub/generic/core/pom.xml incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml incubator/stanbol/trunk/entityhub/generic/test/pom.xml incubator/stanbol/trunk/entityhub/indexing/core/pom.xml incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml incubator/stanbol/trunk/entityhub/indexing/pom.xml incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml incubator/stanbol/trunk/entityhub/jersey/pom.xml incubator/stanbol/trunk/entityhub/ldpath/pom.xml incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml incubator/stanbol/trunk/entityhub/parent/pom.xml incubator/stanbol/trunk/entityhub/pom.xml incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml incubator/stanbol/trunk/entityhub/yard/solr/pom.xml Modified: incubator/stanbol/trunk/entityhub/bundlelist/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/bundlelist/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/bundlelist/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/bundlelist/pom.xml Mon Jun 4 14:35:51 2012 @@ -1,48 +1,49 @@ -<?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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> - <relativePath>../parent</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Entityhub Bundle List</name> - - <licenses> - <license> - <name>Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - <comments>A business-friendly OSS license</comments> - </license> - </licenses> - - <build> - <plugins> - <plugin> - <groupId>org.apache.sling</groupId> - <artifactId>maven-launchpad-plugin</artifactId> - </plugin> - </plugins> - </build> -</project> - +<?xml version="1.0" encoding="UTF-8"?> +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor + license agreements. See the NOTICE file distributed with this work for additional + information regarding copyright ownership. The ASF licenses this file to + You under the Apache License, Version 2.0 (the "License"); you may not use + this file except in compliance with the License. You may obtain a copy of + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required + by applicable law or agreed to in writing, software distributed under the + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS + OF ANY KIND, either express or implied. See the License for the specific + language governing permissions and limitations under the License. --> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.entityhub.parent</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + <relativePath>../parent</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Entityhub Bundle List</name> + + <licenses> + <license> + <name>Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + <comments>A business-friendly OSS license</comments> + </license> + </licenses> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> + Modified: incubator/stanbol/trunk/entityhub/defaults/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/defaults/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/defaults/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/defaults/pom.xml Mon Jun 4 14:35:51 2012 @@ -10,19 +10,19 @@ 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> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.defaults</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Default Configuration</name> Modified: incubator/stanbol/trunk/entityhub/generic/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/core/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/generic/core/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/generic/core/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Generic Core</name> @@ -92,7 +93,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> Modified: incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Generic Service API</name> Modified: incubator/stanbol/trunk/entityhub/generic/test/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/test/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/generic/test/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/generic/test/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Entityhub Generic Test Framework</name> @@ -60,7 +61,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> Modified: incubator/stanbol/trunk/entityhub/indexing/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/core/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/core/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/core/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.indexing.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Indexing Core</name> @@ -100,7 +101,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <dependency> <!-- for the Main (command line utility) --> Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml Mon Jun 4 14:35:51 2012 @@ -14,19 +14,20 @@ 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.entityhub.indexing.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.dblp</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Entityhub Indexing for dblp</name> Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,19 +15,20 @@ 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.entityhub.indexing.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.dbpedia</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Entityhub Indexing for DBpedia.org</name> Modified: incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml Mon Jun 4 14:35:51 2012 @@ -14,20 +14,21 @@ 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.entityhub.indexing.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Indexing Destination SolrYard</name> @@ -129,7 +130,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> Modified: incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Mon Jun 4 14:35:51 2012 @@ -14,19 +14,20 @@ 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.entityhub.indexing.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.genericrdf</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Entityhub Indexing Generic RDF</name> Modified: incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,7 +15,8 @@ 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> <!-- Do not use a parent because of problems with missing dependencies with @@ -30,7 +31,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.geonames</artifactId> <packaging>jar</packaging> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <name>Apache Stanbol Entityhub Indexing for geonames.org</name> Modified: incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,19 +15,20 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub Indexing Parent</name> Modified: incubator/stanbol/trunk/entityhub/indexing/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,7 +15,8 @@ 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> @@ -28,7 +29,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.reactor</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub Indexing Reactor</name> Modified: incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.indexing.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Indexing Source for Jena TDB</name> @@ -107,7 +108,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> Modified: incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.indexing.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Indexing Source for vCard</name> @@ -87,7 +88,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <dependency> Modified: incubator/stanbol/trunk/entityhub/jersey/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/jersey/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/jersey/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/jersey/pom.xml Mon Jun 4 14:35:51 2012 @@ -10,19 +10,19 @@ 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> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.jersey</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Web Jersey HTTP Endpoint</name> @@ -89,7 +89,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> Modified: incubator/stanbol/trunk/entityhub/ldpath/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/ldpath/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/ldpath/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/ldpath/pom.xml Mon Jun 4 14:35:51 2012 @@ -10,19 +10,19 @@ 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> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub LDPath Support</name> Modified: incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Model Clerezza</name> Modified: incubator/stanbol/trunk/entityhub/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/parent/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/parent/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/parent/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -27,7 +28,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub Parent</name> Modified: incubator/stanbol/trunk/entityhub/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,7 +15,8 @@ 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> @@ -28,7 +29,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.reactor</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub</name> Modified: incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Query SPARQL</name> @@ -84,7 +85,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> Modified: incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Site Linked Data Protocol</name> Modified: incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Yard based on Clerezza</name> Modified: incubator/stanbol/trunk/entityhub/yard/solr/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1345985&r1=1345984&r2=1345985&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/yard/solr/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/yard/solr/pom.xml Mon Jun 4 14:35:51 2012 @@ -15,20 +15,21 @@ 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.entityhub.parent</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Yard based on Solr</name> @@ -120,7 +121,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.10.1-incubating-SNAPSHOT</version> + <version>0.10.0-incubating-SNAPSHOT</version> </dependency> <!-- other (not Solr related) dependencies) -->