From a47dc70ba39b0dc48640cfef581542c29e745ef8 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Wed, 16 Feb 2011 09:40:14 +0000 Subject: [PATCH] Archetype now generates gwt-2.2.0 projects --- archetype/pom.xml | 4 +++- .../src/main/resources/archetype-resources/pom.xml | 13 ++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index 2503f074..2048c986 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -6,7 +6,9 @@ gquery-archetype 0.4-SNAPSHOT maven-archetype - This archetype generates a Gwt project with GwtQuery + GwtQuery Archetype + This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins + org.sonatype.oss diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index b062e8f1..8a3c610f 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -12,7 +12,8 @@ 1.5 1.5 1.0.0-SNAPSHOT - 2.1.0 + 2.2.0 + 2.1.0-1 @@ -20,6 +21,10 @@ central http://repo1.maven.org/maven2 + + gwtquery-plugins + http://gwtquery-plugins.googlecode.com/svn/mavenrepo + sonatype http://oss.sonatype.org/content/repositories/snapshots @@ -55,7 +60,7 @@ com.google.gwt gwt-dev ${gwtversion} - test + provided com.google.gwt @@ -67,6 +72,8 @@ com.googlecode.gwtquery gwtquery ${gQueryVersion} + + 2.2.0 provided @@ -75,7 +82,7 @@ org.codehaus.mojo gwt-maven-plugin - ${gwtversion} + ${gwtmaven} ${gwt.loglevel} -- 2.39.5