diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-02-16 09:40:42 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-02-16 09:40:42 +0000 |
commit | d7954799583a7f40f76d09788e0d418ed4412d64 (patch) | |
tree | 1f11ad181fa653e4c7625602bf15262b8f69cfd7 | |
parent | a47dc70ba39b0dc48640cfef581542c29e745ef8 (diff) | |
download | gwtquery-d7954799583a7f40f76d09788e0d418ed4412d64.tar.gz gwtquery-d7954799583a7f40f76d09788e0d418ed4412d64.zip |
[maven-release-plugin] prepare release gquery-archetype-0.4
-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 2048c986..9fc97612 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.4-SNAPSHOT</version> + <version>0.4</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.4</connection> + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gquery-archetype-0.4</developerConnection> + <url>http://code.google.com/p/gwtquery/source/browse/tags/gquery-archetype-0.4</url> </scm> <developers> |