aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 09:22:27 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 09:22:27 +0000
commita84448e6ef902b7682fa8649155acf60ca6bac0c (patch)
tree64f042c5416ff2d4d95553a9c51efe6da1e2028f
parent7fe0fc1063dd3da773403ae7262ee564f1295e5a (diff)
downloadgwtquery-a84448e6ef902b7682fa8649155acf60ca6bac0c.tar.gz
gwtquery-a84448e6ef902b7682fa8649155acf60ca6bac0c.zip
prepare poms again to re-run mvn release
-rw-r--r--gwtquery-core-2.2.0/pom.xml3
-rw-r--r--gwtquery-core/pom.xml2
-rw-r--r--pom.xml2
3 files changed, 3 insertions, 4 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml
index ca85cc46..b5071d63 100644
--- a/gwtquery-core-2.2.0/pom.xml
+++ b/gwtquery-core-2.2.0/pom.xml
@@ -4,14 +4,13 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</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>
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 2d8559ab..c3f11458 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index ba6fb6a4..1571cc2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>