<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>devtest</artifactId>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>gwtquery</artifactId>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<name>GwtQuery Samples</name>
<style>${gwt.outputstyle}</style>
<gwtVersion>${gwtversion}</gwtVersion>
<compileReport>true</compileReport>
+ <!-- <disableClassMetadata>true</disableClassMetadata> -->
+ <disableCastChecking>true</disableCastChecking>
<modules>
+ <module>gwtquery.samples.GwtQueryImageZoom</module>
<module>gwtquery.samples.GwtQueryBench</module>
<module>gwtquery.samples.JsCollectionVsJavaCollection</module>
<module>gwtquery.samples.GwtQuerySample</module>