diff options
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 720c87ab..a9adfada 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.3-SNAPSHOT</version> + <version>0.3</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/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> + <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gquery-archetype-0.3</connection> + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gquery-archetype-0.3</developerConnection> + <url>http://code.google.com/p/gwtquery/source/browse/tags/gquery-archetype-0.3</url> </scm> <developers> |