Strabon
changeset 36:16ba7e34efc4
[maven-release-plugin] prepare for next development iteration
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Thu Mar 01 02:14:28 2012 +0200 (2012-03-01) |
parents | 28e4bf66d50d |
children | 20d879e39a63 |
files | evaluation/pom.xml generaldb/pom.xml jars/pom.xml monetdb/pom.xml pom.xml postgis/pom.xml resultio/pom.xml runtime/pom.xml |
line diff
1.1 --- a/evaluation/pom.xml Thu Mar 01 02:14:26 2012 +0200 1.2 +++ b/evaluation/pom.xml Thu Mar 01 02:14:28 2012 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 <parent> 1.5 <groupId>eu.earthobservatory</groupId> 1.6 <artifactId>strabon</artifactId> 1.7 - <version>3.1.5</version> 1.8 + <version>3.1.6-SNAPSHOT</version> 1.9 </parent> 1.10 1.11 <groupId>org.openrdf.sesame</groupId> 1.12 @@ -13,7 +13,7 @@ 1.13 <name>OpenRDF Sesame: Query algebra - evaluation -spatial</name> 1.14 <description>Spatial Extension Functions - stSPARQL </description> 1.15 <packaging>jar</packaging> 1.16 - <version>3.1.5</version> 1.17 + <version>3.1.6-SNAPSHOT</version> 1.18 1.19 <properties> 1.20 <sesame.version>2.6.3</sesame.version>
2.1 --- a/generaldb/pom.xml Thu Mar 01 02:14:26 2012 +0200 2.2 +++ b/generaldb/pom.xml Thu Mar 01 02:14:28 2012 +0200 2.3 @@ -6,7 +6,7 @@ 2.4 <parent> 2.5 <groupId>eu.earthobservatory</groupId> 2.6 <artifactId>strabon</artifactId> 2.7 - <version>3.1.5</version> 2.8 + <version>3.1.6-SNAPSHOT</version> 2.9 </parent> 2.10 2.11 <groupId>org.openrdf.sesame</groupId> 2.12 @@ -14,7 +14,7 @@ 2.13 <name>OpenRDF Sesame: GeneralDBStore </name> 2.14 <description>GeneralDB Store Support</description> 2.15 <packaging>jar</packaging> 2.16 - <version>3.1.5</version> 2.17 + <version>3.1.6-SNAPSHOT</version> 2.18 2.19 <url>http://maven.apache.org</url> 2.20
3.1 --- a/jars/pom.xml Thu Mar 01 02:14:26 2012 +0200 3.2 +++ b/jars/pom.xml Thu Mar 01 02:14:28 2012 +0200 3.3 @@ -5,7 +5,7 @@ 3.4 <parent> 3.5 <groupId>eu.earthobservatory</groupId> 3.6 <artifactId>strabon</artifactId> 3.7 - <version>3.1.5</version> 3.8 + <version>3.1.6-SNAPSHOT</version> 3.9 </parent> 3.10 3.11 <artifactId>strabon-jars</artifactId>
4.1 --- a/monetdb/pom.xml Thu Mar 01 02:14:26 2012 +0200 4.2 +++ b/monetdb/pom.xml Thu Mar 01 02:14:28 2012 +0200 4.3 @@ -6,7 +6,7 @@ 4.4 <parent> 4.5 <groupId>eu.earthobservatory</groupId> 4.6 <artifactId>strabon</artifactId> 4.7 - <version>3.1.5</version> 4.8 + <version>3.1.6-SNAPSHOT</version> 4.9 </parent> 4.10 4.11 <groupId>org.openrdf.sesame</groupId> 4.12 @@ -14,7 +14,7 @@ 4.13 <name>OpenRDF Sesame: MonetDBStore </name> 4.14 <description>MonetDB Store Support</description> 4.15 <packaging>jar</packaging> 4.16 - <version>3.1.5</version> 4.17 + <version>3.1.6-SNAPSHOT</version> 4.18 4.19 <url>http://maven.apache.org</url> 4.20
5.1 --- a/pom.xml Thu Mar 01 02:14:26 2012 +0200 5.2 +++ b/pom.xml Thu Mar 01 02:14:28 2012 +0200 5.3 @@ -4,7 +4,7 @@ 5.4 5.5 <groupId>eu.earthobservatory</groupId> 5.6 <artifactId>strabon</artifactId> 5.7 - <version>3.1.5</version> 5.8 + <version>3.1.6-SNAPSHOT</version> 5.9 <packaging>pom</packaging> 5.10 5.11 <parent> 5.12 @@ -30,7 +30,7 @@ 5.13 5.14 <properties> 5.15 <sesame.version>2.6.3</sesame.version> 5.16 - <eu.earthobservatory.version>3.1.5</eu.earthobservatory.version> 5.17 + <eu.earthobservatory.version>3.1.6-SNAPSHOT</eu.earthobservatory.version> 5.18 <aduna.appbase.version>3.5.0</aduna.appbase.version> 5.19 <slf4j.version>1.6.1</slf4j.version> 5.20 <spring.version>2.5.6</spring.version>
6.1 --- a/postgis/pom.xml Thu Mar 01 02:14:26 2012 +0200 6.2 +++ b/postgis/pom.xml Thu Mar 01 02:14:28 2012 +0200 6.3 @@ -6,7 +6,7 @@ 6.4 <parent> 6.5 <groupId>eu.earthobservatory</groupId> 6.6 <artifactId>strabon</artifactId> 6.7 - <version>3.1.5</version> 6.8 + <version>3.1.6-SNAPSHOT</version> 6.9 </parent> 6.10 6.11 <groupId>org.openrdf.sesame</groupId> 6.12 @@ -14,7 +14,7 @@ 6.13 <name>OpenRDF Sesame: PostGISStore </name> 6.14 <description>PostGIS Store Support</description> 6.15 <packaging>jar</packaging> 6.16 - <version>3.1.5</version> 6.17 + <version>3.1.6-SNAPSHOT</version> 6.18 6.19 <url>http://maven.apache.org</url> 6.20
7.1 --- a/resultio/pom.xml Thu Mar 01 02:14:26 2012 +0200 7.2 +++ b/resultio/pom.xml Thu Mar 01 02:14:28 2012 +0200 7.3 @@ -5,7 +5,7 @@ 7.4 <parent> 7.5 <groupId>eu.earthobservatory</groupId> 7.6 <artifactId>strabon</artifactId> 7.7 - <version>3.1.5</version> 7.8 + <version>3.1.6-SNAPSHOT</version> 7.9 </parent> 7.10 7.11 <groupId>org.openrdf.sesame</groupId> 7.12 @@ -13,11 +13,11 @@ 7.13 <name>OpenRDF Sesame: Query result IO - SPARQL/XML - Spatial</name> 7.14 <description> Minimal spatial extensions of Query result parser and writer implementation for the SPARQL Query Results XML Format. </description> 7.15 <packaging>jar</packaging> 7.16 - <version>3.1.5</version> 7.17 + <version>3.1.6-SNAPSHOT</version> 7.18 7.19 <properties> 7.20 <sesame.version>2.6.3</sesame.version> 7.21 - <eu.earthobservatory.version>3.1.5</eu.earthobservatory.version> 7.22 + <eu.earthobservatory.version>3.1.6-SNAPSHOT</eu.earthobservatory.version> 7.23 </properties> 7.24 7.25 <dependencies>
8.1 --- a/runtime/pom.xml Thu Mar 01 02:14:26 2012 +0200 8.2 +++ b/runtime/pom.xml Thu Mar 01 02:14:28 2012 +0200 8.3 @@ -5,7 +5,7 @@ 8.4 <parent> 8.5 <groupId>eu.earthobservatory</groupId> 8.6 <artifactId>strabon</artifactId> 8.7 - <version>3.1.5</version> 8.8 + <version>3.1.6-SNAPSHOT</version> 8.9 </parent> 8.10 8.11 <groupId>eu.earthobservatory</groupId> 8.12 @@ -14,7 +14,7 @@ 8.13 <name>Strabon: Runtime</name> 8.14 <description>Runtime dependencies for Strabon</description> 8.15 <packaging>jar</packaging> 8.16 - <version>3.1.5</version> 8.17 + <version>3.1.6-SNAPSHOT</version> 8.18 8.19 <properties> 8.20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>