diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-10-19 21:08:16 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-10-19 21:08:16 +0000 |
commit | c5a7eb0fdf7d3f0c2357ad7b385d6e8d3194c53a (patch) | |
tree | 87ad7d7a4896cbe6046c8e23df50c237adb70fd1 /pom.xml | |
parent | f0126124b9396179d1c8a0d8567a6994c9fa8f3e (diff) | |
download | gwtquery-c5a7eb0fdf7d3f0c2357ad7b385d6e8d3194c53a.tar.gz gwtquery-c5a7eb0fdf7d3f0c2357ad7b385d6e8d3194c53a.zip |
[maven-release-plugin] prepare release gwtquery-project-1.1.0
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</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 </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.1.0 </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</url> </scm> <modules> |