diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-03-06 20:38:15 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-03-06 20:38:15 +0000 |
commit | 4e22fcd7a2b1c50d5c1c48e98dbf6d6c602d4a53 (patch) | |
tree | 428f2290433bc1189bded0d6b95e7250060c1a85 /archetype/pom.xml | |
parent | 0bdc3d31267ddf00d486a122d40e06b72a1ec4a7 (diff) | |
download | gwtquery-4e22fcd7a2b1c50d5c1c48e98dbf6d6c602d4a53.tar.gz gwtquery-4e22fcd7a2b1c50d5c1c48e98dbf6d6c602d4a53.zip |
[maven-release-plugin] prepare release gquery-archetype-0.5
Diffstat (limited to 'archetype/pom.xml')
-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 b6228449..8ff0020e 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-SNAPSHOT</version> + <version>0.5</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/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.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> </scm> <developers> |