diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2014-03-10 08:32:44 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2014-03-10 08:32:44 +0100 |
commit | 83f7c26cfdcd19a079a88a7c7803f9e5f334c4bb (patch) | |
tree | e68e3e851d4eb6ea781a55300778f9e959914aa4 /gwtquery-core | |
parent | e7e08ff29493f5e9762b52484d7b234c14f05ad2 (diff) | |
download | gwtquery-83f7c26cfdcd19a079a88a7c7803f9e5f334c4bb.tar.gz gwtquery-83f7c26cfdcd19a079a88a7c7803f9e5f334c4bb.zip |
Changing versio so as we can release 1.4.1
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 1514e2e5..31aede2d 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.4.1-SNAPSHOT</version> + <version>1.4.1</version> </parent> <artifactId>gwtquery</artifactId> <packaging>jar</packaging> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> <name>Gwt Query Core API</name> <url>http://gquery.org</url> <dependencies> |