diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-05 12:03:03 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-05 12:03:03 +0000 |
commit | 8c85752c3d41128d037a0b83d9914fe7c92141fd (patch) | |
tree | f93b299b8ab994eec12dec849d4d7f690c63e1b0 | |
parent | b81c7272bc826aa46739d7c6969f194869458498 (diff) | |
download | gwtquery-8c85752c3d41128d037a0b83d9914fe7c92141fd.tar.gz gwtquery-8c85752c3d41128d037a0b83d9914fe7c92141fd.zip |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | gwtquery-core-2.0.1/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core-2.1.0/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core-2.3.0/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 8 |
5 files changed, 8 insertions, 8 deletions
diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 6db60e07..f04f9287 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-M3</version> + <version>1.0.0-M4-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 76c75dee..13264b9e 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-M3</version> + <version>1.0.0-M4-SNAPSHOT</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> diff --git a/gwtquery-core-2.3.0/pom.xml b/gwtquery-core-2.3.0/pom.xml index 0571a367..18995197 100644 --- a/gwtquery-core-2.3.0/pom.xml +++ b/gwtquery-core-2.3.0/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-M3</version> + <version>1.0.0-M4-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 71a6bad3..355f3b71 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-M3</version> + <version>1.0.0-M4-SNAPSHOT</version> </parent> <artifactId>gwtquery</artifactId> @@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.0.0-M3</version> + <version>1.0.0-M4-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-M3 + <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0-M3 + <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-M3</url> + <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> </scm> <modules> |