diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-05 16:49:25 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-05 16:49:25 +0000 |
commit | 1e596285ae990882018962ac39a666b1e4c30407 (patch) | |
tree | 63ff7a7a0afd74f9198cd772d39d32554c41fa3e /archetype | |
parent | 07bc55e4fd57586be4bc7f2adc18231f74b7a537 (diff) | |
download | gwtquery-1e596285ae990882018962ac39a666b1e4c30407.tar.gz gwtquery-1e596285ae990882018962ac39a666b1e4c30407.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 c4cdc349..4c0277e9 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.0.0</version> + <version>1.0.0-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> @@ -16,9 +16,9 @@ </parent> <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/1.0.0-M1</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/1.0.0-M1</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/tags/1.0.0-M1</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> |