From 65101f27def521a6c1081da057916b50a290c444 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Thu, 12 Jun 2014 10:46:43 +0200 Subject: [PATCH] Increase snapshot versions. Include archetype module so as we deploy it at the same time than gquery. --- archetype/pom.xml | 2 +- archetype/src/main/resources/archetype-resources/pom.xml | 4 ++-- change_version.sh | 2 +- devtest/pom.xml | 2 +- gwtquery-core/pom.xml | 3 +-- jsquery/pom.xml | 2 +- pom.xml | 3 ++- samples/pom.xml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index f222e5a2..d910e050 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.googlecode.gwtquery gquery-archetype - 1.4.2 + 1.4.3-SNAPSHOT maven-archetype GwtQuery Archetype diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 5080b62c..d92dd68b 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -12,9 +12,9 @@ UTF-8 1.7 1.7 - 1.4.2 + 1.4.3-SNAPSHOT 2.6.1 - 2.6.0 + 2.6.1 diff --git a/change_version.sh b/change_version.sh index a64af76d..9e6400b9 100644 --- a/change_version.sh +++ b/change_version.sh @@ -8,5 +8,5 @@ do echo $V $i done -perl -pi -e "s;$V;$1;" \ +perl -pi -e "s;.+;$1;" \ archetype/src/main/resources/archetype-resources/pom.xml diff --git a/devtest/pom.xml b/devtest/pom.xml index 4da27e99..2ba90061 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ com.googlecode.gwtquery gwtquery-project - 1.4.1 + 1.4.3-SNAPSHOT devtest diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 1ef308f8..62ad370c 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,12 +3,11 @@ com.googlecode.gwtquery gwtquery-project - 1.4.1 + 1.4.3-SNAPSHOT gwtquery jar - 1.4.2-SNAPSHOT Gwt Query Core API http://gquery.org diff --git a/jsquery/pom.xml b/jsquery/pom.xml index d71041cf..b70d18f4 100644 --- a/jsquery/pom.xml +++ b/jsquery/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.4.1 + 1.4.3-SNAPSHOT JsQuery diff --git a/pom.xml b/pom.xml index c1b358dd..881ee51a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project pom - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT Gwt Query Project http://gwtquery.com GwtQuery is a jQuery clone written in GWT. @@ -64,6 +64,7 @@ gwtquery-core + archetype diff --git a/samples/pom.xml b/samples/pom.xml index 222222d9..17152682 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.4.1 + 1.4.3-SNAPSHOT GwtQuery Samples -- 2.39.5