Mercurial > dive4elements > river
changeset 3701:6288056e2673
Java 1.5 -> Java 1.6
flys-client/trunk@5424 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 10 Sep 2012 13:34:16 +0000 |
parents | dbcd14c27c8d |
children | 394e1a9915ec |
files | flys-client/ChangeLog flys-client/pom.xml |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Sun Sep 09 21:02:54 2012 +0000 +++ b/flys-client/ChangeLog Mon Sep 10 13:34:16 2012 +0000 @@ -1,3 +1,7 @@ +2012-09-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * pom.xml: Java 1.5 -> 1.6 + 2012-09-09 Christian Lins <christian.lins@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties,
--- a/flys-client/pom.xml Sun Sep 09 21:02:54 2012 +0000 +++ b/flys-client/pom.xml Mon Sep 10 13:34:16 2012 +0000 @@ -15,8 +15,8 @@ <!-- Convenience property to set the GWT version --> <gwtVersion>2.4.0</gwtVersion> <!-- GWT needs at least java 1.5 --> - <maven.compiler.source>1.5</maven.compiler.source> - <maven.compiler.target>1.5</maven.compiler.target> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> </properties> <dependencies>