diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 09:43:24 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 09:43:24 +0000 |
commit | 158dab3545a6e0d374bea6edace169eef0d802dd (patch) | |
tree | 53934a19a1a80728a22fd8bb43fad50ede9bf992 | |
parent | c2396a341b66031877ea6cc99991e619281be0b6 (diff) | |
download | gwtquery-158dab3545a6e0d374bea6edace169eef0d802dd.tar.gz gwtquery-158dab3545a6e0d374bea6edace169eef0d802dd.zip |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | gwtquery-core-2.2.0/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml index aff3b5b8..1ace50bf 100644 --- a/gwtquery-core-2.2.0/pom.xml +++ b/gwtquery-core-2.2.0/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0</version> + <version>1.0.1-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 9b71a6be..2d8559ab 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</version> + <version>1.0.1-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</version> + <version>1.0.1-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 + <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0 + <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</url> + <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> </scm> <modules> |