<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gquery-archetype</artifactId>
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.3</version>
<packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.3</version>
</parent>
<!-- valid emulations are FF17 IE8 IE9 Chrome, but only FF17 works. -->
<gwt.test.htmlunit>FF17</gwt.test.htmlunit>
<gwt.test.default>-ea -out ${basedir}/target/gwt-junit -checkAssertions</gwt.test.default>
- <gwt.args></gwt.args>
+ <gwt.args />
</properties>
<profiles>
<profile>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.3</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>