<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gquery-archetype</artifactId>
- <version>1.4.2</version>
+ <version>1.4.3-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
- <gQueryVersion>1.4.2</gQueryVersion>
+ <gQueryVersion>1.4.3-SNAPSHOT</gQueryVersion>
<gwtversion>2.6.1</gwtversion>
- <gwtmaven>2.6.0</gwtmaven>
+ <gwtmaven>2.6.1</gwtmaven>
</properties>
<repositories>
echo $V $i
done
-perl -pi -e "s;<gQueryVersion>$V</gQueryVersion>;<gQueryVersion>$1</gQueryVersion>;" \
+perl -pi -e "s;<gQueryVersion>.+</gQueryVersion>;<gQueryVersion>$1</gQueryVersion>;" \
archetype/src/main/resources/archetype-resources/pom.xml
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.1</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>devtest</artifactId>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.1</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>gwtquery</artifactId>
<packaging>jar</packaging>
- <version>1.4.2-SNAPSHOT</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.1</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<name>JsQuery</name>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>
<modules>
<module>gwtquery-core</module>
+ <module>archetype</module>
</modules>
<pluginRepositories>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.1</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<name>GwtQuery Samples</name>