diff options
author | Manolo Carrasco <manolo@apache.org> | 2014-06-12 10:46:43 +0200 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2014-06-12 10:54:37 +0200 |
commit | 65101f27def521a6c1081da057916b50a290c444 (patch) | |
tree | ee8651c34eda5df5d964a97474cfd3919a583bda /pom.xml | |
parent | e2a92239286341564538ac498d32c913e22be4e5 (diff) | |
download | gwtquery-65101f27def521a6c1081da057916b50a290c444.tar.gz gwtquery-65101f27def521a6c1081da057916b50a290c444.zip |
Increase snapshot versions. Include archetype module so as we deploy it at the same time than gquery.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ <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> @@ -64,6 +64,7 @@ <modules> <module>gwtquery-core</module> + <module>archetype</module> </modules> <pluginRepositories> |