diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-10-19 17:04:01 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-10-19 17:04:01 +0000 |
commit | 14844d12b7ccc0e8b503519c476b1067f3436beb (patch) | |
tree | 6c580df6271072bbf93d37c05613c819d05e5646 /pom.xml | |
parent | f0dcf5ef3d7dc73a232edc45fd0a9f1fe03993ce (diff) | |
download | gwtquery-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.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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> |