From 3f58c50b15b32723479c5b6c8499e15854b164b8 Mon Sep 17 00:00:00 2001 From: Julien Buret Date: Fri, 24 Nov 2023 17:47:18 +0100 Subject: [PATCH] [maven-release-plugin] prepare release tock-23.9.1 --- bot/admin/kotlin-compiler/client/pom.xml | 2 +- bot/admin/kotlin-compiler/core/pom.xml | 2 +- bot/admin/kotlin-compiler/pom.xml | 2 +- bot/admin/kotlin-compiler/server/pom.xml | 2 +- bot/admin/kotlin-compiler/shared/pom.xml | 2 +- bot/admin/pom.xml | 2 +- bot/admin/server/pom.xml | 2 +- bot/admin/test/core/pom.xml | 2 +- bot/admin/test/pom.xml | 2 +- bot/admin/test/xray/pom.xml | 2 +- bot/admin/web/pom.xml | 2 +- bot/api/client/pom.xml | 2 +- bot/api/model/pom.xml | 2 +- bot/api/pom.xml | 2 +- bot/api/retrofit-jackson-client/pom.xml | 2 +- bot/api/service/pom.xml | 2 +- bot/api/webhook-base/pom.xml | 2 +- bot/api/webhook/pom.xml | 2 +- bot/api/websocket-base/pom.xml | 2 +- bot/api/websocket/pom.xml | 2 +- bot/chatbase/pom.xml | 2 +- bot/connector-alcmeon/pom.xml | 2 +- bot/connector-alexa/pom.xml | 2 +- bot/connector-businesschat/pom.xml | 2 +- bot/connector-ga/pom.xml | 2 +- bot/connector-google-chat/pom.xml | 2 +- bot/connector-iadvize/pom.xml | 2 +- bot/connector-messenger/pom.xml | 2 +- bot/connector-rest-client/pom.xml | 2 +- bot/connector-rest/pom.xml | 2 +- bot/connector-rocketchat/pom.xml | 2 +- bot/connector-slack/pom.xml | 2 +- bot/connector-teams/pom.xml | 2 +- bot/connector-twitter/pom.xml | 2 +- bot/connector-web-model/pom.xml | 2 +- bot/connector-web/pom.xml | 2 +- bot/connector-whatsapp/pom.xml | 2 +- bot/dialogflow/pom.xml | 2 +- bot/engine-jackson/pom.xml | 2 +- bot/engine/pom.xml | 2 +- bot/orchestration/pom.xml | 2 +- bot/pom.xml | 2 +- bot/storage-mongo/pom.xml | 2 +- bot/test-base/pom.xml | 2 +- bot/test/pom.xml | 2 +- bot/toolkit-base/pom.xml | 2 +- bot/toolkit/pom.xml | 2 +- bot/xray/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/doc/pom.xml | 2 +- nlp/api/pom.xml | 2 +- nlp/api/service/pom.xml | 2 +- nlp/build-model-worker-on-aws-batch/pom.xml | 2 +- nlp/build-model-worker-on-demand/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/entity-evaluator/rest/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/rasa/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 +- stt/core/pom.xml | 2 +- stt/google-speech/pom.xml | 2 +- stt/noop/pom.xml | 2 +- stt/pom.xml | 2 +- translator/core/pom.xml | 2 +- translator/google-translate/pom.xml | 2 +- translator/noop/pom.xml | 2 +- translator/pom.xml | 2 +- util/aws-tools/pom.xml | 2 +- util/iadvize-client/pom.xml | 2 +- util/pom.xml | 2 +- 96 files changed, 97 insertions(+), 97 deletions(-) diff --git a/bot/admin/kotlin-compiler/client/pom.xml b/bot/admin/kotlin-compiler/client/pom.xml index bb896dba0c..08feeb4140 100644 --- a/bot/admin/kotlin-compiler/client/pom.xml +++ b/bot/admin/kotlin-compiler/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin-kotlin-compiler - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-kotlin-compiler-client diff --git a/bot/admin/kotlin-compiler/core/pom.xml b/bot/admin/kotlin-compiler/core/pom.xml index 1657d34497..35c9b4ecfc 100644 --- a/bot/admin/kotlin-compiler/core/pom.xml +++ b/bot/admin/kotlin-compiler/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin-kotlin-compiler - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-kotlin-compiler-core diff --git a/bot/admin/kotlin-compiler/pom.xml b/bot/admin/kotlin-compiler/pom.xml index 1afac30657..b0ddf84b97 100644 --- a/bot/admin/kotlin-compiler/pom.xml +++ b/bot/admin/kotlin-compiler/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-kotlin-compiler diff --git a/bot/admin/kotlin-compiler/server/pom.xml b/bot/admin/kotlin-compiler/server/pom.xml index 49d58466fa..b3e3b76284 100644 --- a/bot/admin/kotlin-compiler/server/pom.xml +++ b/bot/admin/kotlin-compiler/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin-kotlin-compiler - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-kotlin-compiler-server diff --git a/bot/admin/kotlin-compiler/shared/pom.xml b/bot/admin/kotlin-compiler/shared/pom.xml index 235e88d9e7..722b13a82c 100644 --- a/bot/admin/kotlin-compiler/shared/pom.xml +++ b/bot/admin/kotlin-compiler/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin-kotlin-compiler - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-kotlin-compiler-shared diff --git a/bot/admin/pom.xml b/bot/admin/pom.xml index ee7866208e..e0486fff9f 100644 --- a/bot/admin/pom.xml +++ b/bot/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin diff --git a/bot/admin/server/pom.xml b/bot/admin/server/pom.xml index 0c7f41f121..b5f8913057 100644 --- a/bot/admin/server/pom.xml +++ b/bot/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-server diff --git a/bot/admin/test/core/pom.xml b/bot/admin/test/core/pom.xml index 288ebab9c8..6a5aa4e487 100644 --- a/bot/admin/test/core/pom.xml +++ b/bot/admin/test/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin-test - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-test-core diff --git a/bot/admin/test/pom.xml b/bot/admin/test/pom.xml index e3413a6c44..c2fd5d5f1a 100644 --- a/bot/admin/test/pom.xml +++ b/bot/admin/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-test diff --git a/bot/admin/test/xray/pom.xml b/bot/admin/test/xray/pom.xml index a961a0edd3..f765611879 100644 --- a/bot/admin/test/xray/pom.xml +++ b/bot/admin/test/xray/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin-test - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-test-xray diff --git a/bot/admin/web/pom.xml b/bot/admin/web/pom.xml index e16f3e734d..761ce37af1 100644 --- a/bot/admin/web/pom.xml +++ b/bot/admin/web/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-admin-web diff --git a/bot/api/client/pom.xml b/bot/api/client/pom.xml index 52e50485c1..8b9bea2d54 100644 --- a/bot/api/client/pom.xml +++ b/bot/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-api-client diff --git a/bot/api/model/pom.xml b/bot/api/model/pom.xml index a2f501e7ef..bd21a7e480 100644 --- a/bot/api/model/pom.xml +++ b/bot/api/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-api-model diff --git a/bot/api/pom.xml b/bot/api/pom.xml index 98b0bcbbe1..2ea641c71f 100644 --- a/bot/api/pom.xml +++ b/bot/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-api diff --git a/bot/api/retrofit-jackson-client/pom.xml b/bot/api/retrofit-jackson-client/pom.xml index 09625cb0a4..63a9db315c 100644 --- a/bot/api/retrofit-jackson-client/pom.xml +++ b/bot/api/retrofit-jackson-client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 23.9.1-SNAPSHOT + 23.9.1 tock-retrofit-jackson-client diff --git a/bot/api/service/pom.xml b/bot/api/service/pom.xml index 457198acba..6d075e5843 100644 --- a/bot/api/service/pom.xml +++ b/bot/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-api-service diff --git a/bot/api/webhook-base/pom.xml b/bot/api/webhook-base/pom.xml index 964c598549..1b0583832a 100644 --- a/bot/api/webhook-base/pom.xml +++ b/bot/api/webhook-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-api-webhook-base diff --git a/bot/api/webhook/pom.xml b/bot/api/webhook/pom.xml index 3fadaad9a6..f533b1ae75 100644 --- a/bot/api/webhook/pom.xml +++ b/bot/api/webhook/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-api-webhook diff --git a/bot/api/websocket-base/pom.xml b/bot/api/websocket-base/pom.xml index 0999b791ec..7a2eb48dc6 100644 --- a/bot/api/websocket-base/pom.xml +++ b/bot/api/websocket-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-api-websocket-base diff --git a/bot/api/websocket/pom.xml b/bot/api/websocket/pom.xml index 96d8ddf21b..2db7b0290d 100644 --- a/bot/api/websocket/pom.xml +++ b/bot/api/websocket/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-api-websocket diff --git a/bot/chatbase/pom.xml b/bot/chatbase/pom.xml index f1656c12c2..ef601e981b 100644 --- a/bot/chatbase/pom.xml +++ b/bot/chatbase/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 23.9.1-SNAPSHOT + 23.9.1 4.0.0 diff --git a/bot/connector-alcmeon/pom.xml b/bot/connector-alcmeon/pom.xml index 7a5b7b4ae9..7bf2398477 100644 --- a/bot/connector-alcmeon/pom.xml +++ b/bot/connector-alcmeon/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 23.9.1-SNAPSHOT + 23.9.1 4.0.0 diff --git a/bot/connector-alexa/pom.xml b/bot/connector-alexa/pom.xml index 5515e0b38f..3bb9f07257 100644 --- a/bot/connector-alexa/pom.xml +++ b/bot/connector-alexa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-alexa diff --git a/bot/connector-businesschat/pom.xml b/bot/connector-businesschat/pom.xml index b4743f3c71..75f2a75213 100644 --- a/bot/connector-businesschat/pom.xml +++ b/bot/connector-businesschat/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 23.9.1-SNAPSHOT + 23.9.1 4.0.0 diff --git a/bot/connector-ga/pom.xml b/bot/connector-ga/pom.xml index 398b228ff8..5a93ff71b0 100644 --- a/bot/connector-ga/pom.xml +++ b/bot/connector-ga/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-ga diff --git a/bot/connector-google-chat/pom.xml b/bot/connector-google-chat/pom.xml index f9dff06374..178d0f83f6 100644 --- a/bot/connector-google-chat/pom.xml +++ b/bot/connector-google-chat/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 23.9.1-SNAPSHOT + 23.9.1 4.0.0 diff --git a/bot/connector-iadvize/pom.xml b/bot/connector-iadvize/pom.xml index 02e2fb0cda..c7d6844e2d 100644 --- a/bot/connector-iadvize/pom.xml +++ b/bot/connector-iadvize/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-iadvize diff --git a/bot/connector-messenger/pom.xml b/bot/connector-messenger/pom.xml index 2a6b8ba5f6..54b6f5f704 100644 --- a/bot/connector-messenger/pom.xml +++ b/bot/connector-messenger/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-messenger diff --git a/bot/connector-rest-client/pom.xml b/bot/connector-rest-client/pom.xml index d67683730b..ed2c254884 100644 --- a/bot/connector-rest-client/pom.xml +++ b/bot/connector-rest-client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-rest-client diff --git a/bot/connector-rest/pom.xml b/bot/connector-rest/pom.xml index 8ac1449bcd..7916da15b5 100644 --- a/bot/connector-rest/pom.xml +++ b/bot/connector-rest/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-rest diff --git a/bot/connector-rocketchat/pom.xml b/bot/connector-rocketchat/pom.xml index 5e1788b742..5d0ff56533 100644 --- a/bot/connector-rocketchat/pom.xml +++ b/bot/connector-rocketchat/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-rocketchat diff --git a/bot/connector-slack/pom.xml b/bot/connector-slack/pom.xml index c94cd14d95..e5f6934158 100644 --- a/bot/connector-slack/pom.xml +++ b/bot/connector-slack/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-slack diff --git a/bot/connector-teams/pom.xml b/bot/connector-teams/pom.xml index 21360604b9..355bcf534f 100644 --- a/bot/connector-teams/pom.xml +++ b/bot/connector-teams/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-teams diff --git a/bot/connector-twitter/pom.xml b/bot/connector-twitter/pom.xml index ebd4e21d1e..1c51678f04 100644 --- a/bot/connector-twitter/pom.xml +++ b/bot/connector-twitter/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 23.9.1-SNAPSHOT + 23.9.1 4.0.0 diff --git a/bot/connector-web-model/pom.xml b/bot/connector-web-model/pom.xml index 356568e44a..738fa5bb93 100644 --- a/bot/connector-web-model/pom.xml +++ b/bot/connector-web-model/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 23.9.1-SNAPSHOT + 23.9.1 4.0.0 diff --git a/bot/connector-web/pom.xml b/bot/connector-web/pom.xml index 526dc8e853..48012af56f 100644 --- a/bot/connector-web/pom.xml +++ b/bot/connector-web/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 23.9.1-SNAPSHOT + 23.9.1 4.0.0 diff --git a/bot/connector-whatsapp/pom.xml b/bot/connector-whatsapp/pom.xml index 533c89522a..9531138429 100644 --- a/bot/connector-whatsapp/pom.xml +++ b/bot/connector-whatsapp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-connector-whatsapp diff --git a/bot/dialogflow/pom.xml b/bot/dialogflow/pom.xml index ecbba7abb1..b8913da39c 100644 --- a/bot/dialogflow/pom.xml +++ b/bot/dialogflow/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-dialogflow diff --git a/bot/engine-jackson/pom.xml b/bot/engine-jackson/pom.xml index dd889cb99c..ed417da815 100644 --- a/bot/engine-jackson/pom.xml +++ b/bot/engine-jackson/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-engine-jackson diff --git a/bot/engine/pom.xml b/bot/engine/pom.xml index 9eb134148f..51697bf6e7 100644 --- a/bot/engine/pom.xml +++ b/bot/engine/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-engine diff --git a/bot/orchestration/pom.xml b/bot/orchestration/pom.xml index 0ec621f355..5e93fcd7ee 100644 --- a/bot/orchestration/pom.xml +++ b/bot/orchestration/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 23.9.1-SNAPSHOT + 23.9.1 4.0.0 diff --git a/bot/pom.xml b/bot/pom.xml index 5846a27c3a..595c4aeb22 100644 --- a/bot/pom.xml +++ b/bot/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 23.9.1-SNAPSHOT + 23.9.1 tock-bot diff --git a/bot/storage-mongo/pom.xml b/bot/storage-mongo/pom.xml index 3e820f7dcd..06831135a1 100644 --- a/bot/storage-mongo/pom.xml +++ b/bot/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-bot-storage-mongo diff --git a/bot/test-base/pom.xml b/bot/test-base/pom.xml index 9029098d28..b1b020340d 100644 --- a/bot/test-base/pom.xml +++ b/bot/test-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 bot-test-base diff --git a/bot/test/pom.xml b/bot/test/pom.xml index 450973137c..7b88a1a837 100644 --- a/bot/test/pom.xml +++ b/bot/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 bot-test diff --git a/bot/toolkit-base/pom.xml b/bot/toolkit-base/pom.xml index 7fe132cb44..e7f8d8545c 100644 --- a/bot/toolkit-base/pom.xml +++ b/bot/toolkit-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 bot-toolkit-base diff --git a/bot/toolkit/pom.xml b/bot/toolkit/pom.xml index 337c438236..8f2c08c546 100644 --- a/bot/toolkit/pom.xml +++ b/bot/toolkit/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 bot-toolkit diff --git a/bot/xray/pom.xml b/bot/xray/pom.xml index 830c1df074..e4d0a75077 100644 --- a/bot/xray/pom.xml +++ b/bot/xray/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 23.9.1-SNAPSHOT + 23.9.1 tock-xray-plugin diff --git a/nlp/admin/pom.xml b/nlp/admin/pom.xml index 0cc47929f6..8b0708ff3b 100644 --- a/nlp/admin/pom.xml +++ b/nlp/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-admin diff --git a/nlp/admin/server/pom.xml b/nlp/admin/server/pom.xml index 5e7bd24f2c..6b7c3ef738 100644 --- a/nlp/admin/server/pom.xml +++ b/nlp/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-admin - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-admin-server diff --git a/nlp/admin/web/pom.xml b/nlp/admin/web/pom.xml index 79378eead1..061288e7a8 100644 --- a/nlp/admin/web/pom.xml +++ b/nlp/admin/web/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-admin - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-admin-web diff --git a/nlp/api/client/pom.xml b/nlp/api/client/pom.xml index 1507afd3c6..8975108485 100644 --- a/nlp/api/client/pom.xml +++ b/nlp/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 23.9.1-SNAPSHOT + 23.9.1 nlp-api-client diff --git a/nlp/api/doc/pom.xml b/nlp/api/doc/pom.xml index 9811dfce7f..c5028b455a 100644 --- a/nlp/api/doc/pom.xml +++ b/nlp/api/doc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-api-doc diff --git a/nlp/api/pom.xml b/nlp/api/pom.xml index 45ffd89e5b..529e964afe 100644 --- a/nlp/api/pom.xml +++ b/nlp/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-api diff --git a/nlp/api/service/pom.xml b/nlp/api/service/pom.xml index 5ba9535142..49505f8bba 100644 --- a/nlp/api/service/pom.xml +++ b/nlp/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-api-service diff --git a/nlp/build-model-worker-on-aws-batch/pom.xml b/nlp/build-model-worker-on-aws-batch/pom.xml index 092ea9cc48..54ef534f34 100644 --- a/nlp/build-model-worker-on-aws-batch/pom.xml +++ b/nlp/build-model-worker-on-aws-batch/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-build-model-worker-on-aws-batch diff --git a/nlp/build-model-worker-on-demand/pom.xml b/nlp/build-model-worker-on-demand/pom.xml index 0b11543c4f..8919decd39 100644 --- a/nlp/build-model-worker-on-demand/pom.xml +++ b/nlp/build-model-worker-on-demand/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-build-model-worker-on-demand diff --git a/nlp/build-model-worker/pom.xml b/nlp/build-model-worker/pom.xml index d0e0ba1b5d..c37682c257 100644 --- a/nlp/build-model-worker/pom.xml +++ b/nlp/build-model-worker/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-build-model-worker diff --git a/nlp/core/client/pom.xml b/nlp/core/client/pom.xml index 3d3b6cef9b..0881e85f91 100644 --- a/nlp/core/client/pom.xml +++ b/nlp/core/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-core-client diff --git a/nlp/core/pom.xml b/nlp/core/pom.xml index 08664e75c9..a76fa7f900 100644 --- a/nlp/core/pom.xml +++ b/nlp/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-core diff --git a/nlp/core/service/pom.xml b/nlp/core/service/pom.xml index e50d743960..d406611167 100644 --- a/nlp/core/service/pom.xml +++ b/nlp/core/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-core-service diff --git a/nlp/core/shared/pom.xml b/nlp/core/shared/pom.xml index e59a806ce1..8c291fe4b7 100644 --- a/nlp/core/shared/pom.xml +++ b/nlp/core/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-core-shared diff --git a/nlp/entity-evaluator/duckling/client/pom.xml b/nlp/entity-evaluator/duckling/client/pom.xml index bda1340fec..c3e94dea3e 100644 --- a/nlp/entity-evaluator/duckling/client/pom.xml +++ b/nlp/entity-evaluator/duckling/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-duckling - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-duckling-client diff --git a/nlp/entity-evaluator/duckling/pom.xml b/nlp/entity-evaluator/duckling/pom.xml index 887e39dab2..0b77b1b521 100644 --- a/nlp/entity-evaluator/duckling/pom.xml +++ b/nlp/entity-evaluator/duckling/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-entity-evaluator - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-duckling diff --git a/nlp/entity-evaluator/duckling/service/pom.xml b/nlp/entity-evaluator/duckling/service/pom.xml index 58a2b31136..6ea156abcf 100644 --- a/nlp/entity-evaluator/duckling/service/pom.xml +++ b/nlp/entity-evaluator/duckling/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-duckling - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-duckling-service diff --git a/nlp/entity-evaluator/entity-value/pom.xml b/nlp/entity-evaluator/entity-value/pom.xml index 5139765d57..99678af549 100644 --- a/nlp/entity-evaluator/entity-value/pom.xml +++ b/nlp/entity-evaluator/entity-value/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-entity-evaluator - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-entity-value diff --git a/nlp/entity-evaluator/pom.xml b/nlp/entity-evaluator/pom.xml index 36f286f89b..adc8f62b0a 100644 --- a/nlp/entity-evaluator/pom.xml +++ b/nlp/entity-evaluator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-entity-evaluator diff --git a/nlp/entity-evaluator/rest/pom.xml b/nlp/entity-evaluator/rest/pom.xml index 30425be084..c202374dab 100644 --- a/nlp/entity-evaluator/rest/pom.xml +++ b/nlp/entity-evaluator/rest/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-entity-evaluator - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-entity-rest diff --git a/nlp/front/client/pom.xml b/nlp/front/client/pom.xml index e44d782e9a..76e9b14bb1 100644 --- a/nlp/front/client/pom.xml +++ b/nlp/front/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-front-client diff --git a/nlp/front/ioc/pom.xml b/nlp/front/ioc/pom.xml index a783e1eb10..e8d475855e 100644 --- a/nlp/front/ioc/pom.xml +++ b/nlp/front/ioc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-front-ioc diff --git a/nlp/front/pom.xml b/nlp/front/pom.xml index 2885fd1f69..7f1dff9aa3 100644 --- a/nlp/front/pom.xml +++ b/nlp/front/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-front diff --git a/nlp/front/service/pom.xml b/nlp/front/service/pom.xml index d6ea7ccb79..b23ab88a00 100644 --- a/nlp/front/service/pom.xml +++ b/nlp/front/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-front-service diff --git a/nlp/front/shared/pom.xml b/nlp/front/shared/pom.xml index ddc3e31685..75310fd314 100644 --- a/nlp/front/shared/pom.xml +++ b/nlp/front/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-front-shared diff --git a/nlp/front/storage-mongo/pom.xml b/nlp/front/storage-mongo/pom.xml index 9c523508b6..5de99181eb 100644 --- a/nlp/front/storage-mongo/pom.xml +++ b/nlp/front/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-front-storage-mongo diff --git a/nlp/integration-tests/pom.xml b/nlp/integration-tests/pom.xml index 5d0ae74229..e85c02d7d6 100644 --- a/nlp/integration-tests/pom.xml +++ b/nlp/integration-tests/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-integration-tests diff --git a/nlp/model/client/pom.xml b/nlp/model/client/pom.xml index 8c2ebe37fa..8cd272ef89 100644 --- a/nlp/model/client/pom.xml +++ b/nlp/model/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-model-client diff --git a/nlp/model/opennlp/pom.xml b/nlp/model/opennlp/pom.xml index e6e307c60d..9554a13cb7 100644 --- a/nlp/model/opennlp/pom.xml +++ b/nlp/model/opennlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-model-opennlp diff --git a/nlp/model/pom.xml b/nlp/model/pom.xml index 1405a9bdb0..c5a3972347 100644 --- a/nlp/model/pom.xml +++ b/nlp/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 23.9.1-SNAPSHOT + 23.9.1 pom diff --git a/nlp/model/rasa/pom.xml b/nlp/model/rasa/pom.xml index 66fc14541b..a9b49cd080 100644 --- a/nlp/model/rasa/pom.xml +++ b/nlp/model/rasa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-model-rasa diff --git a/nlp/model/service/pom.xml b/nlp/model/service/pom.xml index 9c2a7f9b6a..5b04ec443e 100644 --- a/nlp/model/service/pom.xml +++ b/nlp/model/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-model-service diff --git a/nlp/model/shared/pom.xml b/nlp/model/shared/pom.xml index 3546e9cc55..83dc45377e 100644 --- a/nlp/model/shared/pom.xml +++ b/nlp/model/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-model-shared diff --git a/nlp/model/storage-mongo/pom.xml b/nlp/model/storage-mongo/pom.xml index ccdbadb4a4..2061b3a9cc 100644 --- a/nlp/model/storage-mongo/pom.xml +++ b/nlp/model/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp-model-storage-mongo diff --git a/nlp/pom.xml b/nlp/pom.xml index 25b969bbe1..6835158693 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 23.9.1-SNAPSHOT + 23.9.1 tock-nlp diff --git a/pom.xml b/pom.xml index cbacbfdc1a..6f5640f99f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-root - 23.9.1-SNAPSHOT + 23.9.1 pom Tock Tock, The Open Conversation Kit @@ -890,7 +890,7 @@ scm:git:git@github.com:theopenconversationkit/tock.git scm:git:git@github.com:theopenconversationkit/tock.git git@github.com:theopenconversationkit/tock.git - tock-${project.version} + tock-23.9.1 diff --git a/shared/pom.xml b/shared/pom.xml index 07b5924f61..2de2626b5d 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 23.9.1-SNAPSHOT + 23.9.1 tock-shared diff --git a/stt/core/pom.xml b/stt/core/pom.xml index 2863cd9db2..e913a7b6f0 100644 --- a/stt/core/pom.xml +++ b/stt/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 23.9.1-SNAPSHOT + 23.9.1 tock-stt-core diff --git a/stt/google-speech/pom.xml b/stt/google-speech/pom.xml index 5771dff320..5f6c4b3d44 100644 --- a/stt/google-speech/pom.xml +++ b/stt/google-speech/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 23.9.1-SNAPSHOT + 23.9.1 tock-stt-google-speech diff --git a/stt/noop/pom.xml b/stt/noop/pom.xml index 3410d33f56..01ebe2bfef 100644 --- a/stt/noop/pom.xml +++ b/stt/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 23.9.1-SNAPSHOT + 23.9.1 tock-stt-noop diff --git a/stt/pom.xml b/stt/pom.xml index 02dc73a6df..0c1a9bb39c 100644 --- a/stt/pom.xml +++ b/stt/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 23.9.1-SNAPSHOT + 23.9.1 tock-stt diff --git a/translator/core/pom.xml b/translator/core/pom.xml index 3256a494c3..7339b84bd3 100644 --- a/translator/core/pom.xml +++ b/translator/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 23.9.1-SNAPSHOT + 23.9.1 tock-translator-core diff --git a/translator/google-translate/pom.xml b/translator/google-translate/pom.xml index 890a1899a8..e4203cfa50 100644 --- a/translator/google-translate/pom.xml +++ b/translator/google-translate/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 23.9.1-SNAPSHOT + 23.9.1 tock-translator-google diff --git a/translator/noop/pom.xml b/translator/noop/pom.xml index cb9b2a19c1..fd32c100d9 100644 --- a/translator/noop/pom.xml +++ b/translator/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 23.9.1-SNAPSHOT + 23.9.1 tock-translator-noop diff --git a/translator/pom.xml b/translator/pom.xml index d59af54a4f..6a5bf5eac0 100644 --- a/translator/pom.xml +++ b/translator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 23.9.1-SNAPSHOT + 23.9.1 tock-translator diff --git a/util/aws-tools/pom.xml b/util/aws-tools/pom.xml index c174dc4251..1344897396 100644 --- a/util/aws-tools/pom.xml +++ b/util/aws-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 23.9.1-SNAPSHOT + 23.9.1 tock-aws-tools diff --git a/util/iadvize-client/pom.xml b/util/iadvize-client/pom.xml index e05534d06c..85c5247a2d 100644 --- a/util/iadvize-client/pom.xml +++ b/util/iadvize-client/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 23.9.1-SNAPSHOT + 23.9.1 tock-iadvize-client tock-iadvize-client diff --git a/util/pom.xml b/util/pom.xml index 983fbdb830..5c701bacdd 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 23.9.1-SNAPSHOT + 23.9.1 tock-util