aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/pom.xml
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-03-15 16:33:06 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-03-15 16:33:06 +0100
commit61e090d43a06b6f7011eb65d6b35e96d905a5387 (patch)
tree34cdad35244e0a10d4cd24319f08777bcdac2106 /gwtquery-core/pom.xml
parent7b9441681c9fb74aa88c04b2642dabc2d2b7e06d (diff)
downloadgwtquery-61e090d43a06b6f7011eb65d6b35e96d905a5387.tar.gz
gwtquery-61e090d43a06b6f7011eb65d6b35e96d905a5387.zip
Changing version so as we can release gquery 1.3.2
Diffstat (limited to 'gwtquery-core/pom.xml')
-rw-r--r--gwtquery-core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 38a404d6..2d5c76f3 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.2-SNAPSHOT</version>
+ <version>1.3.2</version>
</parent>
<artifactId>gwtquery</artifactId>
<packaging>jar</packaging>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.2</version>
<name>Gwt Query Core API</name>
<url>http://gwtquery.com</url>
<dependencies>