aboutsummaryrefslogtreecommitdiffstats
path: root/archetype
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-05 16:49:12 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-05 16:49:12 +0000
commit07bc55e4fd57586be4bc7f2adc18231f74b7a537 (patch)
treea5eb9c0087ab57b78506c72c13ab74767c521602 /archetype
parentade287bfd71b03e6b1f8ce5aeeba85d5cc191703 (diff)
downloadgwtquery-07bc55e4fd57586be4bc7f2adc18231f74b7a537.tar.gz
gwtquery-07bc55e4fd57586be4bc7f2adc18231f74b7a537.zip
[maven-release-plugin] prepare release 1.0.0-M1
Diffstat (limited to 'archetype')
-rw-r--r--archetype/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 4c0277e9..c4cdc349 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-SNAPSHOT</version>
+ <version>1.0.0</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/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/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>
</scm>
<developers>