From 61e090d43a06b6f7011eb65d6b35e96d905a5387 Mon Sep 17 00:00:00 2001 From: Manuel Carrasco Moñino Date: Fri, 15 Mar 2013 16:33:06 +0100 Subject: Changing version so as we can release gquery 1.3.2 --- devtest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtest/pom.xml') diff --git a/devtest/pom.xml b/devtest/pom.xml index 3f73740f..a9741a61 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ com.googlecode.gwtquery gwtquery-project - 1.3.2-SNAPSHOT + 1.3.2 devtest -- cgit v1.2.3 From bb71ac03afde8f01e14270b02438bf9fde997a71 Mon Sep 17 00:00:00 2001 From: Manuel Carrasco Moñino Date: Fri, 15 Mar 2013 22:15:53 +0100 Subject: set the new snapshot version --- archetype/pom.xml | 2 +- devtest/pom.xml | 2 +- gwtquery-core-2.0.1/pom.xml | 2 +- gwtquery-core-2.1.0/pom.xml | 2 +- gwtquery-core/pom.xml | 4 ++-- jsquery/pom.xml | 2 +- pom.xml | 2 +- samples/pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'devtest/pom.xml') diff --git a/archetype/pom.xml b/archetype/pom.xml index 1636a2fa..a2d68804 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.googlecode.gwtquery gquery-archetype - 1.3.2 + 1.4.0-SNAPSHOT maven-archetype GwtQuery Archetype diff --git a/devtest/pom.xml b/devtest/pom.xml index a9741a61..7c32ffee 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ com.googlecode.gwtquery gwtquery-project - 1.3.2 + 1.4.0-SNAPSHOT devtest diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 6737307b..7cc05d7e 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.3.2 + 1.4.0-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 6af637b1..50f1bf36 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.3.2 + 1.4.0-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 db9c8336..43f71e1f 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,12 +3,12 @@ com.googlecode.gwtquery gwtquery-project - 1.3.2 + 1.4.0-SNAPSHOT gwtquery jar - 1.3.2 + 1.4.0-SNAPSHOT Gwt Query Core API http://gwtquery.com diff --git a/jsquery/pom.xml b/jsquery/pom.xml index a09bfb5a..caff2ebd 100644 --- a/jsquery/pom.xml +++ b/jsquery/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.3.2 + 1.4.0-SNAPSHOT JsQuery diff --git a/pom.xml b/pom.xml index 31bc987c..90544ca4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project pom - 1.3.2 + 1.4.0-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 35fb7507..9252cfd1 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.3.2 + 1.4.0-SNAPSHOT GwtQuery Samples -- cgit v1.2.3