diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-07 12:32:44 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-07 12:32:44 +0100 |
commit | b9f01a1e0a782d030794a85e6cdac69d4f41308c (patch) | |
tree | d793b5f2da9dedbcdaa36d14b94c1e49c40e8ea6 /gwtquery-core | |
parent | d3412c8671f65b78f145f8547ef7f0c5197f3d56 (diff) | |
download | gwtquery-b9f01a1e0a782d030794a85e6cdac69d4f41308c.tar.gz gwtquery-b9f01a1e0a782d030794a85e6cdac69d4f41308c.zip |
Setting pom version to last stable one so as we can tag it
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 88bf45d6..e6ac1316 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.2.1-SNAPSHOT</version> + <version>1.3.1</version> </parent> <artifactId>gwtquery</artifactId> <packaging>jar</packaging> - <version>1.2.1-SNAPSHOT</version> + <version>1.3.1</version> <name>Gwt Query Core API</name> <url>http://gwtquery.com</url> <dependencies> |