diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-03-14 17:59:29 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-03-14 17:59:29 +0100 |
commit | f5c751db242879cff3eccf775d6442cf36ae2705 (patch) | |
tree | 1315b171df9ac41fcd11f0af6486508a0cfa3b73 /pom.xml | |
parent | d8103d128beae7c038fd94631f286c15ad504241 (diff) | |
download | gwtquery-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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |