From: Manolo Carrasco Date: Thu, 5 May 2011 16:04:22 +0000 (+0000) Subject: adding snapshot key to M3 X-Git-Tag: release-1.3.2~300 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8189054ee43a17dd40f73beb7b539fb61d77e001;p=gwtquery.git adding snapshot key to M3 --- diff --git a/archetype/pom.xml b/archetype/pom.xml index 5b9be7d8..20644dcd 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.googlecode.gwtquery gquery-archetype - 0.6-SNAPSHOT + 1.0.0-M3-SNAPSHOT maven-archetype GwtQuery Archetype This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins diff --git a/devtest/pom.xml b/devtest/pom.xml index 9617d695..bcd2b573 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-M3 + 1.0.0-M3-SNAPSHOT devtest diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 6db60e07..a9519db3 100644 --- a/gwtquery-core-2.0.1/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -4,7 +4,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-M3 + 1.0.0-M3-SNAPSHOT Generates an artifact compiled with a concrete gwt version specified in the artifactId diff --git a/gwtquery-core-2.1.0/pom.xml b/gwtquery-core-2.1.0/pom.xml index 76c75dee..698e04f7 100644 --- a/gwtquery-core-2.1.0/pom.xml +++ b/gwtquery-core-2.1.0/pom.xml @@ -4,7 +4,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-M3 + 1.0.0-M3-SNAPSHOT Generates an artifact compiled with a concrete gwt version specified in the artifactId diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml index 0bc31e80..67d8c6d4 100644 --- a/gwtquery-core-2.2.0/pom.xml +++ b/gwtquery-core-2.2.0/pom.xml @@ -4,7 +4,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-M3 + 1.0.0-M3-SNAPSHOT Generates an artifact compiled with a concrete gwt version specified in the artifactId diff --git a/gwtquery-core-2.3.0/pom.xml b/gwtquery-core-2.3.0/pom.xml index 0571a367..e82d2637 100644 --- a/gwtquery-core-2.3.0/pom.xml +++ b/gwtquery-core-2.3.0/pom.xml @@ -4,7 +4,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-M3 + 1.0.0-M3-SNAPSHOT Generates an artifact compiled with a concrete gwt version specified in the artifactId diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 71a6bad3..0dd21e22 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-M3 + 1.0.0-M3-SNAPSHOT gwtquery diff --git a/pom.xml b/pom.xml index 0d6e5f46..f43121d5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project pom - 1.0.0-M3 + 1.0.0-M3-SNAPSHOT Gwt Query Project http://gwtquery.com GwtQuery is a jQuery clone written in GWT. diff --git a/samples/pom.xml b/samples/pom.xml index 04386a76..097a1875 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-M3 + 1.0.0-M3-SNAPSHOT GwtQuery Samples