Mercurial > dive4elements > river
changeset 776:b82bed27429f
GWT version upgrade from 2.1.1 to 2.3.0
flys-client/trunk@2264 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 28 Jun 2011 15:55:56 +0000 |
parents | 261faa6a271f |
children | 3b02a798d75d |
files | flys-client/ChangeLog flys-client/pom.xml |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue Jun 28 07:55:25 2011 +0000 +++ b/flys-client/ChangeLog Tue Jun 28 15:55:56 2011 +0000 @@ -1,3 +1,7 @@ +2011-06-28 Ingo Weinzierl <ingo@intevation.de> + + * pom.xml: GWT version upgrade from 2.1.1 to 2.3.0. + 2011-06-28 Ingo Weinzierl <ingo@intevation.de> Tagged RELEASE 2.4
--- a/flys-client/pom.xml Tue Jun 28 07:55:25 2011 +0000 +++ b/flys-client/pom.xml Tue Jun 28 15:55:56 2011 +0000 @@ -13,7 +13,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- Convenience property to set the GWT version --> - <gwtVersion>2.1.1</gwtVersion> + <gwtVersion>2.3.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>