You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/10/20 17:52:05 UTC

svn commit: r1186865 - /cxf/trunk/rt/management-web/pom.xml

Author: dkulp
Date: Thu Oct 20 15:52:05 2011
New Revision: 1186865

URL: http://svn.apache.org/viewvc?rev=1186865&view=rev
Log:
Update gwt plugin to newer, supported version.

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=1186865&r1=1186864&r2=1186865&view=diff
==============================================================================
--- cxf/trunk/rt/management-web/pom.xml (original)
+++ cxf/trunk/rt/management-web/pom.xml Thu Oct 20 15:52:05 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>