diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-02-14 17:51:39 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-02-14 17:51:39 +0000 |
commit | 583dc3fed4f79bd7fc8a944a1b82b24257ec47f6 (patch) | |
tree | f188229f3771239b4272c0ea1edd339f24c30e0a /pom.xml | |
parent | 036bd1f7938afc30fe4243dbf347c083dfa5bf63 (diff) | |
download | gwtquery-583dc3fed4f79bd7fc8a944a1b82b24257ec47f6.tar.gz gwtquery-583dc3fed4f79bd7fc8a944a1b82b24257ec47f6.zip |
Produce a gwt artifact with different classifier for gwt-2.2.0. Fixes issue#66
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,6 +60,7 @@ <modules> <module>gwtquery-core</module> + <module>gwtquery-core-2.2.0</module> <module>samples</module> <!-- <module>devtest</module> --> </modules> @@ -156,7 +157,7 @@ </repositories> <properties> - <gwtversion>2.2.0</gwtversion> + <gwtversion>2.1.1</gwtversion> <gwt.loglevel>INFO</gwt.loglevel> <gwt.outputstyle>OBF</gwt.outputstyle> <gwt.modulesuffix></gwt.modulesuffix> |