Update GWT version and gwt-maven-plugin in sample pom.xml files

Review by: cromwellian@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11303 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/dynatablerf/pom.xml b/samples/dynatablerf/pom.xml
index da65697..c28de95 100644
--- a/samples/dynatablerf/pom.xml
+++ b/samples/dynatablerf/pom.xml
@@ -13,7 +13,7 @@
 
   <properties>
     <!-- Convenience property to set the GWT version -->
-    <gwtVersion>2.5.0-rc1</gwtVersion>
+    <gwtVersion>2.5.0-rc2</gwtVersion>
 
     <!-- GWT needs at least java 1.6 -->
     <maven.compiler.source>1.6</maven.compiler.source>
@@ -117,7 +117,7 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>gwt-maven-plugin</artifactId>
         <!-- TODO: Update version to 2.5.0 once gwt-maven-plugin 2.5.0 final is released (post-GWT 2.5.0) -->
-        <version>2.3.0-1</version>
+        <version>2.5.0-rc1</version>
         <dependencies>
           <dependency>
             <groupId>com.google.gwt</groupId>
diff --git a/samples/expenses/pom.xml b/samples/expenses/pom.xml
index f21cb92..7f3980f 100644
--- a/samples/expenses/pom.xml
+++ b/samples/expenses/pom.xml
@@ -8,7 +8,7 @@
   <version>0.1.0.BUILD-SNAPSHOT</version>
   <name>expenses</name>
   <properties>
-    <gwt.version>2.5.0-rc1</gwt.version>
+    <gwt.version>2.5.0-rc2</gwt.version>
     <roo.version>1.1.0.RELEASE</roo.version>
     <spring.version>3.0.3.RELEASE</spring.version>
     <slf4j.version>1.6.1</slf4j.version>
@@ -633,7 +633,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>gwt-maven-plugin</artifactId>
-        <version>2.2.0</version>
+        <version>2.5.0-rc1</version>
         <dependencies>
           <dependency>
             <groupId>com.google.gwt</groupId>
diff --git a/samples/mobilewebapp/pom.xml b/samples/mobilewebapp/pom.xml
index 7d6f379..8e1425c 100644
--- a/samples/mobilewebapp/pom.xml
+++ b/samples/mobilewebapp/pom.xml
@@ -11,7 +11,7 @@
 
   <properties>
     <!-- Convenience property to set the GWT version -->
-    <gwtVersion>2.5.0-rc1</gwtVersion>
+    <gwtVersion>2.5.0-rc2</gwtVersion>
 
     <!-- GWT needs at least java 1.6 -->
     <maven.compiler.source>1.6</maven.compiler.source>
@@ -189,7 +189,7 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>gwt-maven-plugin</artifactId>
         <!-- TODO: Update version to 2.5.0 once gwt-maven-plugin 2.5.0 final is released (post-GWT 2.5.0) -->
-        <version>2.3.0-1</version>
+        <version>2.5.0-rc1</version>
         <dependencies>
           <dependency>
             <groupId>com.google.gwt</groupId>
diff --git a/samples/validation/pom.xml b/samples/validation/pom.xml
index 50bb837..92f9e18 100644
--- a/samples/validation/pom.xml
+++ b/samples/validation/pom.xml
@@ -11,7 +11,7 @@
 
   <properties>
     <!-- Convenience property to set the GWT version -->
-    <gwtVersion>2.5.0-rc1</gwtVersion>
+    <gwtVersion>2.5.0-rc2</gwtVersion>
 
     <!-- GWT needs at least java 1.6 -->
     <maven.compiler.source>1.6</maven.compiler.source>
@@ -100,7 +100,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>gwt-maven-plugin</artifactId>
-        <version>2.3.0-1</version>
+        <version>2.5.0-rc1</version>
         <dependencies>
           <dependency>
             <groupId>com.google.gwt</groupId>