aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2012-09-12 14:53:21 +0000
committerManolo Carrasco <manolo@apache.org>2012-09-12 14:53:21 +0000
commit2e1615c4f99f99f3b9ed0ab5d5ca19970648637b (patch)
tree81393f7bb73a52bed72804444fdc41ac9d27a1d5 /pom.xml
parent67b0de39097df88437d0ddc484eae4d7f0a45dd0 (diff)
downloadgwtquery-2e1615c4f99f99f3b9ed0ab5d5ca19970648637b.tar.gz
gwtquery-2e1615c4f99f99f3b9ed0ab5d5ca19970648637b.zip
Set gwt version to 2.5.0-rc1 which is the one we should develop for
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 571daac3..c32d100f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
</scm>
<modules>
- <module>gwtquery-core</module>
+ <!-- <module>gwtquery-core</module> -->
<!-- <module>gwtquery-core-2.1.0</module> -->
<!-- <module>gwtquery-core-2.0.1</module> -->
<!-- <module>samples</module> -->
@@ -153,6 +153,10 @@
</snapshots>
</repository>
<repository>
+ <id>gwtquery-plugins</id>
+ <url>http://gwtquery-plugins.googlecode.com/svn/mavenrepo</url>
+ </repository>
+ <repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
@@ -160,7 +164,8 @@
</repositories>
<properties>
- <gwtversion>2.4.0</gwtversion>
+ <!-- <gwtversion>2.4.0-dollarpatch</gwtversion> -->
+ <gwtversion>2.5.0-rc1</gwtversion>
<gwtmaven>2.4.0</gwtmaven>
<gqueryclassifier />
<gwt.loglevel>INFO</gwt.loglevel>