diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-07-17 11:25:10 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-07-17 11:25:10 +0000 |
commit | 2c610932259d2421fdf3dbad105fe352136dc19b (patch) | |
tree | 6c370e2f3f7f6b22730c5b8192f2fe788cdd7512 /gwtquery-core/pom.xml | |
parent | 1bcbc8a1033233159f1920e176827c4cf9035fd7 (diff) | |
download | gwtquery-2c610932259d2421fdf3dbad105fe352136dc19b.tar.gz gwtquery-2c610932259d2421fdf3dbad105fe352136dc19b.zip |
fix dequeue
Diffstat (limited to 'gwtquery-core/pom.xml')
-rw-r--r-- | gwtquery-core/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 84f7c690..74453eb7 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,9 +3,11 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.1-SNAPSHOT</version> + <!--<version>1.0.1-SNAPSHOT</version>--> + <version>1.0.1-M1</version> </parent> + <artifactId>gwtquery</artifactId> <packaging>jar</packaging> <name>Gwt Query Core API</name> |