aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 15:45:37 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 15:45:37 +0000
commit6b15b1b1ddd207ef6e31aa8f7c6b4ab2706e122c (patch)
tree5ba07b33c838b6c0f154d0d119b960968ac5ca68
parent28210e497d9d107877dc3d444f4d5d819acda940 (diff)
downloadgwtquery-6b15b1b1ddd207ef6e31aa8f7c6b4ab2706e122c.tar.gz
gwtquery-6b15b1b1ddd207ef6e31aa8f7c6b4ab2706e122c.zip
[maven-release-plugin] prepare for next development iteration
-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.xml8
4 files changed, 7 insertions, 7 deletions
diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml
index 0d777151..15348f29 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-M1</version>
+ <version>1.0.0-M2-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 d670a65d..edef75e9 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-M1</version>
+ <version>1.0.0-M2-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 fcbac1f5..d5377f83 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-M1</version>
+ <version>1.0.0-M2-SNAPSHOT</version>
</parent>
<artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index f63f65c1..0c2222e7 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-M1</version>
+ <version>1.0.0-M2-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>
@@ -57,11 +57,11 @@
</developers>
<scm>
- <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0-M1
+ <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk
</connection>
- <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0-M1
+ <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk
</developerConnection>
- <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-1.0.0-M1</url>
+ <url>http://code.google.com/p/gwtquery/source/browse/trunk</url>
</scm>
<modules>