Reviewers: drfibonacci,
Description:
Bump samples/expenses/pom.xml version number
Please review this at http://gwt-code-reviews.appspot.com/1329803/show
Affected files:
M samples/expenses/pom.xml
M tools/scripts/maven_script.sh
Index: samples/expenses/pom.xml
===================================================================
--- samples/expenses/pom.xml (revision 9683)
+++ samples/expenses/pom.xml (working copy)
@@ -7,7 +7,7 @@
<version>0.1.0.BUILD-SNAPSHOT</version>
<name>expenses</name>
<properties>
- <gwt.version>2.2-rc1</gwt.version>
+ <gwt.version>2.2.0</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: tools/scripts/maven_script.sh
===================================================================
--- tools/scripts/maven_script.sh (revision 9683)
+++ tools/scripts/maven_script.sh (working copy)
@@ -15,7 +15,7 @@
# the License.
MAVEN_REPO=${MAVEN_REPO:-"~/.m2/repository"}
-GWT_VERSION=${GWT_VERSION:-"2.2-rc1"}
+GWT_VERSION=${GWT_VERSION:-"2.2.0"}
GWT_DIR=${GWT_DIR:-"build/lib"}
echo "Pushing GWT jars from ${GWT_DIR} into local maven repo with version
${GWT_VERSION}."
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors