<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gquery-archetype</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
- <gQueryVersion>1.4.0-SNAPSHOT</gQueryVersion>
+ <gQueryVersion>1.4.0</gQueryVersion>
<gwtversion>2.5.1</gwtversion>
<gwtmaven>2.5.1</gwtmaven>
</properties>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>devtest</artifactId>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>gwtquery</artifactId>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<name>Gwt Query Core API</name>
<url>http://gquery.org</url>
<dependencies>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<name>JsQuery</name>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<name>GwtQuery Samples</name>