diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 09:06:05 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 09:06:05 +0000 |
commit | a351439f13fb51f2d18abcb7d16671f210f8da94 (patch) | |
tree | e52deaec794fee96412def2868e55a72b77f9213 | |
parent | 63ac8edf50f682139c4b4ada70409d2cb11ac077 (diff) | |
download | gwtquery-a351439f13fb51f2d18abcb7d16671f210f8da94.tar.gz gwtquery-a351439f13fb51f2d18abcb7d16671f210f8da94.zip |
prepare 2.2.0 classifier for maven release
-rw-r--r-- | gwtquery-core-2.2.0/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml index b5071d63..ca85cc46 100644 --- a/gwtquery-core-2.2.0/pom.xml +++ b/gwtquery-core-2.2.0/pom.xml @@ -4,13 +4,14 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> <artifactId>2.2.0</artifactId> <packaging>jar</packaging> <name>Gwt Query Core API for gwt-${artifactId}</name> + <version>1.0.0-SNAPSHOT</version> <dependencies> <dependency> |