aboutsummaryrefslogtreecommitdiffstats
path: root/archetype/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-10-15 21:30:46 +0000
committerManolo Carrasco <manolo@apache.org>2011-10-15 21:30:46 +0000
commit9963b56e06c28f823c41d3ab6a32c4fa4898c2a3 (patch)
treef3ec2a2cb0ed5b79126c10dd4371298d5f594c6e /archetype/pom.xml
parentb850cc9b39edda8e66b769ff523a204d250f1d7e (diff)
downloadgwtquery-9963b56e06c28f823c41d3ab6a32c4fa4898c2a3.tar.gz
gwtquery-9963b56e06c28f823c41d3ab6a32c4fa4898c2a3.zip
prepare archetype to release with maven 3
Diffstat (limited to 'archetype/pom.xml')
-rw-r--r--archetype/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 0f9b3d08..46429b99 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -4,10 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gquery-archetype</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</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>
<parent>
<groupId>org.sonatype.oss</groupId>
@@ -15,6 +14,9 @@
<version>3</version>
</parent>
+ <description>This archetype generates a Gwt-2.4.0 project with all set to use GwtQuery and its plugins.</description>
+
+
<scm>
<connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk/archetype</connection>
<developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk/archetype</developerConnection>