Author: fchrist
Date: Tue Jan 22 20:21:52 2013
New Revision: 1437145
URL: http://svn.apache.org/viewvc?rev=1437145&view=rev
Log:
[maven-release-plugin] rollback the release of apache-stanbol-entityhub-0.11.0
Modified:
stanbol/trunk/entityhub/generic/core/pom.xml
stanbol/trunk/entityhub/generic/test/pom.xml
stanbol/trunk/entityhub/indexing/core/pom.xml
stanbol/trunk/entityhub/indexing/dblp/pom.xml
stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml
stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
stanbol/trunk/entityhub/indexing/geonames/pom.xml
stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
stanbol/trunk/entityhub/indexing/source/vcard/pom.xml
stanbol/trunk/entityhub/jersey/pom.xml
stanbol/trunk/entityhub/ldpath/pom.xml
stanbol/trunk/entityhub/model/clerezza/pom.xml
stanbol/trunk/entityhub/query/clerezza/pom.xml
stanbol/trunk/entityhub/site/linkeddata/pom.xml
stanbol/trunk/entityhub/site/managed/pom.xml
stanbol/trunk/entityhub/yard/clerezza/pom.xml
stanbol/trunk/entityhub/yard/solr/pom.xml
Modified: stanbol/trunk/entityhub/generic/core/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/generic/core/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/generic/core/pom.xml (original)
+++ stanbol/trunk/entityhub/generic/core/pom.xml Tue Jan 22 20:21:52 2013
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
@@ -148,7 +148,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.test</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: stanbol/trunk/entityhub/generic/test/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/generic/test/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/generic/test/pom.xml (original)
+++ stanbol/trunk/entityhub/generic/test/pom.xml Tue Jan 22 20:21:52 2013
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
Modified: stanbol/trunk/entityhub/indexing/core/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/core/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/core/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/core/pom.xml Tue Jan 22 20:21:52 2013
@@ -101,12 +101,12 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency> <!-- for the Main (command line utility) -->
Modified: stanbol/trunk/entityhub/indexing/dblp/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dblp/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dblp/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/dblp/pom.xml Tue Jan 22 20:21:52 2013
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -99,14 +99,14 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<!-- dependencies of the solr yard destination -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
Modified: stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Tue Jan 22 20:21:52 2013
@@ -103,20 +103,20 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<!-- dependencies of the solr yard destination -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
Modified: stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml Tue Jan 22
20:21:52 2013
@@ -109,12 +109,12 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
Modified: stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Tue Jan 22 20:21:52 2013
@@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -142,7 +142,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -158,7 +158,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Modified: stanbol/trunk/entityhub/indexing/geonames/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/geonames/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/geonames/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/geonames/pom.xml Tue Jan 22 20:21:52 2013
@@ -103,7 +103,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<!-- runtime dependencies for the standalone tool -->
@@ -133,7 +133,7 @@
<dependency> <!-- we want to use the SolrYard as target -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
Modified: stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml Tue Jan 22 20:21:52
2013
@@ -100,12 +100,12 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
Modified: stanbol/trunk/entityhub/indexing/source/vcard/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/source/vcard/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/source/vcard/pom.xml Tue Jan 22 20:21:52
2013
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
Modified: stanbol/trunk/entityhub/jersey/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/jersey/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/jersey/pom.xml (original)
+++ stanbol/trunk/entityhub/jersey/pom.xml Tue Jan 22 20:21:52 2013
@@ -106,22 +106,22 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<!-- LD Path -->
Modified: stanbol/trunk/entityhub/ldpath/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/ldpath/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/ldpath/pom.xml (original)
+++ stanbol/trunk/entityhub/ldpath/pom.xml Tue Jan 22 20:21:52 2013
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<!-- LD Path -->
@@ -132,13 +132,13 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
Modified: stanbol/trunk/entityhub/model/clerezza/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/model/clerezza/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/model/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/model/clerezza/pom.xml Tue Jan 22 20:21:52 2013
@@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.test</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: stanbol/trunk/entityhub/query/clerezza/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/query/clerezza/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/query/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/query/clerezza/pom.xml Tue Jan 22 20:21:52 2013
@@ -85,12 +85,12 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
Modified: stanbol/trunk/entityhub/site/linkeddata/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/linkeddata/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/site/linkeddata/pom.xml (original)
+++ stanbol/trunk/entityhub/site/linkeddata/pom.xml Tue Jan 22 20:21:52 2013
@@ -85,7 +85,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- dependency>
@@ -97,13 +97,13 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: stanbol/trunk/entityhub/site/managed/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/managed/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/site/managed/pom.xml (original)
+++ stanbol/trunk/entityhub/site/managed/pom.xml Tue Jan 22 20:21:52 2013
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- OSGI framework dependencies -->
Modified: stanbol/trunk/entityhub/yard/clerezza/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/clerezza/pom.xml Tue Jan 22 20:21:52 2013
@@ -86,17 +86,17 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
@@ -121,7 +121,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.test</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- A TC Provider is needed to run the Unit Tests of the Yard Interface.
Modified: stanbol/trunk/entityhub/yard/solr/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1437145&r1=1437144&r2=1437145&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/solr/pom.xml Tue Jan 22 20:21:52 2013
@@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
</dependency>
<!-- other (not Solr related) dependencies) -->
@@ -157,7 +157,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.test</artifactId>
- <version>0.11.0</version>
+ <version>0.11.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>