Author: dkulp
Date: Thu Oct 20 18:33:22 2011
New Revision: 1186984
URL: http://svn.apache.org/viewvc?rev=1186984&view=rev
Log:
Revert back to versions of gwt that will run on java5
Modified:
cxf/trunk/rt/management-web/pom.xml
Modified: cxf/trunk/rt/management-web/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/management-web/pom.xml?rev=1186984&r1=1186983&r2=1186984&view=diff
==============================================================================
--- cxf/trunk/rt/management-web/pom.xml (original)
+++ cxf/trunk/rt/management-web/pom.xml Thu Oct 20 18:33:22 2011
@@ -34,9 +34,9 @@
</parent>
<properties>
- <gwt.version>2.4.0</gwt.version>
- <gwt.inject.version>1.5.0</gwt.inject.version>
- <gwt.plugin.version>2.4.0</gwt.plugin.version>
+ <gwt.version>2.1.0</gwt.version>
+ <gwt.inject.version>1.0</gwt.inject.version>
+ <gwt.plugin.version>2.1.0</gwt.plugin.version>
<google.findbugs.version>1.3.9</google.findbugs.version>
<gwt.hostedmode.dir>${project.build.directory}/war</gwt.hostedmode.dir>