diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 22:19:51 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 22:19:51 +0000 |
commit | c5a8eba377665fc9d31c849cb57cab59960723b0 (patch) | |
tree | b9bbf401d957571e31e8bb96ee76518ae28f204f /pom.xml | |
parent | d90b22d1ecb2c0eaafe62bc422fa27985d22edd4 (diff) | |
download | gwtquery-c5a8eba377665fc9d31c849cb57cab59960723b0.tar.gz gwtquery-c5a8eba377665fc9d31c849cb57cab59960723b0.zip |
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M2
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-M2-SNAPSHOT</version> + <version>1.0.0-M2</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-M2 </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0-M2 </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-M2</url> </scm> <modules> |