From c02050a62ff483e06c20361df54b5846e3f11293 Mon Sep 17 00:00:00 2001 From: Julien Buret Date: Mon, 21 Oct 2024 15:49:50 +0200 Subject: [PATCH] [maven-release-plugin] prepare release tock-24.9.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/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/deepl-translate/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/env-tools/pom.xml | 2 +- util/gcp-tools/pom.xml | 2 +- util/iadvize-client/pom.xml | 2 +- util/pom.xml | 2 +- 104 files changed, 105 insertions(+), 105 deletions(-) diff --git a/bot/admin/kotlin-compiler/client/pom.xml b/bot/admin/kotlin-compiler/client/pom.xml index 9e9a749deb..465838ee64 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.9.4-SNAPSHOT + 24.9.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 7f346fc94f..f04475b600 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.9.4-SNAPSHOT + 24.9.4 tock-bot-admin-kotlin-compiler-core diff --git a/bot/admin/kotlin-compiler/pom.xml b/bot/admin/kotlin-compiler/pom.xml index 2c9cfa81a1..5fb5af0d24 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.9.4-SNAPSHOT + 24.9.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 7723d0e522..cf48ebcde6 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.9.4-SNAPSHOT + 24.9.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 6c6ef0efc7..c42fa0e70f 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.9.4-SNAPSHOT + 24.9.4 tock-bot-admin-kotlin-compiler-shared diff --git a/bot/admin/pom.xml b/bot/admin/pom.xml index 7577558203..9b2f626b42 100644 --- a/bot/admin/pom.xml +++ b/bot/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-admin diff --git a/bot/admin/server/pom.xml b/bot/admin/server/pom.xml index dbf5bd004c..4842f561a9 100644 --- a/bot/admin/server/pom.xml +++ b/bot/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-admin-server diff --git a/bot/admin/test/core/pom.xml b/bot/admin/test/core/pom.xml index 3ddbbff1dc..74f7692826 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.9.4-SNAPSHOT + 24.9.4 tock-bot-admin-test-core diff --git a/bot/admin/test/pom.xml b/bot/admin/test/pom.xml index 0ee8547b3c..6cd60761da 100644 --- a/bot/admin/test/pom.xml +++ b/bot/admin/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-admin-test diff --git a/bot/admin/test/xray/pom.xml b/bot/admin/test/xray/pom.xml index 81727ba5ac..d4f78c05d9 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.9.4-SNAPSHOT + 24.9.4 tock-bot-admin-test-xray diff --git a/bot/admin/web/pom.xml b/bot/admin/web/pom.xml index e4224bbf7c..4026d37f28 100644 --- a/bot/admin/web/pom.xml +++ b/bot/admin/web/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-admin-web diff --git a/bot/api/client/pom.xml b/bot/api/client/pom.xml index 69cd8c7a7d..af4eee94a6 100644 --- a/bot/api/client/pom.xml +++ b/bot/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-api-client diff --git a/bot/api/model/pom.xml b/bot/api/model/pom.xml index 2f9f9fcefe..34a126f757 100644 --- a/bot/api/model/pom.xml +++ b/bot/api/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-api-model diff --git a/bot/api/pom.xml b/bot/api/pom.xml index 6aa6396d03..9178abc2ad 100644 --- a/bot/api/pom.xml +++ b/bot/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-api diff --git a/bot/api/retrofit-jackson-client/pom.xml b/bot/api/retrofit-jackson-client/pom.xml index aac59306f6..0bd2c6e5f8 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.9.4-SNAPSHOT + 24.9.4 tock-retrofit-jackson-client diff --git a/bot/api/service/pom.xml b/bot/api/service/pom.xml index 77934dd399..30f1efb10b 100644 --- a/bot/api/service/pom.xml +++ b/bot/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-api-service diff --git a/bot/api/webhook-base/pom.xml b/bot/api/webhook-base/pom.xml index 51010db5a6..f68f31af35 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.9.4-SNAPSHOT + 24.9.4 tock-bot-api-webhook-base diff --git a/bot/api/webhook/pom.xml b/bot/api/webhook/pom.xml index 1b21a687ec..26551e4385 100644 --- a/bot/api/webhook/pom.xml +++ b/bot/api/webhook/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-api-webhook diff --git a/bot/api/websocket-base/pom.xml b/bot/api/websocket-base/pom.xml index 6f3b1d7297..858aa009fa 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.9.4-SNAPSHOT + 24.9.4 tock-bot-api-websocket-base diff --git a/bot/api/websocket/pom.xml b/bot/api/websocket/pom.xml index 9de5556267..3d446dfed8 100644 --- a/bot/api/websocket/pom.xml +++ b/bot/api/websocket/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-api-websocket diff --git a/bot/chatbase/pom.xml b/bot/chatbase/pom.xml index 14024068b7..e83da4ebad 100644 --- a/bot/chatbase/pom.xml +++ b/bot/chatbase/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.4-SNAPSHOT + 24.9.4 4.0.0 diff --git a/bot/connector-alcmeon/pom.xml b/bot/connector-alcmeon/pom.xml index 37b6374bf5..ec991f97fe 100644 --- a/bot/connector-alcmeon/pom.xml +++ b/bot/connector-alcmeon/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.4-SNAPSHOT + 24.9.4 4.0.0 diff --git a/bot/connector-alexa/pom.xml b/bot/connector-alexa/pom.xml index ab38f1cfa8..894d9b318a 100644 --- a/bot/connector-alexa/pom.xml +++ b/bot/connector-alexa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-alexa diff --git a/bot/connector-businesschat/pom.xml b/bot/connector-businesschat/pom.xml index b916217a61..b9dd1d83d9 100644 --- a/bot/connector-businesschat/pom.xml +++ b/bot/connector-businesschat/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.4-SNAPSHOT + 24.9.4 4.0.0 diff --git a/bot/connector-ga/pom.xml b/bot/connector-ga/pom.xml index de639ed928..89d5198fd2 100644 --- a/bot/connector-ga/pom.xml +++ b/bot/connector-ga/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-ga diff --git a/bot/connector-google-chat/pom.xml b/bot/connector-google-chat/pom.xml index af5c13c0d0..7b85dadd6b 100644 --- a/bot/connector-google-chat/pom.xml +++ b/bot/connector-google-chat/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.4-SNAPSHOT + 24.9.4 4.0.0 diff --git a/bot/connector-iadvize/pom.xml b/bot/connector-iadvize/pom.xml index fe2bf57e57..cb1de7fdc9 100644 --- a/bot/connector-iadvize/pom.xml +++ b/bot/connector-iadvize/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-iadvize diff --git a/bot/connector-messenger/pom.xml b/bot/connector-messenger/pom.xml index b0b1cf2b10..1a9fef0208 100644 --- a/bot/connector-messenger/pom.xml +++ b/bot/connector-messenger/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-messenger diff --git a/bot/connector-rest-client/pom.xml b/bot/connector-rest-client/pom.xml index 039c23142e..dbcbda24cb 100644 --- a/bot/connector-rest-client/pom.xml +++ b/bot/connector-rest-client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-rest-client diff --git a/bot/connector-rest/pom.xml b/bot/connector-rest/pom.xml index 75e1f4e239..afb5f21479 100644 --- a/bot/connector-rest/pom.xml +++ b/bot/connector-rest/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-rest diff --git a/bot/connector-rocketchat/pom.xml b/bot/connector-rocketchat/pom.xml index 6a1adbe0cc..9242b4f461 100644 --- a/bot/connector-rocketchat/pom.xml +++ b/bot/connector-rocketchat/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-rocketchat diff --git a/bot/connector-slack/pom.xml b/bot/connector-slack/pom.xml index 6d15e360ac..529310191c 100644 --- a/bot/connector-slack/pom.xml +++ b/bot/connector-slack/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-slack diff --git a/bot/connector-teams/pom.xml b/bot/connector-teams/pom.xml index ae01edc2a9..da2819bfad 100644 --- a/bot/connector-teams/pom.xml +++ b/bot/connector-teams/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-teams diff --git a/bot/connector-twitter/pom.xml b/bot/connector-twitter/pom.xml index 1484ce62a7..07eb80acee 100644 --- a/bot/connector-twitter/pom.xml +++ b/bot/connector-twitter/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.4-SNAPSHOT + 24.9.4 4.0.0 diff --git a/bot/connector-web-model/pom.xml b/bot/connector-web-model/pom.xml index bcc34883e0..ee591c144d 100644 --- a/bot/connector-web-model/pom.xml +++ b/bot/connector-web-model/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.4-SNAPSHOT + 24.9.4 4.0.0 diff --git a/bot/connector-web/pom.xml b/bot/connector-web/pom.xml index 27387e56b5..83d766646e 100644 --- a/bot/connector-web/pom.xml +++ b/bot/connector-web/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.4-SNAPSHOT + 24.9.4 4.0.0 diff --git a/bot/connector-whatsapp-cloud/pom.xml b/bot/connector-whatsapp-cloud/pom.xml index c5875b87a2..17460cd7ef 100644 --- a/bot/connector-whatsapp-cloud/pom.xml +++ b/bot/connector-whatsapp-cloud/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-whatsapp-cloud diff --git a/bot/connector-whatsapp/pom.xml b/bot/connector-whatsapp/pom.xml index 112b423888..1dd3436ffb 100644 --- a/bot/connector-whatsapp/pom.xml +++ b/bot/connector-whatsapp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-connector-whatsapp diff --git a/bot/dialogflow/pom.xml b/bot/dialogflow/pom.xml index ddc5afc35b..f5e8576c99 100644 --- a/bot/dialogflow/pom.xml +++ b/bot/dialogflow/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-dialogflow diff --git a/bot/engine-jackson/pom.xml b/bot/engine-jackson/pom.xml index db842a3d66..45b37b8bf3 100644 --- a/bot/engine-jackson/pom.xml +++ b/bot/engine-jackson/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-engine-jackson diff --git a/bot/engine/pom.xml b/bot/engine/pom.xml index 5a55a55927..e6d2165d4a 100644 --- a/bot/engine/pom.xml +++ b/bot/engine/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-engine diff --git a/bot/orchestration/pom.xml b/bot/orchestration/pom.xml index 0bc729b465..08c97ba2e4 100644 --- a/bot/orchestration/pom.xml +++ b/bot/orchestration/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.4-SNAPSHOT + 24.9.4 4.0.0 diff --git a/bot/pom.xml b/bot/pom.xml index 402ca86961..1549f10f87 100644 --- a/bot/pom.xml +++ b/bot/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.4-SNAPSHOT + 24.9.4 tock-bot diff --git a/bot/storage-mongo/pom.xml b/bot/storage-mongo/pom.xml index c53159b38b..bc7fc7bfb8 100644 --- a/bot/storage-mongo/pom.xml +++ b/bot/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-bot-storage-mongo diff --git a/bot/test-base/pom.xml b/bot/test-base/pom.xml index d5763523f7..a92cda53c3 100644 --- a/bot/test-base/pom.xml +++ b/bot/test-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 bot-test-base diff --git a/bot/test/pom.xml b/bot/test/pom.xml index ec42307681..a7ad1ce2a8 100644 --- a/bot/test/pom.xml +++ b/bot/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 bot-test diff --git a/bot/toolkit-base/pom.xml b/bot/toolkit-base/pom.xml index 3db29f05cf..930be46173 100644 --- a/bot/toolkit-base/pom.xml +++ b/bot/toolkit-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 bot-toolkit-base diff --git a/bot/toolkit/pom.xml b/bot/toolkit/pom.xml index 53780dd69c..a5279540e6 100644 --- a/bot/toolkit/pom.xml +++ b/bot/toolkit/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 bot-toolkit diff --git a/bot/xray/pom.xml b/bot/xray/pom.xml index fc30674c93..ad9d4f3bb8 100644 --- a/bot/xray/pom.xml +++ b/bot/xray/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.4-SNAPSHOT + 24.9.4 tock-xray-plugin diff --git a/gen-ai/orchestrator-client/pom.xml b/gen-ai/orchestrator-client/pom.xml index 5abc8a8c84..ebd8c09d89 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.9.4-SNAPSHOT + 24.9.4 tock-gen-ai-orchestrator-client diff --git a/gen-ai/orchestrator-core/pom.xml b/gen-ai/orchestrator-core/pom.xml index 0f96264428..688a613e48 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.9.4-SNAPSHOT + 24.9.4 tock-gen-ai-orchestrator-core diff --git a/gen-ai/orchestrator-server/pom.xml b/gen-ai/orchestrator-server/pom.xml index 1d6bc04e1e..32f08cee4b 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.9.4-SNAPSHOT + 24.9.4 tock-gen-ai-orchestrator-server diff --git a/gen-ai/pom.xml b/gen-ai/pom.xml index add8e5dc18..c81d00f7f1 100644 --- a/gen-ai/pom.xml +++ b/gen-ai/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-root - 24.9.4-SNAPSHOT + 24.9.4 tock-gen-ai diff --git a/nlp/admin/pom.xml b/nlp/admin/pom.xml index 7ab3848c69..101a28eb6a 100644 --- a/nlp/admin/pom.xml +++ b/nlp/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-admin diff --git a/nlp/admin/server/pom.xml b/nlp/admin/server/pom.xml index 57d58f0044..cb6b687097 100644 --- a/nlp/admin/server/pom.xml +++ b/nlp/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-admin - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-admin-server diff --git a/nlp/api/client/pom.xml b/nlp/api/client/pom.xml index 67bca67bd9..c0705a69ab 100644 --- a/nlp/api/client/pom.xml +++ b/nlp/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.9.4-SNAPSHOT + 24.9.4 nlp-api-client diff --git a/nlp/api/doc/pom.xml b/nlp/api/doc/pom.xml index 26d8517c90..3c9c44c96c 100644 --- a/nlp/api/doc/pom.xml +++ b/nlp/api/doc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-api-doc diff --git a/nlp/api/pom.xml b/nlp/api/pom.xml index 5688c28b67..a3a63450e8 100644 --- a/nlp/api/pom.xml +++ b/nlp/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-api diff --git a/nlp/api/service/pom.xml b/nlp/api/service/pom.xml index 0183d053d5..57160197a0 100644 --- a/nlp/api/service/pom.xml +++ b/nlp/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.9.4-SNAPSHOT + 24.9.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 ebaf80390e..549bdc8c2e 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.9.4-SNAPSHOT + 24.9.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 d29ba77a6f..a3d680cd44 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.9.4-SNAPSHOT + 24.9.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 6bd3f29521..1739dc1365 100644 --- a/nlp/build-model-worker/pom.xml +++ b/nlp/build-model-worker/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-build-model-worker diff --git a/nlp/core/client/pom.xml b/nlp/core/client/pom.xml index 86633fe836..d4ccf3adc9 100644 --- a/nlp/core/client/pom.xml +++ b/nlp/core/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-core-client diff --git a/nlp/core/pom.xml b/nlp/core/pom.xml index 0019676b72..950da9645f 100644 --- a/nlp/core/pom.xml +++ b/nlp/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-core diff --git a/nlp/core/service/pom.xml b/nlp/core/service/pom.xml index 82e4167b80..32fa890efc 100644 --- a/nlp/core/service/pom.xml +++ b/nlp/core/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-core-service diff --git a/nlp/core/shared/pom.xml b/nlp/core/shared/pom.xml index 2f2bc78ca1..28d3862aca 100644 --- a/nlp/core/shared/pom.xml +++ b/nlp/core/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-core-shared diff --git a/nlp/entity-evaluator/duckling/client/pom.xml b/nlp/entity-evaluator/duckling/client/pom.xml index 61eabcee91..292c700543 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.9.4-SNAPSHOT + 24.9.4 tock-nlp-duckling-client diff --git a/nlp/entity-evaluator/duckling/pom.xml b/nlp/entity-evaluator/duckling/pom.xml index 7799e07185..5982b2c19b 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.9.4-SNAPSHOT + 24.9.4 tock-nlp-duckling diff --git a/nlp/entity-evaluator/duckling/service/pom.xml b/nlp/entity-evaluator/duckling/service/pom.xml index ac8993bee4..d8c18d59e0 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.9.4-SNAPSHOT + 24.9.4 tock-nlp-duckling-service diff --git a/nlp/entity-evaluator/entity-value/pom.xml b/nlp/entity-evaluator/entity-value/pom.xml index 27ae9f7d4d..8f9c2d77d4 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.9.4-SNAPSHOT + 24.9.4 tock-nlp-entity-value diff --git a/nlp/entity-evaluator/pom.xml b/nlp/entity-evaluator/pom.xml index ee11920896..670ad98aef 100644 --- a/nlp/entity-evaluator/pom.xml +++ b/nlp/entity-evaluator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-entity-evaluator diff --git a/nlp/entity-evaluator/rest/pom.xml b/nlp/entity-evaluator/rest/pom.xml index f9dae43f52..449c037d3b 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.9.4-SNAPSHOT + 24.9.4 tock-nlp-entity-rest diff --git a/nlp/front/client/pom.xml b/nlp/front/client/pom.xml index 64ddbc615a..ba79a666a6 100644 --- a/nlp/front/client/pom.xml +++ b/nlp/front/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-front-client diff --git a/nlp/front/ioc/pom.xml b/nlp/front/ioc/pom.xml index 9c99211c7f..2e073d7982 100644 --- a/nlp/front/ioc/pom.xml +++ b/nlp/front/ioc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-front-ioc diff --git a/nlp/front/pom.xml b/nlp/front/pom.xml index eac9402030..6caa42e50c 100644 --- a/nlp/front/pom.xml +++ b/nlp/front/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-front diff --git a/nlp/front/service/pom.xml b/nlp/front/service/pom.xml index 3028f82ba1..b066bf526b 100644 --- a/nlp/front/service/pom.xml +++ b/nlp/front/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-front-service diff --git a/nlp/front/shared/pom.xml b/nlp/front/shared/pom.xml index 30ab19efce..f006b3bd7b 100644 --- a/nlp/front/shared/pom.xml +++ b/nlp/front/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-front-shared diff --git a/nlp/front/storage-mongo/pom.xml b/nlp/front/storage-mongo/pom.xml index 54d2f6e04b..261c6dcf59 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.9.4-SNAPSHOT + 24.9.4 tock-nlp-front-storage-mongo diff --git a/nlp/integration-tests/pom.xml b/nlp/integration-tests/pom.xml index 0842a06ba9..ff2cb9829b 100644 --- a/nlp/integration-tests/pom.xml +++ b/nlp/integration-tests/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-integration-tests diff --git a/nlp/model/client/pom.xml b/nlp/model/client/pom.xml index 707888dd8d..0b0acb5055 100644 --- a/nlp/model/client/pom.xml +++ b/nlp/model/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-model-client diff --git a/nlp/model/opennlp/pom.xml b/nlp/model/opennlp/pom.xml index 1fc492205e..102b2892eb 100644 --- a/nlp/model/opennlp/pom.xml +++ b/nlp/model/opennlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-model-opennlp diff --git a/nlp/model/pom.xml b/nlp/model/pom.xml index c51ef6fccd..ba508e6b5d 100644 --- a/nlp/model/pom.xml +++ b/nlp/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.4-SNAPSHOT + 24.9.4 pom diff --git a/nlp/model/rasa/pom.xml b/nlp/model/rasa/pom.xml index e189d4e659..7586257df9 100644 --- a/nlp/model/rasa/pom.xml +++ b/nlp/model/rasa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-model-rasa diff --git a/nlp/model/sagemaker/pom.xml b/nlp/model/sagemaker/pom.xml index 9a6b80381c..90ae9eb795 100644 --- a/nlp/model/sagemaker/pom.xml +++ b/nlp/model/sagemaker/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-nlp-model - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-model-sagemaker diff --git a/nlp/model/service/pom.xml b/nlp/model/service/pom.xml index a573b41b73..04deb84c67 100644 --- a/nlp/model/service/pom.xml +++ b/nlp/model/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-model-service diff --git a/nlp/model/shared/pom.xml b/nlp/model/shared/pom.xml index 6974e9d308..b4dc044bd9 100644 --- a/nlp/model/shared/pom.xml +++ b/nlp/model/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp-model-shared diff --git a/nlp/model/storage-mongo/pom.xml b/nlp/model/storage-mongo/pom.xml index 53c7ab73ef..38d214b3fb 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.9.4-SNAPSHOT + 24.9.4 tock-nlp-model-storage-mongo diff --git a/nlp/pom.xml b/nlp/pom.xml index 883b350748..63c25931e3 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.4-SNAPSHOT + 24.9.4 tock-nlp diff --git a/pom.xml b/pom.xml index e32b0415c7..b276817016 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-root - 24.9.4-SNAPSHOT + 24.9.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.9.4 diff --git a/shared/pom.xml b/shared/pom.xml index 7425c55ad7..4f7ba0dda9 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.4-SNAPSHOT + 24.9.4 tock-shared diff --git a/stt/core/pom.xml b/stt/core/pom.xml index 7b91f4bff1..e47b0704b8 100644 --- a/stt/core/pom.xml +++ b/stt/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.9.4-SNAPSHOT + 24.9.4 tock-stt-core diff --git a/stt/google-speech/pom.xml b/stt/google-speech/pom.xml index cc9e5f917c..158047be33 100644 --- a/stt/google-speech/pom.xml +++ b/stt/google-speech/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.9.4-SNAPSHOT + 24.9.4 tock-stt-google-speech diff --git a/stt/noop/pom.xml b/stt/noop/pom.xml index f69c9ee520..d2635ea1ee 100644 --- a/stt/noop/pom.xml +++ b/stt/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.9.4-SNAPSHOT + 24.9.4 tock-stt-noop diff --git a/stt/pom.xml b/stt/pom.xml index 637983f570..9fbaee4ed0 100644 --- a/stt/pom.xml +++ b/stt/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.4-SNAPSHOT + 24.9.4 tock-stt diff --git a/translator/core/pom.xml b/translator/core/pom.xml index ebc54d9c03..28ce3de4f1 100644 --- a/translator/core/pom.xml +++ b/translator/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.9.4-SNAPSHOT + 24.9.4 tock-translator-core diff --git a/translator/deepl-translate/pom.xml b/translator/deepl-translate/pom.xml index bdc6ed0fe1..2fb2657645 100644 --- a/translator/deepl-translate/pom.xml +++ b/translator/deepl-translate/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-translator - 24.9.4-SNAPSHOT + 24.9.4 tock-deepl-translate diff --git a/translator/google-translate/pom.xml b/translator/google-translate/pom.xml index 6014a7ae2e..d1913ab620 100644 --- a/translator/google-translate/pom.xml +++ b/translator/google-translate/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.9.4-SNAPSHOT + 24.9.4 tock-translator-google diff --git a/translator/noop/pom.xml b/translator/noop/pom.xml index 14c329201c..74602112d8 100644 --- a/translator/noop/pom.xml +++ b/translator/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.9.4-SNAPSHOT + 24.9.4 tock-translator-noop diff --git a/translator/pom.xml b/translator/pom.xml index 2283c1779c..f3b4b6e837 100644 --- a/translator/pom.xml +++ b/translator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.4-SNAPSHOT + 24.9.4 tock-translator diff --git a/util/aws-tools/pom.xml b/util/aws-tools/pom.xml index fc2cee5897..904e177a0b 100644 --- a/util/aws-tools/pom.xml +++ b/util/aws-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.9.4-SNAPSHOT + 24.9.4 tock-aws-tools diff --git a/util/env-tools/pom.xml b/util/env-tools/pom.xml index 3b4ee2b683..a4b1632110 100644 --- a/util/env-tools/pom.xml +++ b/util/env-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.9.4-SNAPSHOT + 24.9.4 tock-env-tools diff --git a/util/gcp-tools/pom.xml b/util/gcp-tools/pom.xml index a97a6091fb..f24a00c1be 100644 --- a/util/gcp-tools/pom.xml +++ b/util/gcp-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.9.4-SNAPSHOT + 24.9.4 tock-gcp-tools diff --git a/util/iadvize-client/pom.xml b/util/iadvize-client/pom.xml index 8bfe6b0fb0..ae22fff771 100644 --- a/util/iadvize-client/pom.xml +++ b/util/iadvize-client/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.9.4-SNAPSHOT + 24.9.4 tock-iadvize-client tock-iadvize-client diff --git a/util/pom.xml b/util/pom.xml index c2d750c02d..a97740c400 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.4-SNAPSHOT + 24.9.4 tock-util