aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-02-14 16:31:16 +0000
committerManolo Carrasco <manolo@apache.org>2011-02-14 16:31:16 +0000
commit923adcedf380a359036d422027fa44e74d18f01f (patch)
tree611f3a17524478c8404aea1c23cdaecdc2af1ad9 /pom.xml
parent8948f8d8b3070e46549f5540ef92a172ba5d1bfb (diff)
downloadgwtquery-923adcedf380a359036d422027fa44e74d18f01f.tar.gz
gwtquery-923adcedf380a359036d422027fa44e74d18f01f.zip
Use gwt 2.2.0 to test issue#66
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ae75571e..d7032e12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
<modules>
<module>gwtquery-core</module>
- <!-- <module>samples</module> -->
+ <module>samples</module>
<!-- <module>devtest</module> -->
</modules>
@@ -149,10 +149,14 @@
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
+ <repository>
+ <id>gwt-2.2.0-temporal</id>
+ <url>http://oss.sonatype.org/content/repositories/comgoogle-108</url>
+ </repository>
</repositories>
<properties>
- <gwtversion>2.1.1</gwtversion>
+ <gwtversion>2.2.0</gwtversion>
<gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle>
<gwt.modulesuffix></gwt.modulesuffix>