diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2008-06-04 00:08:35 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2008-06-04 00:08:35 +0000 |
commit | 85d77db936967e624b53171e2693424a532bd0fb (patch) | |
tree | 86f752885e85464e36b2988ed03fd93e27171433 /pom.xml | |
parent | 7cae4b59625a7b8226f804d2c1af98d5f4964ec5 (diff) | |
download | gwtquery-85d77db936967e624b53171e2693424a532bd0fb.tar.gz gwtquery-85d77db936967e624b53171e2693424a532bd0fb.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ <groupId>gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>0.2</version> + <version>0.3-SNAPSHOT</version> <name>GwtQuery Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> @@ -27,9 +27,9 @@ </developers> <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-0.2</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-0.2</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-0.2</url> + <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk</connection> + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk</developerConnection> + <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> </scm> <modules> |