diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-07-31 08:11:47 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-07-31 08:11:47 +0000 |
commit | ebd6b2c1fe30ce136962ebaf93140947ff5135b6 (patch) | |
tree | 50a696977f250465d99f27d52ce615e8fcad78e5 /archetype | |
parent | 7245b621719b32622aa03059839d0bfc00f19981 (diff) | |
download | gwtquery-ebd6b2c1fe30ce136962ebaf93140947ff5135b6.tar.gz gwtquery-ebd6b2c1fe30ce136962ebaf93140947ff5135b6.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 1a6e7b3b..720c87ab 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.2</version> + <version>0.3-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>This archetype generates a Gwt project with GwtQuery</name> @@ -15,9 +15,9 @@ </parent> <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gquery-archetype-0.2</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gquery-archetype-0.2</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/tags/gquery-archetype-0.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> |