Strabon
changeset 578:91b6af6325c4
merge
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Wed Sep 05 23:02:03 2012 +0300 (2012-09-05) |
parents | d4d3bc3d5457 509d470e0bed |
children | cc95bcf87eaa |
files |
line diff
1.1 --- a/.hgtags Wed Sep 05 23:00:52 2012 +0300 1.2 +++ b/.hgtags Wed Sep 05 23:02:03 2012 +0300 1.3 @@ -9,3 +9,4 @@ 1.4 30b26e89d0850f73d51aafb6e7450962e0bd64b8 v3.1.9 1.5 f98df7d45ce21e527813cfe46d60308ca68a228b v3.2.1 1.6 8378166a566968b5ba00683384605f6232ef0aaa v3.2.2 1.7 +331163be068281f22f61b79b31484eb0f4cfc564 v3.2.3
2.1 --- a/endpoint/pom.xml Wed Sep 05 23:00:52 2012 +0300 2.2 +++ b/endpoint/pom.xml Wed Sep 05 23:02:03 2012 +0300 2.3 @@ -4,7 +4,7 @@ 2.4 <parent> 2.5 <groupId>eu.earthobservatory</groupId> 2.6 <artifactId>strabon</artifactId> 2.7 - <version>3.2.3</version> 2.8 + <version>3.2.4-SNAPSHOT</version> 2.9 </parent> 2.10 2.11 <artifactId>strabon-endpoint</artifactId>
3.1 --- a/evaluation/pom.xml Wed Sep 05 23:00:52 2012 +0300 3.2 +++ b/evaluation/pom.xml Wed Sep 05 23:02:03 2012 +0300 3.3 @@ -5,7 +5,7 @@ 3.4 <parent> 3.5 <groupId>eu.earthobservatory</groupId> 3.6 <artifactId>strabon</artifactId> 3.7 - <version>3.2.3</version> 3.8 + <version>3.2.4-SNAPSHOT</version> 3.9 </parent> 3.10 3.11 <groupId>org.openrdf.sesame</groupId>
4.1 --- a/generaldb/pom.xml Wed Sep 05 23:00:52 2012 +0300 4.2 +++ b/generaldb/pom.xml Wed Sep 05 23:02:03 2012 +0300 4.3 @@ -6,7 +6,7 @@ 4.4 <parent> 4.5 <groupId>eu.earthobservatory</groupId> 4.6 <artifactId>strabon</artifactId> 4.7 - <version>3.2.3</version> 4.8 + <version>3.2.4-SNAPSHOT</version> 4.9 </parent> 4.10 4.11 <groupId>org.openrdf.sesame</groupId>
5.1 --- a/monetdb/pom.xml Wed Sep 05 23:00:52 2012 +0300 5.2 +++ b/monetdb/pom.xml Wed Sep 05 23:02:03 2012 +0300 5.3 @@ -6,7 +6,7 @@ 5.4 <parent> 5.5 <groupId>eu.earthobservatory</groupId> 5.6 <artifactId>strabon</artifactId> 5.7 - <version>3.2.3</version> 5.8 + <version>3.2.4-SNAPSHOT</version> 5.9 </parent> 5.10 5.11 <groupId>org.openrdf.sesame</groupId>
6.1 --- a/pom.xml Wed Sep 05 23:00:52 2012 +0300 6.2 +++ b/pom.xml Wed Sep 05 23:02:03 2012 +0300 6.3 @@ -4,7 +4,7 @@ 6.4 6.5 <groupId>eu.earthobservatory</groupId> 6.6 <artifactId>strabon</artifactId> 6.7 - <version>3.2.3</version> 6.8 + <version>3.2.4-SNAPSHOT</version> 6.9 <packaging>pom</packaging> 6.10 6.11 <parent> 6.12 @@ -29,7 +29,7 @@ 6.13 </modules> 6.14 6.15 <properties> 6.16 - <eu.earthobservatory.version>3.2.3</eu.earthobservatory.version> 6.17 + <eu.earthobservatory.version>3.2.4-SNAPSHOT</eu.earthobservatory.version> 6.18 <sesame.version>2.6.3</sesame.version> 6.19 <aduna.appbase.version>3.5.0</aduna.appbase.version> 6.20 <!--slf4j.version>1.5.8</slf4j.version-->
7.1 --- a/postgis/pom.xml Wed Sep 05 23:00:52 2012 +0300 7.2 +++ b/postgis/pom.xml Wed Sep 05 23:02:03 2012 +0300 7.3 @@ -6,7 +6,7 @@ 7.4 <parent> 7.5 <groupId>eu.earthobservatory</groupId> 7.6 <artifactId>strabon</artifactId> 7.7 - <version>3.2.3</version> 7.8 + <version>3.2.4-SNAPSHOT</version> 7.9 </parent> 7.10 7.11 <groupId>org.openrdf.sesame</groupId>
8.1 --- a/resultio/pom.xml Wed Sep 05 23:00:52 2012 +0300 8.2 +++ b/resultio/pom.xml Wed Sep 05 23:02:03 2012 +0300 8.3 @@ -5,7 +5,7 @@ 8.4 <parent> 8.5 <groupId>eu.earthobservatory</groupId> 8.6 <artifactId>strabon</artifactId> 8.7 - <version>3.2.3</version> 8.8 + <version>3.2.4-SNAPSHOT</version> 8.9 </parent> 8.10 8.11 <groupId>org.openrdf.sesame</groupId>
9.1 --- a/runtime/pom.xml Wed Sep 05 23:00:52 2012 +0300 9.2 +++ b/runtime/pom.xml Wed Sep 05 23:02:03 2012 +0300 9.3 @@ -5,7 +5,7 @@ 9.4 <parent> 9.5 <groupId>eu.earthobservatory</groupId> 9.6 <artifactId>strabon</artifactId> 9.7 - <version>3.2.3</version> 9.8 + <version>3.2.4-SNAPSHOT</version> 9.9 </parent> 9.10 9.11 <artifactId>strabon-runtime</artifactId>