Revision: 9691
Author: [email protected]
Date: Tue Feb  8 11:03:03 2011
Log: Bump samples/expenses/pom.xml version number

Review at http://gwt-code-reviews.appspot.com/1329803

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9691

Modified:
 /trunk/samples/expenses/pom.xml
 /trunk/tools/scripts/maven_script.sh

=======================================
--- /trunk/samples/expenses/pom.xml     Wed Jan 26 13:12:30 2011
+++ /trunk/samples/expenses/pom.xml     Tue Feb  8 11:03:03 2011
@@ -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>
=======================================
--- /trunk/tools/scripts/maven_script.sh        Wed Jan 26 13:12:30 2011
+++ /trunk/tools/scripts/maven_script.sh        Tue Feb  8 11:03:03 2011
@@ -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

Reply via email to