aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-10-19 17:04:01 +0000
committerManolo Carrasco <manolo@apache.org>2011-10-19 17:04:01 +0000
commit14844d12b7ccc0e8b503519c476b1067f3436beb (patch)
tree6c580df6271072bbf93d37c05613c819d05e5646 /pom.xml
parentf0dcf5ef3d7dc73a232edc45fd0a9f1fe03993ce (diff)
downloadgwtquery-14844d12b7ccc0e8b503519c476b1067f3436beb.tar.gz
gwtquery-14844d12b7ccc0e8b503519c476b1067f3436beb.zip
Use gwt 2.4.0, remove 2.2.0 permutation since 2.4.0 works
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 68147286..71ddbc71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,6 @@
<modules>
<module>gwtquery-core</module>
- <module>gwtquery-core-2.2.0</module>
<module>gwtquery-core-2.1.0</module>
<module>gwtquery-core-2.0.1</module>
<!-- <module>samples</module> -->
@@ -161,8 +160,8 @@
</repositories>
<properties>
- <gwtversion>2.3.0</gwtversion>
- <gwtmaven>2.3.0</gwtmaven>
+ <gwtversion>2.4.0</gwtversion>
+ <gwtmaven>2.4.0</gwtmaven>
<gqueryclassifier />
<gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle>