diff options
author | Manolo Carrasco <manolo@apache.org> | 2012-09-12 14:53:21 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2012-09-12 14:53:21 +0000 |
commit | 2e1615c4f99f99f3b9ed0ab5d5ca19970648637b (patch) | |
tree | 81393f7bb73a52bed72804444fdc41ac9d27a1d5 /archetype/src/main/resources | |
parent | 67b0de39097df88437d0ddc484eae4d7f0a45dd0 (diff) | |
download | gwtquery-2e1615c4f99f99f3b9ed0ab5d5ca19970648637b.tar.gz gwtquery-2e1615c4f99f99f3b9ed0ab5d5ca19970648637b.zip |
Set gwt version to 2.5.0-rc1 which is the one we should develop for
Diffstat (limited to 'archetype/src/main/resources')
-rw-r--r-- | archetype/src/main/resources/archetype-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 6a8fd8d4..d0de9573 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -13,7 +13,7 @@ <maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<gQueryVersion>1.1.0</gQueryVersion>
- <gwtversion>2.4.0</gwtversion>
+ <gwtversion>2.5.0-rc1</gwtversion>
<gwtmaven>2.4.0</gwtmaven>
</properties>
|