diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-07 13:23:03 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-07 13:23:03 +0100 |
commit | 52d60cb2fc0e0e071977335c71e1ec26df21eae4 (patch) | |
tree | 4acb5161ff51ee2f95e284d324b40533bebaf527 /gwtquery-core | |
parent | ed3a53964d50f661b798f8a20f249808cfd5a12e (diff) | |
download | gwtquery-52d60cb2fc0e0e071977335c71e1ec26df21eae4.tar.gz gwtquery-52d60cb2fc0e0e071977335c71e1ec26df21eae4.zip |
Setting version to next snapshot iteration
Diffstat (limited to 'gwtquery-core')
-rw-r--r-- | gwtquery-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index e6ac1316..38a404d6 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,12 +3,12 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <artifactId>gwtquery</artifactId> <packaging>jar</packaging> - <version>1.3.1</version> + <version>1.3.2-SNAPSHOT</version> <name>Gwt Query Core API</name> <url>http://gwtquery.com</url> <dependencies> |