diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-10-19 22:37:22 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-10-19 22:37:22 +0000 |
commit | abd7ff125f0c597919378693dd7a94b3a862bb5b (patch) | |
tree | d11006982e3d520180034a0195d5d177d0249352 /pom.xml | |
parent | 4ad31110effe8f36f547357bf15cff482c70e62d (diff) | |
download | gwtquery-abd7ff125f0c597919378693dd7a94b3a862bb5b.tar.gz gwtquery-abd7ff125f0c597919378693dd7a94b3a862bb5b.zip |
[maven-release-plugin] prepare for next development iteration
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</version> + <version>1.1.1-SNAPSHOT</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/tags/gwtquery-project-1.1.0 + <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk </connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.1.0 + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk </developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-1.1.0</url> + <url>http://code.google.com/p/gwtquery/source/browse/trunk</url> </scm> <modules> |