Author: sergeyb
Date: Thu Oct 20 16:57:25 2011
New Revision: 1186919
URL: http://svn.apache.org/viewvc?rev=1186919&view=rev
Log:
Merged revisions 1186865 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1186865 | dkulp | 2011-10-20 16:52:05 +0100 (Thu, 20 Oct 2011) | 1 line
Update gwt plugin to newer, supported version.
........
Modified:
cxf/branches/2.4.x-fixes/ (props changed)
cxf/branches/2.4.x-fixes/rt/management-web/pom.xml
Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
svn:mergeinfo = /cxf/trunk:1186865
Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.4.x-fixes/rt/management-web/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/management-web/pom.xml?rev=1186919&r1=1186918&r2=1186919&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/rt/management-web/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/rt/management-web/pom.xml Thu Oct 20 16:57:25 2011
@@ -34,9 +34,9 @@
</parent>
<properties>
- <gwt.version>2.0.3</gwt.version>
- <gwt.inject.version>1.0</gwt.inject.version>
- <gwt.plugin.version>1.2</gwt.plugin.version>
+ <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>
<google.findbugs.version>1.3.9</google.findbugs.version>
<gwt.hostedmode.dir>${project.build.directory}/war</gwt.hostedmode.dir>
@@ -133,7 +133,7 @@
</dependency>
<dependency>
- <groupId>com.googlecode.gwt.inject</groupId>
+ <groupId>com.google.gwt.inject</groupId>
<artifactId>gin</artifactId>
<version>${gwt.inject.version}</version>
<scope>provided</scope>