diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-11-21 11:27:48 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-11-21 11:27:48 +0000 |
commit | 5c7efe65ad3f90117b74bf1c6eaa9c3e48ee9f92 (patch) | |
tree | 3a88719f99ced63f965836b8c8ac52473ebfdff2 /archetype | |
parent | fc8dfc5c5da78d69da360e2213cc1f4f2af7710c (diff) | |
download | gwtquery-5c7efe65ad3f90117b74bf1c6eaa9c3e48ee9f92.tar.gz gwtquery-5c7efe65ad3f90117b74bf1c6eaa9c3e48ee9f92.zip |
[maven-release-plugin] prepare release gquery-archetype-0.3
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> |