Strabon
changeset 61:5a6948d2bfc5 v3.1.6
[maven-release-plugin] prepare release v3.1.6
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Mon Mar 19 21:18:17 2012 +0100 (2012-03-19) |
parents | 2b5e399f7bb0 |
children | c31fc002c0a2 |
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 Mon Mar 19 20:43:30 2012 +0100 1.2 +++ b/evaluation/pom.xml Mon Mar 19 21:18:17 2012 +0100 1.3 @@ -1,12 +1,11 @@ 1.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1.5 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 1.6 +<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"> 1.7 1.8 <modelVersion>4.0.0</modelVersion> 1.9 1.10 <parent> 1.11 <groupId>eu.earthobservatory</groupId> 1.12 <artifactId>strabon</artifactId> 1.13 - <version>3.1.6-SNAPSHOT</version> 1.14 + <version>3.1.6</version> 1.15 </parent> 1.16 1.17 <groupId>org.openrdf.sesame</groupId> 1.18 @@ -14,7 +13,7 @@ 1.19 <name>OpenRDF Sesame: Query algebra - evaluation -spatial</name> 1.20 <description>Spatial Extension Functions - stSPARQL </description> 1.21 <packaging>jar</packaging> 1.22 - <version>3.1.6-SNAPSHOT</version> 1.23 + <version>3.1.6</version> 1.24 1.25 <properties> 1.26 <sesame.version>2.6.3</sesame.version>
2.1 --- a/generaldb/pom.xml Mon Mar 19 20:43:30 2012 +0100 2.2 +++ b/generaldb/pom.xml Mon Mar 19 21:18:17 2012 +0100 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.6-SNAPSHOT</version> 2.8 + <version>3.1.6</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.6-SNAPSHOT</version> 2.17 + <version>3.1.6</version> 2.18 2.19 <url>http://maven.apache.org</url> 2.20
3.1 --- a/jars/pom.xml Mon Mar 19 20:43:30 2012 +0100 3.2 +++ b/jars/pom.xml Mon Mar 19 21:18:17 2012 +0100 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.6-SNAPSHOT</version> 3.8 + <version>3.1.6</version> 3.9 </parent> 3.10 3.11 <artifactId>strabon-jars</artifactId>
4.1 --- a/monetdb/pom.xml Mon Mar 19 20:43:30 2012 +0100 4.2 +++ b/monetdb/pom.xml Mon Mar 19 21:18:17 2012 +0100 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.6-SNAPSHOT</version> 4.8 + <version>3.1.6</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.6-SNAPSHOT</version> 4.17 + <version>3.1.6</version> 4.18 4.19 <url>http://maven.apache.org</url> 4.20
5.1 --- a/pom.xml Mon Mar 19 20:43:30 2012 +0100 5.2 +++ b/pom.xml Mon Mar 19 21:18:17 2012 +0100 5.3 @@ -1,11 +1,10 @@ 5.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5.5 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 5.6 +<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"> 5.7 5.8 <modelVersion>4.0.0</modelVersion> 5.9 5.10 <groupId>eu.earthobservatory</groupId> 5.11 <artifactId>strabon</artifactId> 5.12 - <version>3.1.6-SNAPSHOT</version> 5.13 + <version>3.1.6</version> 5.14 <packaging>pom</packaging> 5.15 5.16 <parent> 5.17 @@ -31,7 +30,7 @@ 5.18 5.19 <properties> 5.20 <sesame.version>2.6.3</sesame.version> 5.21 - <eu.earthobservatory.version>3.1.6-SNAPSHOT</eu.earthobservatory.version> 5.22 + <eu.earthobservatory.version>3.1.6</eu.earthobservatory.version> 5.23 <aduna.appbase.version>3.5.0</aduna.appbase.version> 5.24 <slf4j.version>1.6.1</slf4j.version> 5.25 <spring.version>2.5.6</spring.version>
6.1 --- a/postgis/pom.xml Mon Mar 19 20:43:30 2012 +0100 6.2 +++ b/postgis/pom.xml Mon Mar 19 21:18:17 2012 +0100 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.6-SNAPSHOT</version> 6.8 + <version>3.1.6</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.6-SNAPSHOT</version> 6.17 + <version>3.1.6</version> 6.18 6.19 <url>http://maven.apache.org</url> 6.20
7.1 --- a/resultio/pom.xml Mon Mar 19 20:43:30 2012 +0100 7.2 +++ b/resultio/pom.xml Mon Mar 19 21:18:17 2012 +0100 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.6-SNAPSHOT</version> 7.8 + <version>3.1.6</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.6-SNAPSHOT</version> 7.17 + <version>3.1.6</version> 7.18 7.19 <properties> 7.20 <sesame.version>2.6.3</sesame.version> 7.21 - <eu.earthobservatory.version>3.1.6-SNAPSHOT</eu.earthobservatory.version> 7.22 + <eu.earthobservatory.version>3.1.6</eu.earthobservatory.version> 7.23 </properties> 7.24 7.25 <dependencies>
8.1 --- a/runtime/pom.xml Mon Mar 19 20:43:30 2012 +0100 8.2 +++ b/runtime/pom.xml Mon Mar 19 21:18:17 2012 +0100 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.6-SNAPSHOT</version> 8.8 + <version>3.1.6</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.6-SNAPSHOT</version> 8.17 + <version>3.1.6</version> 8.18 8.19 <properties> 8.20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>