From 32619abbd6488d88ec9d5f22e5f9f5db20748c50 Mon Sep 17 00:00:00 2001 From: Julien Buret Date: Thu, 8 Jun 2017 15:28:15 +0200 Subject: [PATCH] [maven-release-plugin] prepare release tock-0.2.4 --- bot/admin/pom.xml | 2 +- bot/admin/server/pom.xml | 2 +- bot/admin/web/pom.xml | 2 +- bot/connector-messenger/pom.xml | 2 +- bot/engine/pom.xml | 2 +- bot/pom.xml | 2 +- bot/storage-mongo/pom.xml | 2 +- bot/toolkit/pom.xml | 2 +- nlp/admin/pom.xml | 2 +- nlp/admin/server/pom.xml | 2 +- nlp/admin/web/pom.xml | 2 +- nlp/api/client/pom.xml | 2 +- nlp/api/pom.xml | 2 +- nlp/api/service/pom.xml | 2 +- nlp/build-model-worker/pom.xml | 2 +- nlp/core/client/pom.xml | 2 +- nlp/core/pom.xml | 2 +- nlp/core/service/pom.xml | 2 +- nlp/core/shared/pom.xml | 2 +- nlp/entity-evaluator/duckling/client/pom.xml | 2 +- nlp/entity-evaluator/duckling/pom.xml | 2 +- nlp/entity-evaluator/duckling/service/pom.xml | 2 +- nlp/entity-evaluator/entity-value/pom.xml | 2 +- nlp/entity-evaluator/pom.xml | 2 +- nlp/front/client/pom.xml | 2 +- nlp/front/ioc/pom.xml | 2 +- nlp/front/pom.xml | 2 +- nlp/front/service/pom.xml | 2 +- nlp/front/shared/pom.xml | 2 +- nlp/front/storage-mongo/pom.xml | 2 +- nlp/integration-tests/pom.xml | 2 +- nlp/model/client/pom.xml | 2 +- nlp/model/opennlp/pom.xml | 2 +- nlp/model/pom.xml | 2 +- nlp/model/service/pom.xml | 2 +- nlp/model/shared/pom.xml | 2 +- nlp/model/storage-mongo/pom.xml | 2 +- nlp/pom.xml | 2 +- pom.xml | 4 ++-- shared/pom.xml | 2 +- translator/core/pom.xml | 2 +- translator/noop/pom.xml | 2 +- translator/pom.xml | 2 +- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/bot/admin/pom.xml b/bot/admin/pom.xml index 7a689b3df5..72f6a76c78 100644 --- a/bot/admin/pom.xml +++ b/bot/admin/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-bot - 0.2.4-SNAPSHOT + 0.2.4 tock-bot-admin diff --git a/bot/admin/server/pom.xml b/bot/admin/server/pom.xml index 0e0b7f2b79..84f458ac7d 100644 --- a/bot/admin/server/pom.xml +++ b/bot/admin/server/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-bot-admin - 0.2.4-SNAPSHOT + 0.2.4 tock-bot-admin-server diff --git a/bot/admin/web/pom.xml b/bot/admin/web/pom.xml index 6d8b8d2dd5..1d71f003ff 100644 --- a/bot/admin/web/pom.xml +++ b/bot/admin/web/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-bot-admin - 0.2.4-SNAPSHOT + 0.2.4 tock-bot-admin-web diff --git a/bot/connector-messenger/pom.xml b/bot/connector-messenger/pom.xml index 582053ab45..eb5b1662f8 100644 --- a/bot/connector-messenger/pom.xml +++ b/bot/connector-messenger/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-bot - 0.2.4-SNAPSHOT + 0.2.4 tock-bot-connector-messenger diff --git a/bot/engine/pom.xml b/bot/engine/pom.xml index adf56feb8b..3bb8ee78e0 100644 --- a/bot/engine/pom.xml +++ b/bot/engine/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-bot - 0.2.4-SNAPSHOT + 0.2.4 tock-bot-engine diff --git a/bot/pom.xml b/bot/pom.xml index fc07aa8c05..1058cf9e97 100644 --- a/bot/pom.xml +++ b/bot/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-root - 0.2.4-SNAPSHOT + 0.2.4 tock-bot diff --git a/bot/storage-mongo/pom.xml b/bot/storage-mongo/pom.xml index 3788e10f5d..c4dc967ed0 100644 --- a/bot/storage-mongo/pom.xml +++ b/bot/storage-mongo/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-bot - 0.2.4-SNAPSHOT + 0.2.4 tock-bot-storage-mongo diff --git a/bot/toolkit/pom.xml b/bot/toolkit/pom.xml index 59e15a0e82..337c621ac5 100644 --- a/bot/toolkit/pom.xml +++ b/bot/toolkit/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-bot - 0.2.4-SNAPSHOT + 0.2.4 bot-toolkit diff --git a/nlp/admin/pom.xml b/nlp/admin/pom.xml index bf7651d85d..4cc0e84114 100644 --- a/nlp/admin/pom.xml +++ b/nlp/admin/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-admin diff --git a/nlp/admin/server/pom.xml b/nlp/admin/server/pom.xml index c30eb2d44c..49b816d9ca 100644 --- a/nlp/admin/server/pom.xml +++ b/nlp/admin/server/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-admin - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-admin-server diff --git a/nlp/admin/web/pom.xml b/nlp/admin/web/pom.xml index 22fa8fd573..ad6b5fa2c1 100644 --- a/nlp/admin/web/pom.xml +++ b/nlp/admin/web/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-admin - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-admin-web diff --git a/nlp/api/client/pom.xml b/nlp/api/client/pom.xml index da07a3a12b..65e7e7438c 100644 --- a/nlp/api/client/pom.xml +++ b/nlp/api/client/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-api - 0.2.4-SNAPSHOT + 0.2.4 nlp-api-client diff --git a/nlp/api/pom.xml b/nlp/api/pom.xml index 258cd72223..cc604653cf 100644 --- a/nlp/api/pom.xml +++ b/nlp/api/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-api diff --git a/nlp/api/service/pom.xml b/nlp/api/service/pom.xml index 917ea7eeb8..3eb6db6a7d 100644 --- a/nlp/api/service/pom.xml +++ b/nlp/api/service/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-api - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-api-service diff --git a/nlp/build-model-worker/pom.xml b/nlp/build-model-worker/pom.xml index a95c66c796..3f160a163c 100644 --- a/nlp/build-model-worker/pom.xml +++ b/nlp/build-model-worker/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-build-model-worker diff --git a/nlp/core/client/pom.xml b/nlp/core/client/pom.xml index 39aa70cc57..1695095ec9 100644 --- a/nlp/core/client/pom.xml +++ b/nlp/core/client/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-core - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-core-client diff --git a/nlp/core/pom.xml b/nlp/core/pom.xml index a5eb5b526c..e67db8ba90 100644 --- a/nlp/core/pom.xml +++ b/nlp/core/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-core diff --git a/nlp/core/service/pom.xml b/nlp/core/service/pom.xml index 3c16b7bb6a..e8f8e583dd 100644 --- a/nlp/core/service/pom.xml +++ b/nlp/core/service/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-core - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-core-service diff --git a/nlp/core/shared/pom.xml b/nlp/core/shared/pom.xml index 01c41c3d24..056c694e0e 100644 --- a/nlp/core/shared/pom.xml +++ b/nlp/core/shared/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-core - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-core-shared diff --git a/nlp/entity-evaluator/duckling/client/pom.xml b/nlp/entity-evaluator/duckling/client/pom.xml index 0b396e709b..f193dbe8e4 100644 --- a/nlp/entity-evaluator/duckling/client/pom.xml +++ b/nlp/entity-evaluator/duckling/client/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-duckling - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-duckling-client diff --git a/nlp/entity-evaluator/duckling/pom.xml b/nlp/entity-evaluator/duckling/pom.xml index 65d127c499..922001929c 100644 --- a/nlp/entity-evaluator/duckling/pom.xml +++ b/nlp/entity-evaluator/duckling/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-entity-evaluator - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-duckling diff --git a/nlp/entity-evaluator/duckling/service/pom.xml b/nlp/entity-evaluator/duckling/service/pom.xml index 1c626c2db7..808f8cc7e3 100644 --- a/nlp/entity-evaluator/duckling/service/pom.xml +++ b/nlp/entity-evaluator/duckling/service/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-duckling - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-duckling-service diff --git a/nlp/entity-evaluator/entity-value/pom.xml b/nlp/entity-evaluator/entity-value/pom.xml index 5864bd2844..9f865bf83e 100644 --- a/nlp/entity-evaluator/entity-value/pom.xml +++ b/nlp/entity-evaluator/entity-value/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-entity-evaluator - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-entity-value diff --git a/nlp/entity-evaluator/pom.xml b/nlp/entity-evaluator/pom.xml index 98909531ad..41b9e37d77 100644 --- a/nlp/entity-evaluator/pom.xml +++ b/nlp/entity-evaluator/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-entity-evaluator diff --git a/nlp/front/client/pom.xml b/nlp/front/client/pom.xml index d3ba4268de..827624e8db 100644 --- a/nlp/front/client/pom.xml +++ b/nlp/front/client/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-front - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-front-client diff --git a/nlp/front/ioc/pom.xml b/nlp/front/ioc/pom.xml index cd765fd8a1..7647259db3 100644 --- a/nlp/front/ioc/pom.xml +++ b/nlp/front/ioc/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-front - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-front-ioc diff --git a/nlp/front/pom.xml b/nlp/front/pom.xml index e2a5e1887a..730e2d4e5d 100644 --- a/nlp/front/pom.xml +++ b/nlp/front/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-front diff --git a/nlp/front/service/pom.xml b/nlp/front/service/pom.xml index c4983099bb..dbed918d05 100644 --- a/nlp/front/service/pom.xml +++ b/nlp/front/service/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-front - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-front-service diff --git a/nlp/front/shared/pom.xml b/nlp/front/shared/pom.xml index c62dc2fc74..8f46328ba5 100644 --- a/nlp/front/shared/pom.xml +++ b/nlp/front/shared/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-front - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-front-shared diff --git a/nlp/front/storage-mongo/pom.xml b/nlp/front/storage-mongo/pom.xml index 94f3ca8179..9da4471079 100644 --- a/nlp/front/storage-mongo/pom.xml +++ b/nlp/front/storage-mongo/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-front - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-front-storage-mongo diff --git a/nlp/integration-tests/pom.xml b/nlp/integration-tests/pom.xml index bd09267665..9d310b5cb3 100644 --- a/nlp/integration-tests/pom.xml +++ b/nlp/integration-tests/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-integration-tests diff --git a/nlp/model/client/pom.xml b/nlp/model/client/pom.xml index 8f655d3fbc..485425d7d6 100644 --- a/nlp/model/client/pom.xml +++ b/nlp/model/client/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-model - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-model-client diff --git a/nlp/model/opennlp/pom.xml b/nlp/model/opennlp/pom.xml index 0417f89f20..1bfd928446 100644 --- a/nlp/model/opennlp/pom.xml +++ b/nlp/model/opennlp/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-model - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-model-opennlp diff --git a/nlp/model/pom.xml b/nlp/model/pom.xml index 6a26897e7d..c6f10f4253 100644 --- a/nlp/model/pom.xml +++ b/nlp/model/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp - 0.2.4-SNAPSHOT + 0.2.4 pom diff --git a/nlp/model/service/pom.xml b/nlp/model/service/pom.xml index af28d0f676..8ad14471c1 100644 --- a/nlp/model/service/pom.xml +++ b/nlp/model/service/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-model - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-model-service diff --git a/nlp/model/shared/pom.xml b/nlp/model/shared/pom.xml index d501a10c37..f8d4d557f2 100644 --- a/nlp/model/shared/pom.xml +++ b/nlp/model/shared/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-model - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-model-shared diff --git a/nlp/model/storage-mongo/pom.xml b/nlp/model/storage-mongo/pom.xml index bcd644dcb5..67527e6df8 100644 --- a/nlp/model/storage-mongo/pom.xml +++ b/nlp/model/storage-mongo/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-nlp-model - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp-model-storage-mongo diff --git a/nlp/pom.xml b/nlp/pom.xml index 552e5d9e9d..7c51c88729 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-root - 0.2.4-SNAPSHOT + 0.2.4 tock-nlp diff --git a/pom.xml b/pom.xml index 0f55f17831..8dda3b7254 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ fr.vsct.tock tock-root - 0.2.4-SNAPSHOT + 0.2.4 pom Tock Tock, The Open Conversation Kit @@ -400,7 +400,7 @@ scm:git:git@github.com:voyages-sncf-technologies/tock.git scm:git:git@github.com:voyages-sncf-technologies/tock.git git@github.com:voyages-sncf-technologies/tock.git - HEAD + tock-0.2.4 diff --git a/shared/pom.xml b/shared/pom.xml index d0b5f75197..b5973cbbde 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-root - 0.2.4-SNAPSHOT + 0.2.4 tock-shared diff --git a/translator/core/pom.xml b/translator/core/pom.xml index a69c7ccc51..5cc5bf92a7 100644 --- a/translator/core/pom.xml +++ b/translator/core/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-translator - 0.2.4-SNAPSHOT + 0.2.4 tock-translator-core diff --git a/translator/noop/pom.xml b/translator/noop/pom.xml index 875e741b81..496f923a66 100644 --- a/translator/noop/pom.xml +++ b/translator/noop/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-translator - 0.2.4-SNAPSHOT + 0.2.4 tock-translator-noop diff --git a/translator/pom.xml b/translator/pom.xml index 946811b516..49f0a8b872 100644 --- a/translator/pom.xml +++ b/translator/pom.xml @@ -21,7 +21,7 @@ fr.vsct.tock tock-root - 0.2.4-SNAPSHOT + 0.2.4 tock-translator