diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-05 16:07:25 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-05 16:07:25 +0000 |
commit | 2db9a475428b2b25dbe06c99eefbcb0cf591521b (patch) | |
tree | 28cdeeb51ad3116db08fb322e2e1495bdf291c67 /pom.xml | |
parent | cf9d678343b1bc9230dfbada371ea04a8d233285 (diff) | |
download | gwtquery-2db9a475428b2b25dbe06c99eefbcb0cf591521b.tar.gz gwtquery-2db9a475428b2b25dbe06c99eefbcb0cf591521b.zip |
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M3
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.0.0-M3-SNAPSHOT</version> + <version>1.0.0-M3</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.0.0-M3 </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0-M3 </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.0.0-M3</url> </scm> <modules> |