diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 14:43:51 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 14:43:51 +0000 |
commit | c070cb4932a3f2e4fa783a1c9a756025bfb89323 (patch) | |
tree | 3cae0bec483c6e55633a5cb987271e7e03171312 /pom.xml | |
parent | a8c4c548faff9e0bf6c84abec80cd9e1e0cf4753 (diff) | |
download | gwtquery-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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |