aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 16:19:10 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 16:19:10 +0000
commit7c04a368f1c65a9b53e5fb5503b7170720a84ba5 (patch)
tree39badea811bbb2ae2ecfcb0709112511e75799a1
parent03a66691cc3aa9c1bd6e31eefc723f3b4d4599d1 (diff)
downloadgwtquery-7c04a368f1c65a9b53e5fb5503b7170720a84ba5.tar.gz
gwtquery-7c04a368f1c65a9b53e5fb5503b7170720a84ba5.zip
rollback version number
-rw-r--r--gwtquery-core-2.0.1/pom.xml2
-rw-r--r--gwtquery-core-2.1.0/pom.xml2
-rw-r--r--gwtquery-core/pom.xml2
-rw-r--r--pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml
index 32b207b6..ec532670 100644
--- a/gwtquery-core-2.0.1/pom.xml
+++ b/gwtquery-core-2.0.1/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.0.0-M2-SNAPSHOT</version>
+ <version>1.0.0-M1-SNAPSHOT</version>
</parent>
<description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
diff --git a/gwtquery-core-2.1.0/pom.xml b/gwtquery-core-2.1.0/pom.xml
index 9b3c5295..779c8a63 100644
--- a/gwtquery-core-2.1.0/pom.xml
+++ b/gwtquery-core-2.1.0/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.0.0-M2-SNAPSHOT</version>
+ <version>1.0.0-M1-SNAPSHOT</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 d5377f83..eb20073e 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.0-M2-SNAPSHOT</version>
+ <version>1.0.0-M1-SNAPSHOT</version>
</parent>
<artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index 0c2222e7..65145599 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.0-M2-SNAPSHOT</version>
+ <version>1.0.0-M1-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>