diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-10-20 22:56:32 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-10-20 22:56:32 +0000 |
commit | 63b880578669f7691f9b2b4f76c867e60ae4a597 (patch) | |
tree | ffac53f8cb55cc3f04777892649f493322eaca2f /archetype | |
parent | 10f43cae80c614abb3365ba6f53e172552265d8c (diff) | |
download | gwtquery-63b880578669f7691f9b2b4f76c867e60ae4a597.tar.gz gwtquery-63b880578669f7691f9b2b4f76c867e60ae4a597.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'archetype')
-rw-r--r-- | archetype/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index 55591846..1401b7f4 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gquery-archetype</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> @@ -18,9 +18,9 @@ <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gquery-archetype-1.1.2</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gquery-archetype-1.1.2</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/tags/gquery-archetype-1.1.2</url> + <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk/archetype</connection> + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk/archetype</developerConnection> + <url>http://code.google.com/p/gwtquery/source/browse/trunk/archetype</url> </scm> <developers> |