| commit | 074a3682f9f0616115884c0c68c23b8692db319d | [log] [tgz] |
|---|---|---|
| author | mdempsky@google.com <mdempsky@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 05 23:29:00 2013 +0000 |
| committer | mdempsky@google.com <mdempsky@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 05 23:29:00 2013 +0000 |
| tree | fad9502d239a34d0dfc92e36be3e3fcd2ea1ad0d | |
| parent | 97f64d6aa4620075177ce3c0d157c34a45c8f0c8 [diff] |
bump pom.xml versions to 2.5.1 Change-Id: I00599828dc2e98ec8d8ff0f6e8d0b2720ac1efbf Review-Link: https://gwt-review.googlesource.com/#/c/2140/ Review by: skybrian@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11544 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/dynatablerf/pom.xml b/samples/dynatablerf/pom.xml index d1acf61..9e4058e 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</gwtVersion> + <gwtVersion>2.5.1</gwtVersion> <!-- GWT needs at least java 1.6 --> <maven.compiler.source>1.6</maven.compiler.source>
diff --git a/samples/mobilewebapp/pom.xml b/samples/mobilewebapp/pom.xml index 4f86875..961fdce 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</gwtVersion> + <gwtVersion>2.5.1</gwtVersion> <!-- GWT needs at least java 1.6 --> <maven.compiler.source>1.6</maven.compiler.source>
diff --git a/samples/validation/pom.xml b/samples/validation/pom.xml index 18fa02c..6116441 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</gwtVersion> + <gwtVersion>2.5.1</gwtVersion> <!-- GWT needs at least java 1.6 --> <maven.compiler.source>1.6</maven.compiler.source>