diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-10-19 20:44:08 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-10-19 20:44:08 +0000 |
commit | 7e032607ca0108a7965fc6eb35b15d71ca25ce6b (patch) | |
tree | 8b290d66c5955404116b97baf921531a724305d2 /pom.xml | |
parent | 4f17eb883efd120ec2c4578784e6213e4c580348 (diff) | |
download | gwtquery-7e032607ca0108a7965fc6eb35b15d71ca25ce6b.tar.gz gwtquery-7e032607ca0108a7965fc6eb35b15d71ca25ce6b.zip |
[maven-release-plugin] prepare release gwtquery-project-1.1.0-M1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0-M1</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/trunk + <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.1.0-M1 </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.1.0-M1 </developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> + <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-1.1.0-M1</url> </scm> <modules> |