diff options
author | Julien Dramaix <julien.dramaix@gmail.com> | 2011-05-01 21:31:47 +0000 |
---|---|---|
committer | Julien Dramaix <julien.dramaix@gmail.com> | 2011-05-01 21:31:47 +0000 |
commit | 9e38257feb64be7cd690cd9356e0677bb503a035 (patch) | |
tree | 459791c72f9ca0b460f8e7ff3baa03282fc1b0d9 | |
parent | 009551373c0cdd79a8faaa0e312e327614613430 (diff) | |
download | gwtquery-9e38257feb64be7cd690cd9356e0677bb503a035.tar.gz gwtquery-9e38257feb64be7cd690cd9356e0677bb503a035.zip |
prepare first release
-rw-r--r-- | gwtquery-core-2.2.0/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml index b5071d63..1418634a 100644 --- a/gwtquery-core-2.2.0/pom.xml +++ b/gwtquery-core-2.2.0/pom.xml @@ -4,7 +4,7 @@ <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> diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 5fe5f0ac..a2f589f2 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>gwtquery</artifactId> @@ -5,7 +5,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> |