Strabon
changeset 935:9cbe4e73141f MonetDB
Modified the version of each artifact from xx.xx.xx-SNAPSHOT to xx.xx.xx-BranchName-SNAPSHOT.
As a result, each branch produces its own artifacts that are independent from the artifacts produced by different branches.
NOTE: After updating the source code of Strabon to the current revision, you need to update the eclipse projects to use the new pom.xml files.
As a result, each branch produces its own artifacts that are independent from the artifacts produced by different branches.
NOTE: After updating the source code of Strabon to the current revision, you need to update the eclipse projects to use the new pom.xml files.
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Wed Mar 27 12:47:35 2013 +0200 (2013-03-27) |
parents | bc7de0a4084b |
children | 8445b16fd6b2 |
files | endpoint/pom.xml evaluation/pom.xml generaldb/pom.xml monetdb/pom.xml pom.xml postgis/pom.xml resultio/pom.xml runtime/pom.xml |
line diff
1.1 --- a/endpoint/pom.xml Fri Aug 24 13:25:57 2012 +0300 1.2 +++ b/endpoint/pom.xml Wed Mar 27 12:47:35 2013 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 <parent> 1.5 <groupId>eu.earthobservatory</groupId> 1.6 <artifactId>strabon</artifactId> 1.7 - <version>3.2.2-SNAPSHOT</version> 1.8 + <version>3.2.2-MonetDB-SNAPSHOT</version> 1.9 </parent> 1.10 1.11 <artifactId>strabon-endpoint</artifactId>
2.1 --- a/evaluation/pom.xml Fri Aug 24 13:25:57 2012 +0300 2.2 +++ b/evaluation/pom.xml Wed Mar 27 12:47:35 2013 +0200 2.3 @@ -5,7 +5,7 @@ 2.4 <parent> 2.5 <groupId>eu.earthobservatory</groupId> 2.6 <artifactId>strabon</artifactId> 2.7 - <version>3.2.2-SNAPSHOT</version> 2.8 + <version>3.2.2-MonetDB-SNAPSHOT</version> 2.9 </parent> 2.10 2.11 <groupId>org.openrdf.sesame</groupId>
3.1 --- a/generaldb/pom.xml Fri Aug 24 13:25:57 2012 +0300 3.2 +++ b/generaldb/pom.xml Wed Mar 27 12:47:35 2013 +0200 3.3 @@ -6,7 +6,7 @@ 3.4 <parent> 3.5 <groupId>eu.earthobservatory</groupId> 3.6 <artifactId>strabon</artifactId> 3.7 - <version>3.2.2-SNAPSHOT</version> 3.8 + <version>3.2.2-MonetDB-SNAPSHOT</version> 3.9 </parent> 3.10 3.11 <groupId>org.openrdf.sesame</groupId>
4.1 --- a/monetdb/pom.xml Fri Aug 24 13:25:57 2012 +0300 4.2 +++ b/monetdb/pom.xml Wed Mar 27 12:47:35 2013 +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.2.2-SNAPSHOT</version> 4.8 + <version>3.2.2-MonetDB-SNAPSHOT</version> 4.9 </parent> 4.10 4.11 <groupId>org.openrdf.sesame</groupId>
5.1 --- a/pom.xml Fri Aug 24 13:25:57 2012 +0300 5.2 +++ b/pom.xml Wed Mar 27 12:47:35 2013 +0200 5.3 @@ -4,7 +4,7 @@ 5.4 5.5 <groupId>eu.earthobservatory</groupId> 5.6 <artifactId>strabon</artifactId> 5.7 - <version>3.2.2-SNAPSHOT</version> 5.8 + <version>3.2.2-MonetDB-SNAPSHOT</version> 5.9 <packaging>pom</packaging> 5.10 5.11 <parent> 5.12 @@ -29,7 +29,7 @@ 5.13 </modules> 5.14 5.15 <properties> 5.16 - <eu.earthobservatory.version>3.2.2-SNAPSHOT</eu.earthobservatory.version> 5.17 + <eu.earthobservatory.version>3.2.2-MonetDB-SNAPSHOT</eu.earthobservatory.version> 5.18 <sesame.version>2.6.3</sesame.version> 5.19 <aduna.appbase.version>3.5.0</aduna.appbase.version> 5.20 <!--slf4j.version>1.5.8</slf4j.version-->
6.1 --- a/postgis/pom.xml Fri Aug 24 13:25:57 2012 +0300 6.2 +++ b/postgis/pom.xml Wed Mar 27 12:47:35 2013 +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.2.2-SNAPSHOT</version> 6.8 + <version>3.2.2-MonetDB-SNAPSHOT</version> 6.9 </parent> 6.10 6.11 <groupId>org.openrdf.sesame</groupId>
7.1 --- a/resultio/pom.xml Fri Aug 24 13:25:57 2012 +0300 7.2 +++ b/resultio/pom.xml Wed Mar 27 12:47:35 2013 +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.2.2-SNAPSHOT</version> 7.8 + <version>3.2.2-MonetDB-SNAPSHOT</version> 7.9 </parent> 7.10 7.11 <groupId>org.openrdf.sesame</groupId>
8.1 --- a/runtime/pom.xml Fri Aug 24 13:25:57 2012 +0300 8.2 +++ b/runtime/pom.xml Wed Mar 27 12:47:35 2013 +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.2.2-SNAPSHOT</version> 8.8 + <version>3.2.2-MonetDB-SNAPSHOT</version> 8.9 </parent> 8.10 8.11 <artifactId>strabon-runtime</artifactId>