Author: fchrist Date: Mon Jun 4 14:31:48 2012 New Revision: 1345983 URL: http://svn.apache.org/viewvc?rev=1345983&view=rev Log: STANBOL-639:prepare for next development iteration
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=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/bundlelist/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/bundlelist/pom.xml Mon Jun 4 14:31:48 2012 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <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.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Entityhub Bundle List</name> Modified: incubator/stanbol/trunk/entityhub/defaults/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/defaults/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/defaults/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/defaults/pom.xml Mon Jun 4 14:31:48 2012 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.defaults</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Default Configuration</name> @@ -30,12 +30,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/defaults + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/defaults </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/defaults + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/defaults </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <licenses> Modified: incubator/stanbol/trunk/entityhub/generic/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/core/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/generic/core/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/generic/core/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Generic Core</name> @@ -49,12 +49,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/generic/core + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/core </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/generic/core + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/core </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -92,7 +92,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-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=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Generic Service API</name> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/generic/servicesapi + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/servicesapi </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/generic/servicesapi + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/servicesapi </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/generic/test/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/test/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/generic/test/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/generic/test/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Entityhub Generic Test Framework</name> @@ -48,19 +48,19 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/generic/test + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/test </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/generic/test + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/generic/test </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <dependencies> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-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=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/core/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/core/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Indexing Core</name> @@ -37,12 +37,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/core + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/core </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/core + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/core </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-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=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml Mon Jun 4 14:31:48 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.dblp</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Entityhub Indexing for dblp</name> @@ -47,12 +47,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/dblp + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dblp </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/dblp + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dblp </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Mon Jun 4 14:31:48 2012 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.dbpedia</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Entityhub Indexing for DBpedia.org</name> @@ -44,12 +44,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/dbpedia + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dbpedia </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/dbpedia + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dbpedia </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> 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=1345983&r1=1345982&r2=1345983&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:31:48 2012 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Indexing Destination SolrYard</name> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/destination/solryard + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/destination/solryard </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/destination/solryard + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/destination/solryard </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating//incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -129,7 +129,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-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=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Mon Jun 4 14:31:48 2012 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.genericrdf</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Entityhub Indexing Generic RDF</name> @@ -47,12 +47,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/genericrdf + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/genericrdf </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/genericrdf + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/genericrdf </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/geonames/pom.xml Mon Jun 4 14:31:48 2012 @@ -30,7 +30,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.geonames</artifactId> <packaging>jar</packaging> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <name>Apache Stanbol Entityhub Indexing for geonames.org</name> @@ -49,12 +49,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/geonames + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/geonames </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/geonames + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/geonames </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/parent/pom.xml Mon Jun 4 14:31:48 2012 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub Indexing Parent</name> @@ -47,12 +47,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/parent + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/parent </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/parent + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/parent </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/indexing/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/pom.xml Mon Jun 4 14:31:48 2012 @@ -28,7 +28,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.reactor</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub Indexing Reactor</name> @@ -49,12 +49,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <modules> 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=1345983&r1=1345982&r2=1345983&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:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Indexing Source for Jena TDB</name> @@ -51,12 +51,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/source/jenatdb + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/source/jenatdb </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/source/jenatdb + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/source/jenatdb </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating//incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -107,7 +107,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-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=1345983&r1=1345982&r2=1345983&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:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Indexing Source for vCard</name> @@ -48,12 +48,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/source/vcard + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/source/vcard </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/indexing/source/vcard + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/source/vcard </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating//incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -87,7 +87,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-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=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/jersey/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/jersey/pom.xml Mon Jun 4 14:31:48 2012 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.jersey</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Web Jersey HTTP Endpoint</name> @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/jersey + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/jersey </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/jersey + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/jersey </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -82,14 +82,14 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> </dependency> <!-- dependencies on other Entityhub modules --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-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=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/ldpath/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/ldpath/pom.xml Mon Jun 4 14:31:48 2012 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub LDPath Support</name> @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/ldpath + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/ldpath </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/ldpath + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/ldpath </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -136,7 +136,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId> - <version>1.0.4-incubating</version> + <version>1.0.5-incubating-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- Apache Stanbol Commons Solr and Solr Yard dependencies --> Modified: incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Model Clerezza</name> @@ -48,12 +48,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/model/clerezza + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/model/clerezza </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/model/clerezza + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/model/clerezza </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/parent/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/parent/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/parent/pom.xml Mon Jun 4 14:31:48 2012 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>1-incubating</version> + <version>2-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub Parent</name> @@ -47,12 +47,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/parent + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/parent </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/parent + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/parent </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>1-incubating</version> + <version>2-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.reactor</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub</name> @@ -48,12 +48,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Query SPARQL</name> @@ -47,12 +47,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/query/clerezza + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/query/clerezza </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/query/clerezza + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/query/clerezza </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -84,7 +84,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-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=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Site Linked Data Protocol</name> @@ -48,12 +48,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/site/linkeddata + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/site/linkeddata </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/site/linkeddata + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/site/linkeddata </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Yard based on Clerezza</name> @@ -48,12 +48,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/yard/clerezza + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/yard/clerezza </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/yard/clerezza + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/yard/clerezza </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> Modified: incubator/stanbol/trunk/entityhub/yard/solr/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1345983&r1=1345982&r2=1345983&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/yard/solr/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/yard/solr/pom.xml Mon Jun 4 14:31:48 2012 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.parent</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Entityhub Yard based on Solr</name> @@ -48,12 +48,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/yard/solr + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/yard/solr </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/yard/solr + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/yard/solr </developerConnection> - <url>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.entityhub.reactor-0.10.0-incubating/incubator.apache.org/stanbol</url> + <url>http://incubator.apache.org/stanbol</url> </scm> <build> @@ -108,7 +108,7 @@ <dependency> <!-- provides Solr and OSGI utilities for Solr --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> </dependency> <dependency> <!-- provides managed Solr servers --> <groupId>org.apache.stanbol</groupId> @@ -120,7 +120,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.10.0-incubating</version> + <version>0.10.1-incubating-SNAPSHOT</version> </dependency> <!-- other (not Solr related) dependencies) -->