diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2008-06-04 00:03:57 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2008-06-04 00:03:57 +0000 |
commit | 7cae4b59625a7b8226f804d2c1af98d5f4964ec5 (patch) | |
tree | dc32a90e065b8becf90d68364c2713897a2b6d98 /pom.xml | |
parent | 4930428e3ac1ee7e78fa6fa889ff6df3b9a0dba4 (diff) | |
download | gwtquery-7cae4b59625a7b8226f804d2c1af98d5f4964ec5.tar.gz gwtquery-7cae4b59625a7b8226f804d2c1af98d5f4964ec5.zip |
[maven-release-plugin] prepare release gwtquery-project-0.2
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-SNAPSHOT</version> + <version>0.2</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/trunk</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> + <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> </scm> <modules> |