Strabon
diff pom.xml @ 1527:ba8fb069b2ca
Merged with default branch.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Wed Nov 11 13:28:26 2015 +0000 (2015-11-11) |
parents | 612f816ca032 94599fbf9c01 |
children | 6cc6a1963350 |
line diff
1.1 --- a/pom.xml Tue Oct 14 12:09:19 2014 +0300 1.2 +++ b/pom.xml Wed Nov 11 13:28:26 2015 +0000 1.3 @@ -4,7 +4,7 @@ 1.4 1.5 <groupId>eu.earthobservatory</groupId> 1.6 <artifactId>strabon</artifactId> 1.7 - <version>3.2.10-temporals-SNAPSHOT</version> 1.8 + <version>3.3.2-SNAPSHOT</version> 1.9 <packaging>pom</packaging> 1.10 1.11 <parent> 1.12 @@ -140,7 +140,7 @@ 1.13 </modules> 1.14 1.15 <properties> 1.16 - <eu.earthobservatory.version>3.2.10-temporals-SNAPSHOT</eu.earthobservatory.version> 1.17 + <eu.earthobservatory.version>3.3.2-SNAPSHOT</eu.earthobservatory.version> 1.18 <sesame.version>2.6.3</sesame.version> 1.19 <aduna.appbase.version>3.5.0</aduna.appbase.version> 1.20 <!--slf4j.version>1.5.8</slf4j.version--> 1.21 @@ -818,13 +818,12 @@ 1.22 <plugin> 1.23 <groupId>org.apache.maven.plugins</groupId> 1.24 <artifactId>maven-javadoc-plugin</artifactId> 1.25 - <version>2.8.1</version> 1.26 + <version>2.10.1</version> 1.27 <configuration> 1.28 <source>1.6</source> 1.29 <encoding>utf8</encoding> 1.30 </configuration> 1.31 </plugin> 1.32 - 1.33 <!-- 1.34 <plugin> 1.35 <groupId>org.apache.maven.plugins</groupId>