From 47a996fe0efc9922f94925a4501a245c476d7a23 Mon Sep 17 00:00:00 2001 From: Julien Buret Date: Thu, 11 Jul 2024 10:09:59 +0200 Subject: [PATCH] [maven-release-plugin] prepare release tock-24.3.4 --- 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-cloud/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 +- gen-ai/orchestrator-client/pom.xml | 2 +- gen-ai/orchestrator-core/pom.xml | 2 +- gen-ai/orchestrator-server/pom.xml | 2 +- gen-ai/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/sagemaker/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 +- 102 files changed, 103 insertions(+), 103 deletions(-) diff --git a/bot/admin/kotlin-compiler/client/pom.xml b/bot/admin/kotlin-compiler/client/pom.xml index 7c6bef1ce7..442f070cf9 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 - 24.3.4-SNAPSHOT + 24.3.4 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 729e89ab24..ce3d9c1522 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin-kotlin-compiler-core diff --git a/bot/admin/kotlin-compiler/pom.xml b/bot/admin/kotlin-compiler/pom.xml index 00e0a25688..9e18ddcf57 100644 --- a/bot/admin/kotlin-compiler/pom.xml +++ b/bot/admin/kotlin-compiler/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin-kotlin-compiler diff --git a/bot/admin/kotlin-compiler/server/pom.xml b/bot/admin/kotlin-compiler/server/pom.xml index 26f8f062d0..dc82a9d3f6 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 - 24.3.4-SNAPSHOT + 24.3.4 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 b67cadd3b7..1cc8bfaa75 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin-kotlin-compiler-shared diff --git a/bot/admin/pom.xml b/bot/admin/pom.xml index 5b68e8fad8..bf8d7d6bb6 100644 --- a/bot/admin/pom.xml +++ b/bot/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin diff --git a/bot/admin/server/pom.xml b/bot/admin/server/pom.xml index 7a0bbfe60d..579b8700bc 100644 --- a/bot/admin/server/pom.xml +++ b/bot/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin-server diff --git a/bot/admin/test/core/pom.xml b/bot/admin/test/core/pom.xml index 594d9f03ee..682dda0e14 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin-test-core diff --git a/bot/admin/test/pom.xml b/bot/admin/test/pom.xml index 5499f54982..bf5bfeae45 100644 --- a/bot/admin/test/pom.xml +++ b/bot/admin/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin-test diff --git a/bot/admin/test/xray/pom.xml b/bot/admin/test/xray/pom.xml index 312017cfd3..45155feb93 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin-test-xray diff --git a/bot/admin/web/pom.xml b/bot/admin/web/pom.xml index 73eecda2a1..1d56b3390b 100644 --- a/bot/admin/web/pom.xml +++ b/bot/admin/web/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-admin-web diff --git a/bot/api/client/pom.xml b/bot/api/client/pom.xml index f1b4995856..4c9f1e6b1f 100644 --- a/bot/api/client/pom.xml +++ b/bot/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-api-client diff --git a/bot/api/model/pom.xml b/bot/api/model/pom.xml index caeb7b6ff8..f4ecc604fe 100644 --- a/bot/api/model/pom.xml +++ b/bot/api/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-api-model diff --git a/bot/api/pom.xml b/bot/api/pom.xml index 78d9127a09..833092b36b 100644 --- a/bot/api/pom.xml +++ b/bot/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-api diff --git a/bot/api/retrofit-jackson-client/pom.xml b/bot/api/retrofit-jackson-client/pom.xml index af04ff9380..a06a5e29ae 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-retrofit-jackson-client diff --git a/bot/api/service/pom.xml b/bot/api/service/pom.xml index 390c820155..5d8286a7cb 100644 --- a/bot/api/service/pom.xml +++ b/bot/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-api-service diff --git a/bot/api/webhook-base/pom.xml b/bot/api/webhook-base/pom.xml index 741af37e84..13ecbceaff 100644 --- a/bot/api/webhook-base/pom.xml +++ b/bot/api/webhook-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-api-webhook-base diff --git a/bot/api/webhook/pom.xml b/bot/api/webhook/pom.xml index 91ef6e39ae..efd6990c5a 100644 --- a/bot/api/webhook/pom.xml +++ b/bot/api/webhook/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-api-webhook diff --git a/bot/api/websocket-base/pom.xml b/bot/api/websocket-base/pom.xml index b293f8c059..a76ec65f40 100644 --- a/bot/api/websocket-base/pom.xml +++ b/bot/api/websocket-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-api-websocket-base diff --git a/bot/api/websocket/pom.xml b/bot/api/websocket/pom.xml index c1675989a8..2cac55bb51 100644 --- a/bot/api/websocket/pom.xml +++ b/bot/api/websocket/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-api-websocket diff --git a/bot/chatbase/pom.xml b/bot/chatbase/pom.xml index 3640847a9e..5d4968fa5f 100644 --- a/bot/chatbase/pom.xml +++ b/bot/chatbase/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.4-SNAPSHOT + 24.3.4 4.0.0 diff --git a/bot/connector-alcmeon/pom.xml b/bot/connector-alcmeon/pom.xml index 6fdce1961c..8897eab464 100644 --- a/bot/connector-alcmeon/pom.xml +++ b/bot/connector-alcmeon/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.4-SNAPSHOT + 24.3.4 4.0.0 diff --git a/bot/connector-alexa/pom.xml b/bot/connector-alexa/pom.xml index 71fe792eaa..599927b328 100644 --- a/bot/connector-alexa/pom.xml +++ b/bot/connector-alexa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-alexa diff --git a/bot/connector-businesschat/pom.xml b/bot/connector-businesschat/pom.xml index 2f77646075..ec0ef2c41f 100644 --- a/bot/connector-businesschat/pom.xml +++ b/bot/connector-businesschat/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.4-SNAPSHOT + 24.3.4 4.0.0 diff --git a/bot/connector-ga/pom.xml b/bot/connector-ga/pom.xml index 587d3414ea..3a931d8f74 100644 --- a/bot/connector-ga/pom.xml +++ b/bot/connector-ga/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-ga diff --git a/bot/connector-google-chat/pom.xml b/bot/connector-google-chat/pom.xml index 8d0b9b1599..2214743c92 100644 --- a/bot/connector-google-chat/pom.xml +++ b/bot/connector-google-chat/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.4-SNAPSHOT + 24.3.4 4.0.0 diff --git a/bot/connector-iadvize/pom.xml b/bot/connector-iadvize/pom.xml index 39d1a50ca9..7cc131d82f 100644 --- a/bot/connector-iadvize/pom.xml +++ b/bot/connector-iadvize/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-iadvize diff --git a/bot/connector-messenger/pom.xml b/bot/connector-messenger/pom.xml index 622d938660..2dfd5f92a3 100644 --- a/bot/connector-messenger/pom.xml +++ b/bot/connector-messenger/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-messenger diff --git a/bot/connector-rest-client/pom.xml b/bot/connector-rest-client/pom.xml index fcbc8dc6b2..1bdb27909a 100644 --- a/bot/connector-rest-client/pom.xml +++ b/bot/connector-rest-client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-rest-client diff --git a/bot/connector-rest/pom.xml b/bot/connector-rest/pom.xml index 2335d48efa..76b28d49fb 100644 --- a/bot/connector-rest/pom.xml +++ b/bot/connector-rest/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-rest diff --git a/bot/connector-rocketchat/pom.xml b/bot/connector-rocketchat/pom.xml index 3827ae8ce1..d06f89a477 100644 --- a/bot/connector-rocketchat/pom.xml +++ b/bot/connector-rocketchat/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-rocketchat diff --git a/bot/connector-slack/pom.xml b/bot/connector-slack/pom.xml index 39f90d3842..bfa68e3f29 100644 --- a/bot/connector-slack/pom.xml +++ b/bot/connector-slack/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-slack diff --git a/bot/connector-teams/pom.xml b/bot/connector-teams/pom.xml index e8fd2a06a9..5a89576056 100644 --- a/bot/connector-teams/pom.xml +++ b/bot/connector-teams/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-teams diff --git a/bot/connector-twitter/pom.xml b/bot/connector-twitter/pom.xml index 01d43c36c3..c033cd1654 100644 --- a/bot/connector-twitter/pom.xml +++ b/bot/connector-twitter/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.4-SNAPSHOT + 24.3.4 4.0.0 diff --git a/bot/connector-web-model/pom.xml b/bot/connector-web-model/pom.xml index e234c756f9..00e4ccb2f4 100644 --- a/bot/connector-web-model/pom.xml +++ b/bot/connector-web-model/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.4-SNAPSHOT + 24.3.4 4.0.0 diff --git a/bot/connector-web/pom.xml b/bot/connector-web/pom.xml index 8166fce4c8..a1fcd1a05a 100644 --- a/bot/connector-web/pom.xml +++ b/bot/connector-web/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.4-SNAPSHOT + 24.3.4 4.0.0 diff --git a/bot/connector-whatsapp-cloud/pom.xml b/bot/connector-whatsapp-cloud/pom.xml index d3307c7592..743c295565 100644 --- a/bot/connector-whatsapp-cloud/pom.xml +++ b/bot/connector-whatsapp-cloud/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-whatsapp-cloud diff --git a/bot/connector-whatsapp/pom.xml b/bot/connector-whatsapp/pom.xml index 849fdcff03..94a69b375c 100644 --- a/bot/connector-whatsapp/pom.xml +++ b/bot/connector-whatsapp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-connector-whatsapp diff --git a/bot/dialogflow/pom.xml b/bot/dialogflow/pom.xml index d9f0a42356..7bce8568cc 100644 --- a/bot/dialogflow/pom.xml +++ b/bot/dialogflow/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-dialogflow diff --git a/bot/engine-jackson/pom.xml b/bot/engine-jackson/pom.xml index 684652ab7c..a1cd1daa3e 100644 --- a/bot/engine-jackson/pom.xml +++ b/bot/engine-jackson/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-engine-jackson diff --git a/bot/engine/pom.xml b/bot/engine/pom.xml index 674e4608ff..70a087aae4 100644 --- a/bot/engine/pom.xml +++ b/bot/engine/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-engine diff --git a/bot/orchestration/pom.xml b/bot/orchestration/pom.xml index ee449b79a9..e38ad3f9bf 100644 --- a/bot/orchestration/pom.xml +++ b/bot/orchestration/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.4-SNAPSHOT + 24.3.4 4.0.0 diff --git a/bot/pom.xml b/bot/pom.xml index 6a57970781..3fb4285342 100644 --- a/bot/pom.xml +++ b/bot/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.4-SNAPSHOT + 24.3.4 tock-bot diff --git a/bot/storage-mongo/pom.xml b/bot/storage-mongo/pom.xml index 08f974b566..7e0dc978f5 100644 --- a/bot/storage-mongo/pom.xml +++ b/bot/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-bot-storage-mongo diff --git a/bot/test-base/pom.xml b/bot/test-base/pom.xml index 6617b00631..da71a57c53 100644 --- a/bot/test-base/pom.xml +++ b/bot/test-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 bot-test-base diff --git a/bot/test/pom.xml b/bot/test/pom.xml index 9196794672..4be6e0b3b1 100644 --- a/bot/test/pom.xml +++ b/bot/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 bot-test diff --git a/bot/toolkit-base/pom.xml b/bot/toolkit-base/pom.xml index 4627cbfb67..07edac5d8c 100644 --- a/bot/toolkit-base/pom.xml +++ b/bot/toolkit-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 bot-toolkit-base diff --git a/bot/toolkit/pom.xml b/bot/toolkit/pom.xml index 2f4fcf71c9..1ee819177d 100644 --- a/bot/toolkit/pom.xml +++ b/bot/toolkit/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 bot-toolkit diff --git a/bot/xray/pom.xml b/bot/xray/pom.xml index 4cc353cf1d..571f4a7d59 100644 --- a/bot/xray/pom.xml +++ b/bot/xray/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.4-SNAPSHOT + 24.3.4 tock-xray-plugin diff --git a/gen-ai/orchestrator-client/pom.xml b/gen-ai/orchestrator-client/pom.xml index fd5a6999e0..d7bd302166 100644 --- a/gen-ai/orchestrator-client/pom.xml +++ b/gen-ai/orchestrator-client/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-gen-ai - 24.3.4-SNAPSHOT + 24.3.4 tock-gen-ai-orchestrator-client diff --git a/gen-ai/orchestrator-core/pom.xml b/gen-ai/orchestrator-core/pom.xml index 751f3ffa7a..abf7bc6357 100644 --- a/gen-ai/orchestrator-core/pom.xml +++ b/gen-ai/orchestrator-core/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-gen-ai - 24.3.4-SNAPSHOT + 24.3.4 tock-gen-ai-orchestrator-core diff --git a/gen-ai/orchestrator-server/pom.xml b/gen-ai/orchestrator-server/pom.xml index 2a2c4acec3..099d411078 100644 --- a/gen-ai/orchestrator-server/pom.xml +++ b/gen-ai/orchestrator-server/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-gen-ai - 24.3.4-SNAPSHOT + 24.3.4 tock-gen-ai-orchestrator-server diff --git a/gen-ai/pom.xml b/gen-ai/pom.xml index 42f0f10534..429e6c3d01 100644 --- a/gen-ai/pom.xml +++ b/gen-ai/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-root - 24.3.4-SNAPSHOT + 24.3.4 tock-gen-ai diff --git a/nlp/admin/pom.xml b/nlp/admin/pom.xml index d383694ebf..57ba467809 100644 --- a/nlp/admin/pom.xml +++ b/nlp/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-admin diff --git a/nlp/admin/server/pom.xml b/nlp/admin/server/pom.xml index d054fb425e..4f568c5680 100644 --- a/nlp/admin/server/pom.xml +++ b/nlp/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-admin - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-admin-server diff --git a/nlp/admin/web/pom.xml b/nlp/admin/web/pom.xml index d28df545d3..d7b5053eb5 100644 --- a/nlp/admin/web/pom.xml +++ b/nlp/admin/web/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-admin - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-admin-web diff --git a/nlp/api/client/pom.xml b/nlp/api/client/pom.xml index e02da35682..e27fa654ee 100644 --- a/nlp/api/client/pom.xml +++ b/nlp/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.3.4-SNAPSHOT + 24.3.4 nlp-api-client diff --git a/nlp/api/doc/pom.xml b/nlp/api/doc/pom.xml index cb99468b31..4dbdf0bafd 100644 --- a/nlp/api/doc/pom.xml +++ b/nlp/api/doc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-api-doc diff --git a/nlp/api/pom.xml b/nlp/api/pom.xml index 5a30866f21..9ea8870e9d 100644 --- a/nlp/api/pom.xml +++ b/nlp/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-api diff --git a/nlp/api/service/pom.xml b/nlp/api/service/pom.xml index abefc0f8d7..3ca98e9591 100644 --- a/nlp/api/service/pom.xml +++ b/nlp/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.3.4-SNAPSHOT + 24.3.4 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 af1a28b981..62b5aad297 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 - 24.3.4-SNAPSHOT + 24.3.4 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 dfacd1b4c9..8ce20de305 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-build-model-worker-on-demand diff --git a/nlp/build-model-worker/pom.xml b/nlp/build-model-worker/pom.xml index e0427030d1..8d0b385d89 100644 --- a/nlp/build-model-worker/pom.xml +++ b/nlp/build-model-worker/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-build-model-worker diff --git a/nlp/core/client/pom.xml b/nlp/core/client/pom.xml index 1cdd2f4e37..b005d691e0 100644 --- a/nlp/core/client/pom.xml +++ b/nlp/core/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-core-client diff --git a/nlp/core/pom.xml b/nlp/core/pom.xml index 11a3ae6f31..ac8ec93c02 100644 --- a/nlp/core/pom.xml +++ b/nlp/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-core diff --git a/nlp/core/service/pom.xml b/nlp/core/service/pom.xml index b41a739843..b0af49682d 100644 --- a/nlp/core/service/pom.xml +++ b/nlp/core/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-core-service diff --git a/nlp/core/shared/pom.xml b/nlp/core/shared/pom.xml index 8b5d2d9158..2b42a5fb23 100644 --- a/nlp/core/shared/pom.xml +++ b/nlp/core/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-core-shared diff --git a/nlp/entity-evaluator/duckling/client/pom.xml b/nlp/entity-evaluator/duckling/client/pom.xml index 47ac096750..d6d9847c20 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-duckling-client diff --git a/nlp/entity-evaluator/duckling/pom.xml b/nlp/entity-evaluator/duckling/pom.xml index ba620bfa34..67569631eb 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-duckling diff --git a/nlp/entity-evaluator/duckling/service/pom.xml b/nlp/entity-evaluator/duckling/service/pom.xml index 5a4a8d6cbc..962ea8371a 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-duckling-service diff --git a/nlp/entity-evaluator/entity-value/pom.xml b/nlp/entity-evaluator/entity-value/pom.xml index 4b7910b4d1..b4d2f619cd 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-entity-value diff --git a/nlp/entity-evaluator/pom.xml b/nlp/entity-evaluator/pom.xml index f99ac06d71..67a68f04ff 100644 --- a/nlp/entity-evaluator/pom.xml +++ b/nlp/entity-evaluator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-entity-evaluator diff --git a/nlp/entity-evaluator/rest/pom.xml b/nlp/entity-evaluator/rest/pom.xml index 149e162989..715136fe3c 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 - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-entity-rest diff --git a/nlp/front/client/pom.xml b/nlp/front/client/pom.xml index be2277b1a6..57bb01f05b 100644 --- a/nlp/front/client/pom.xml +++ b/nlp/front/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-front-client diff --git a/nlp/front/ioc/pom.xml b/nlp/front/ioc/pom.xml index 57d332a490..8bc821fe30 100644 --- a/nlp/front/ioc/pom.xml +++ b/nlp/front/ioc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-front-ioc diff --git a/nlp/front/pom.xml b/nlp/front/pom.xml index ac01c09b78..0746578031 100644 --- a/nlp/front/pom.xml +++ b/nlp/front/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-front diff --git a/nlp/front/service/pom.xml b/nlp/front/service/pom.xml index dfd505cd05..e9dec098ce 100644 --- a/nlp/front/service/pom.xml +++ b/nlp/front/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-front-service diff --git a/nlp/front/shared/pom.xml b/nlp/front/shared/pom.xml index 1b5c8aefeb..6d0ff931c9 100644 --- a/nlp/front/shared/pom.xml +++ b/nlp/front/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-front-shared diff --git a/nlp/front/storage-mongo/pom.xml b/nlp/front/storage-mongo/pom.xml index 0159ab80f2..73ace1111c 100644 --- a/nlp/front/storage-mongo/pom.xml +++ b/nlp/front/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-front-storage-mongo diff --git a/nlp/integration-tests/pom.xml b/nlp/integration-tests/pom.xml index 022a2cd6e9..e386c1066b 100644 --- a/nlp/integration-tests/pom.xml +++ b/nlp/integration-tests/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-integration-tests diff --git a/nlp/model/client/pom.xml b/nlp/model/client/pom.xml index 9be5c7404b..ceb3f960ca 100644 --- a/nlp/model/client/pom.xml +++ b/nlp/model/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-model-client diff --git a/nlp/model/opennlp/pom.xml b/nlp/model/opennlp/pom.xml index 8948705abf..5ede71da08 100644 --- a/nlp/model/opennlp/pom.xml +++ b/nlp/model/opennlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-model-opennlp diff --git a/nlp/model/pom.xml b/nlp/model/pom.xml index f5b4fe3ff8..03ba0119a6 100644 --- a/nlp/model/pom.xml +++ b/nlp/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.4-SNAPSHOT + 24.3.4 pom diff --git a/nlp/model/rasa/pom.xml b/nlp/model/rasa/pom.xml index 01c0171a56..38d98e4ffb 100644 --- a/nlp/model/rasa/pom.xml +++ b/nlp/model/rasa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-model-rasa diff --git a/nlp/model/sagemaker/pom.xml b/nlp/model/sagemaker/pom.xml index 01e440077c..128255cdc4 100644 --- a/nlp/model/sagemaker/pom.xml +++ b/nlp/model/sagemaker/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-nlp-model - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-model-sagemaker diff --git a/nlp/model/service/pom.xml b/nlp/model/service/pom.xml index be9ba1ebad..ffb218bde4 100644 --- a/nlp/model/service/pom.xml +++ b/nlp/model/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-model-service diff --git a/nlp/model/shared/pom.xml b/nlp/model/shared/pom.xml index c9a369ca95..f8de22871b 100644 --- a/nlp/model/shared/pom.xml +++ b/nlp/model/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-model-shared diff --git a/nlp/model/storage-mongo/pom.xml b/nlp/model/storage-mongo/pom.xml index 9e1722ffcb..1665e3104f 100644 --- a/nlp/model/storage-mongo/pom.xml +++ b/nlp/model/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp-model-storage-mongo diff --git a/nlp/pom.xml b/nlp/pom.xml index a909d7a1e5..23538271f9 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.4-SNAPSHOT + 24.3.4 tock-nlp diff --git a/pom.xml b/pom.xml index 36349463c3..a9e1fd5dbb 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-root - 24.3.4-SNAPSHOT + 24.3.4 pom Tock Tock, The Open Conversation Kit @@ -911,7 +911,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-24.3.4 diff --git a/shared/pom.xml b/shared/pom.xml index 20c1586bc6..d2485a1584 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.4-SNAPSHOT + 24.3.4 tock-shared diff --git a/stt/core/pom.xml b/stt/core/pom.xml index 70d7c16659..ec5947d2a3 100644 --- a/stt/core/pom.xml +++ b/stt/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.3.4-SNAPSHOT + 24.3.4 tock-stt-core diff --git a/stt/google-speech/pom.xml b/stt/google-speech/pom.xml index 4ce5918a34..2b7a7e98e1 100644 --- a/stt/google-speech/pom.xml +++ b/stt/google-speech/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.3.4-SNAPSHOT + 24.3.4 tock-stt-google-speech diff --git a/stt/noop/pom.xml b/stt/noop/pom.xml index 7e5ca60deb..3083d4558b 100644 --- a/stt/noop/pom.xml +++ b/stt/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.3.4-SNAPSHOT + 24.3.4 tock-stt-noop diff --git a/stt/pom.xml b/stt/pom.xml index b196f638fb..1c93817c13 100644 --- a/stt/pom.xml +++ b/stt/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.4-SNAPSHOT + 24.3.4 tock-stt diff --git a/translator/core/pom.xml b/translator/core/pom.xml index ccb7b0c658..46ebeb985d 100644 --- a/translator/core/pom.xml +++ b/translator/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.3.4-SNAPSHOT + 24.3.4 tock-translator-core diff --git a/translator/google-translate/pom.xml b/translator/google-translate/pom.xml index 0d1cecf84c..1d6e996ebb 100644 --- a/translator/google-translate/pom.xml +++ b/translator/google-translate/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.3.4-SNAPSHOT + 24.3.4 tock-translator-google diff --git a/translator/noop/pom.xml b/translator/noop/pom.xml index b3f345dcaf..38f94841b1 100644 --- a/translator/noop/pom.xml +++ b/translator/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.3.4-SNAPSHOT + 24.3.4 tock-translator-noop diff --git a/translator/pom.xml b/translator/pom.xml index bc18f8098e..b85c68a807 100644 --- a/translator/pom.xml +++ b/translator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.4-SNAPSHOT + 24.3.4 tock-translator diff --git a/util/aws-tools/pom.xml b/util/aws-tools/pom.xml index 3f3cbbe007..05ea8cbc5f 100644 --- a/util/aws-tools/pom.xml +++ b/util/aws-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.3.4-SNAPSHOT + 24.3.4 tock-aws-tools diff --git a/util/iadvize-client/pom.xml b/util/iadvize-client/pom.xml index 449b0f1a3d..f28cf9f2fc 100644 --- a/util/iadvize-client/pom.xml +++ b/util/iadvize-client/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.3.4-SNAPSHOT + 24.3.4 tock-iadvize-client tock-iadvize-client diff --git a/util/pom.xml b/util/pom.xml index 79d862c9e2..b9da7c553c 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.4-SNAPSHOT + 24.3.4 tock-util