diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-05-23 15:49:26 +0200 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-05-23 15:50:24 +0200 |
commit | 83288de9a24fd7f65e9e731c90cee1651f62bd85 (patch) | |
tree | c6df38547a4ed2395adb22ecafa111c1b444435a /pom.xml | |
parent | 178fffc506ebeda6a15bda5ad3bcb21782419385 (diff) | |
download | gwtquery-83288de9a24fd7f65e9e731c90cee1651f62bd85.tar.gz gwtquery-83288de9a24fd7f65e9e731c90cee1651f62bd85.zip |
Fix JsInterop in 2.8-SNAPSHOT
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -146,8 +146,8 @@ </repositories> <properties> - <gwtversion>2.7.0</gwtversion> - <gwtmaven>2.7.0</gwtmaven> + <gwtversion>2.8.0-SNAPSHOT</gwtversion> + <gwtmaven>2.8.0-SNAPSHOT</gwtmaven> <gqueryclassifier /> <gwt.loglevel>INFO</gwt.loglevel> <gwt.outputstyle>OBF</gwt.outputstyle> |