diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 22:20:06 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 22:20:06 +0000 |
commit | 932cc39a2f3fc89675e58f50874f9cea48b43425 (patch) | |
tree | 06580028fdbd9beed00b820660d00220aade94a9 | |
parent | c5a8eba377665fc9d31c849cb57cab59960723b0 (diff) | |
download | gwtquery-932cc39a2f3fc89675e58f50874f9cea48b43425.tar.gz gwtquery-932cc39a2f3fc89675e58f50874f9cea48b43425.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/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 8 |
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 5e6f1ade..a9519db3 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</version> + <version>1.0.0-M3-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 6ca0d8cd..698e04f7 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</version> + <version>1.0.0-M3-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 3d6862cd..ab1ab042 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</version> + <version>1.0.0-M3-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-M2</version> + <version>1.0.0-M3-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-M2 + <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0-M2 + <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-M2</url> + <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> </scm> <modules> |