aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Dramaix <julien.dramaix@gmail.com>2011-05-01 21:31:47 +0000
committerJulien Dramaix <julien.dramaix@gmail.com>2011-05-01 21:31:47 +0000
commit9e38257feb64be7cd690cd9356e0677bb503a035 (patch)
tree459791c72f9ca0b460f8e7ff3baa03282fc1b0d9
parent009551373c0cdd79a8faaa0e312e327614613430 (diff)
downloadgwtquery-9e38257feb64be7cd690cd9356e0677bb503a035.tar.gz
gwtquery-9e38257feb64be7cd690cd9356e0677bb503a035.zip
prepare first release
-rw-r--r--gwtquery-core-2.2.0/pom.xml2
-rw-r--r--gwtquery-core/pom.xml2
-rw-r--r--pom.xml2
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>
diff --git a/pom.xml b/pom.xml
index c6e2a1b0..ae2a80e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>