Author: reto
Date: Wed Aug 21 10:25:58 2013
New Revision: 1516132
URL: http://svn.apache.org/r1516132
Log:
STANBOL-1147: pdated version numbers to 1.0.0-SNAPSHOT
Modified:
stanbol/branches/commons-ng/entityhub/indexing/core/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/dblp/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/dbpedia/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/destination/solryard/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/freebase/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/geonames/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/source/jenatdb/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/source/vcard/pom.xml
stanbol/branches/commons-ng/entityhub/jersey/pom.xml
stanbol/branches/commons-ng/entityhub/model/clerezza/pom.xml
stanbol/branches/commons-ng/entityhub/query/clerezza/pom.xml
stanbol/branches/commons-ng/entityhub/site/linkeddata/pom.xml
stanbol/branches/commons-ng/entityhub/yard/clerezza/pom.xml
Modified: stanbol/branches/commons-ng/entityhub/indexing/core/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/core/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/core/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/core/pom.xml Wed Aug 21
10:25:58 2013
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Modified: stanbol/branches/commons-ng/entityhub/indexing/dblp/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/dblp/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/dblp/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/dblp/pom.xml Wed Aug 21
10:25:58 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -108,14 +108,14 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.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.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
Modified: stanbol/branches/commons-ng/entityhub/indexing/dbpedia/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/dbpedia/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/dbpedia/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/dbpedia/pom.xml Wed Aug 21
10:25:58 2013
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -113,20 +113,20 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.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.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
Modified:
stanbol/branches/commons-ng/entityhub/indexing/destination/solryard/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/destination/solryard/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/destination/solryard/pom.xml
(original)
+++ stanbol/branches/commons-ng/entityhub/indexing/destination/solryard/pom.xml
Wed Aug 21 10:25:58 2013
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
Modified: stanbol/branches/commons-ng/entityhub/indexing/freebase/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/freebase/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/freebase/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/freebase/pom.xml Wed Aug 21
10:25:58 2013
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -114,20 +114,20 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.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.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
Modified: stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml Wed Aug
21 10:25:58 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -158,7 +158,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>0.12.0-SNAPSHOT</scope>
</dependency>
@@ -166,7 +166,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Modified: stanbol/branches/commons-ng/entityhub/indexing/geonames/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/geonames/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/geonames/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/geonames/pom.xml Wed Aug 21
10:25:58 2013
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- runtime dependencies for the standalone tool -->
@@ -141,7 +141,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.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
Modified: stanbol/branches/commons-ng/entityhub/indexing/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/pom.xml Wed Aug 21 10:25:58
2013
@@ -28,7 +28,7 @@
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Stanbol Entityhub Indexing</name>
Modified: stanbol/branches/commons-ng/entityhub/indexing/source/jenatdb/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/source/jenatdb/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/source/jenatdb/pom.xml
(original)
+++ stanbol/branches/commons-ng/entityhub/indexing/source/jenatdb/pom.xml Wed
Aug 21 10:25:58 2013
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
@@ -92,13 +92,13 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
Modified: stanbol/branches/commons-ng/entityhub/indexing/source/vcard/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/source/vcard/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/source/vcard/pom.xml
(original)
+++ stanbol/branches/commons-ng/entityhub/indexing/source/vcard/pom.xml Wed Aug
21 10:25:58 2013
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>apache-stanbol-entityhub-indexing</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
Modified: stanbol/branches/commons-ng/entityhub/jersey/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/jersey/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/jersey/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/jersey/pom.xml Wed Aug 21 10:25:58
2013
@@ -95,7 +95,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- Jersey and Freemarker -->
<dependency>
Modified: stanbol/branches/commons-ng/entityhub/model/clerezza/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/model/clerezza/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/model/clerezza/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/model/clerezza/pom.xml Wed Aug 21
10:25:58 2013
@@ -95,7 +95,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
Modified: stanbol/branches/commons-ng/entityhub/query/clerezza/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/query/clerezza/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/query/clerezza/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/query/clerezza/pom.xml Wed Aug 21
10:25:58 2013
@@ -94,7 +94,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
Modified: stanbol/branches/commons-ng/entityhub/site/linkeddata/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/site/linkeddata/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/site/linkeddata/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/site/linkeddata/pom.xml Wed Aug 21
10:25:58 2013
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
Modified: stanbol/branches/commons-ng/entityhub/yard/clerezza/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/yard/clerezza/pom.xml?rev=1516132&r1=1516131&r2=1516132&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/yard/clerezza/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/yard/clerezza/pom.xml Wed Aug 21
10:25:58 2013
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>