aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-03-14 17:59:29 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-03-14 17:59:29 +0100
commitf5c751db242879cff3eccf775d6442cf36ae2705 (patch)
tree1315b171df9ac41fcd11f0af6486508a0cfa3b73 /pom.xml
parentd8103d128beae7c038fd94631f286c15ad504241 (diff)
downloadgwtquery-f5c751db242879cff3eccf775d6442cf36ae2705.tar.gz
gwtquery-f5c751db242879cff3eccf775d6442cf36ae2705.zip
Implementation of prop methods so as we can read any property from any JSO and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1
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 92847895..ad720161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<!-- <module>gwtquery-core-2.1.0</module> -->
<!-- <module>gwtquery-core-2.0.1</module> -->
<!-- <module>samples</module> -->
- <!-- <module>devtest</module> -->
+ <module>devtest</module>
</modules>
<pluginRepositories>
@@ -148,8 +148,8 @@
<properties>
<!-- <gwtversion>2.4.0-dollarpatch</gwtversion> -->
- <gwtversion>2.5.0</gwtversion>
- <gwtmaven>2.5.0</gwtmaven>
+ <gwtversion>2.5.1</gwtversion>
+ <gwtmaven>2.5.1-rc1</gwtmaven>
<gqueryclassifier />
<gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle>