aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 14:43:51 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 14:43:51 +0000
commitc070cb4932a3f2e4fa783a1c9a756025bfb89323 (patch)
tree3cae0bec483c6e55633a5cb987271e7e03171312 /pom.xml
parenta8c4c548faff9e0bf6c84abec80cd9e1e0cf4753 (diff)
downloadgwtquery-c070cb4932a3f2e4fa783a1c9a756025bfb89323.tar.gz
gwtquery-c070cb4932a3f2e4fa783a1c9a756025bfb89323.zip
Change default gwt version to 2.2.0, a classifier will be produced for 2.0.0 compatibility
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1fd17968..c7ae4c38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<modules>
<module>gwtquery-core</module>
- <module>gwtquery-core-2.2.0</module>
+ <module>gwtquery-core-2.0.0</module>
<!-- <module>samples</module> -->
<!-- <module>devtest</module> -->
</modules>
@@ -159,11 +159,11 @@
</repositories>
<properties>
- <gwtversion>2.1.1</gwtversion>
+ <gwtversion>2.2.0</gwtversion>
<gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle>
<gwt.modulesuffix />
- <gwtmaven>2.1.0-1</gwtmaven>
+ <gwtmaven>2.2.0</gwtmaven>
<repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl>
<repoId>sonatype-nexus-snapshots</repoId>
<repoUniqueVers>false</repoUniqueVers>