Reviewers: rdayal, tbroyer, Description: Update POM versions to 2.5.0-rc1
Please review this at http://gwt-code-reviews.appspot.com/1734804/ Affected files: M samples/dynatablerf/pom.xml M samples/expenses/pom.xml M samples/mobilewebapp/pom.xml M samples/validation/pom.xml Index: samples/dynatablerf/pom.xml =================================================================== --- samples/dynatablerf/pom.xml (revision 11052) +++ samples/dynatablerf/pom.xml (working copy) @@ -13,7 +13,7 @@ <properties> <!-- Convenience property to set the GWT version --> - <gwtVersion>2.4.0</gwtVersion> + <gwtVersion>2.5.0-rc1</gwtVersion> <!-- GWT needs at least java 1.6 --> <maven.compiler.source>1.6</maven.compiler.source> Index: samples/expenses/pom.xml =================================================================== --- samples/expenses/pom.xml (revision 11052) +++ samples/expenses/pom.xml (working copy) @@ -8,7 +8,7 @@ <version>0.1.0.BUILD-SNAPSHOT</version> <name>expenses</name> <properties> - <gwt.version>2.4.0</gwt.version> + <gwt.version>2.5.0-rc1</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> Index: samples/mobilewebapp/pom.xml =================================================================== --- samples/mobilewebapp/pom.xml (revision 11052) +++ samples/mobilewebapp/pom.xml (working copy) @@ -11,7 +11,7 @@ <properties> <!-- Convenience property to set the GWT version --> - <gwtVersion>2.4.0</gwtVersion> + <gwtVersion>2.5.0-rc1</gwtVersion> <!-- GWT needs at least java 1.6 --> <maven.compiler.source>1.6</maven.compiler.source> Index: samples/validation/pom.xml =================================================================== --- samples/validation/pom.xml (revision 11052) +++ samples/validation/pom.xml (working copy) @@ -11,7 +11,7 @@ <properties> <!-- Convenience property to set the GWT version --> - <gwtVersion>2.4.0</gwtVersion> + <gwtVersion>2.5.0-rc1</gwtVersion> <!-- GWT needs at least java 1.6 --> <maven.compiler.source>1.6</maven.compiler.source> -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
