diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-03-06 20:38:26 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-03-06 20:38:26 +0000 |
commit | df1720caf30a1f3bb7857c81ff5602a737e4a2ca (patch) | |
tree | 443d51c41aa96d0fac2520e97111834e25111aad /archetype | |
parent | 4e22fcd7a2b1c50d5c1c48e98dbf6d6c602d4a53 (diff) | |
download | gwtquery-df1720caf30a1f3bb7857c81ff5602a737e4a2ca.tar.gz gwtquery-df1720caf30a1f3bb7857c81ff5602a737e4a2ca.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 8ff0020e..5b9be7d8 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>0.5</version> + <version>0.6-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> <description>This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins</description> @@ -17,9 +17,9 @@ </parent> <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gquery-archetype-0.5</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gquery-archetype-0.5</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/tags/gquery-archetype-0.5</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> |