From ade287bfd71b03e6b1f8ce5aeeba85d5cc191703 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Thu, 5 May 2011 16:48:25 +0000 Subject: [PATCH] Archetype should match gquery verion --- archetype/pom.xml | 3 +-- .../resources/archetype-resources/pom.xml | 26 ++++++++++++++----- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index 20644dcd..4c0277e9 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -4,12 +4,11 @@ 4.0.0 com.googlecode.gwtquery gquery-archetype - 1.0.0-M3-SNAPSHOT + 1.0.0-SNAPSHOT maven-archetype GwtQuery Archetype This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins - org.sonatype.oss oss-parent diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 96d01cfa..d7c8e6a9 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -11,10 +11,13 @@ 1.5 1.5 - 1.0.0-SNAPSHOT - 2.2.0 - - 2.1.0-1 + 1.0.0 + + 2.3.0 + + 2.3.0 + + 2.2.0 @@ -73,10 +76,21 @@ com.googlecode.gwtquery gwtquery ${gQueryVersion} - - 2.2.0 + ${gQueryClassifier} provided + + + javax.validation + validation-api + 1.0.0.GA + + + javax.validation + validation-api + 1.0.0.GA + sources + -- 2.39.5