From 62bcde77c898edd7ece24b88d27748e7e2d43e91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20Carrasco=20Mo=C3=B1ino?= Date: Tue, 10 Dec 2013 18:29:21 +0100 Subject: [PATCH] Changing version for a new release --- archetype/pom.xml | 2 +- archetype/src/main/resources/archetype-resources/pom.xml | 2 +- devtest/pom.xml | 2 +- gwtquery-core/pom.xml | 4 ++-- jsquery/pom.xml | 2 +- pom.xml | 2 +- samples/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index a2d68804..02dc1773 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.googlecode.gwtquery gquery-archetype - 1.4.0-SNAPSHOT + 1.4.0 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 89d33fb8..ea67aeb3 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -12,7 +12,7 @@ UTF-8 1.6 1.6 - 1.4.0-SNAPSHOT + 1.4.0 2.5.1 2.5.1 diff --git a/devtest/pom.xml b/devtest/pom.xml index 7c32ffee..8822f76a 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ com.googlecode.gwtquery gwtquery-project - 1.4.0-SNAPSHOT + 1.4.0 devtest diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 751755ce..03c4d88d 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,12 +3,12 @@ com.googlecode.gwtquery gwtquery-project - 1.4.0-SNAPSHOT + 1.4.0 gwtquery jar - 1.4.0-SNAPSHOT + 1.4.0 Gwt Query Core API http://gquery.org diff --git a/jsquery/pom.xml b/jsquery/pom.xml index 3d58fbca..8fd1335b 100644 --- a/jsquery/pom.xml +++ b/jsquery/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.4.0-SNAPSHOT + 1.4.0 JsQuery diff --git a/pom.xml b/pom.xml index 0a371f9c..35c6459b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project pom - 1.4.0-SNAPSHOT + 1.4.0 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 9252cfd1..1b3d5c00 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.4.0-SNAPSHOT + 1.4.0 GwtQuery Samples -- 2.39.5