diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-03-15 16:33:06 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-03-15 16:33:06 +0100 |
commit | 61e090d43a06b6f7011eb65d6b35e96d905a5387 (patch) | |
tree | 34cdad35244e0a10d4cd24319f08777bcdac2106 /samples | |
parent | 7b9441681c9fb74aa88c04b2642dabc2d2b7e06d (diff) | |
download | gwtquery-61e090d43a06b6f7011eb65d6b35e96d905a5387.tar.gz gwtquery-61e090d43a06b6f7011eb65d6b35e96d905a5387.zip |
Changing version so as we can release gquery 1.3.2
Diffstat (limited to 'samples')
-rw-r--r-- | samples/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index 18a91e26..35fb7507 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2</version> </parent> <name>GwtQuery Samples</name> |