aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-02-14 17:51:39 +0000
committerManolo Carrasco <manolo@apache.org>2011-02-14 17:51:39 +0000
commit583dc3fed4f79bd7fc8a944a1b82b24257ec47f6 (patch)
treef188229f3771239b4272c0ea1edd339f24c30e0a /pom.xml
parent036bd1f7938afc30fe4243dbf347c083dfa5bf63 (diff)
downloadgwtquery-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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d7032e12..7af88b3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>