From fd8a538fc1301e0fc258ead465c70bdb876800ea Mon Sep 17 00:00:00 2001 From: Julien Buret Date: Wed, 25 Sep 2024 18:27:27 +0200 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- 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 f55a53fce5..61fa5dcdb2 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.0 + 24.9.1-SNAPSHOT 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 344fe68e34..61fd24d4ec 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.0 + 24.9.1-SNAPSHOT tock-bot-admin-kotlin-compiler-core diff --git a/bot/admin/kotlin-compiler/pom.xml b/bot/admin/kotlin-compiler/pom.xml index e67a7362f4..7ce517d9bc 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.0 + 24.9.1-SNAPSHOT tock-bot-admin-kotlin-compiler diff --git a/bot/admin/kotlin-compiler/server/pom.xml b/bot/admin/kotlin-compiler/server/pom.xml index 1999d9e5a9..578cda5fb7 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.0 + 24.9.1-SNAPSHOT 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 02b59dc0ce..634b310c37 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.0 + 24.9.1-SNAPSHOT tock-bot-admin-kotlin-compiler-shared diff --git a/bot/admin/pom.xml b/bot/admin/pom.xml index c286d41244..c5a6db6064 100644 --- a/bot/admin/pom.xml +++ b/bot/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-admin diff --git a/bot/admin/server/pom.xml b/bot/admin/server/pom.xml index 4ba1927a82..8b9077caff 100644 --- a/bot/admin/server/pom.xml +++ b/bot/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-admin-server diff --git a/bot/admin/test/core/pom.xml b/bot/admin/test/core/pom.xml index 6842c352e9..39f8570c5b 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.0 + 24.9.1-SNAPSHOT tock-bot-admin-test-core diff --git a/bot/admin/test/pom.xml b/bot/admin/test/pom.xml index 9c3df7b571..68b547ea11 100644 --- a/bot/admin/test/pom.xml +++ b/bot/admin/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-admin-test diff --git a/bot/admin/test/xray/pom.xml b/bot/admin/test/xray/pom.xml index ef17e1d2b5..f1dcde7d5b 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.0 + 24.9.1-SNAPSHOT tock-bot-admin-test-xray diff --git a/bot/admin/web/pom.xml b/bot/admin/web/pom.xml index 95f7203e9c..ec7976e634 100644 --- a/bot/admin/web/pom.xml +++ b/bot/admin/web/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-admin-web diff --git a/bot/api/client/pom.xml b/bot/api/client/pom.xml index 5b4f8d0d7a..cfe79caa35 100644 --- a/bot/api/client/pom.xml +++ b/bot/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-api-client diff --git a/bot/api/model/pom.xml b/bot/api/model/pom.xml index da7ca30da9..f949c78f47 100644 --- a/bot/api/model/pom.xml +++ b/bot/api/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-api-model diff --git a/bot/api/pom.xml b/bot/api/pom.xml index 61ec3c4a05..e56a3ab08f 100644 --- a/bot/api/pom.xml +++ b/bot/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-api diff --git a/bot/api/retrofit-jackson-client/pom.xml b/bot/api/retrofit-jackson-client/pom.xml index e031d18062..0704a0d8e5 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.0 + 24.9.1-SNAPSHOT tock-retrofit-jackson-client diff --git a/bot/api/service/pom.xml b/bot/api/service/pom.xml index ae410890aa..82d78d5858 100644 --- a/bot/api/service/pom.xml +++ b/bot/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-api-service diff --git a/bot/api/webhook-base/pom.xml b/bot/api/webhook-base/pom.xml index 94fe21bfd3..743c90730c 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.0 + 24.9.1-SNAPSHOT tock-bot-api-webhook-base diff --git a/bot/api/webhook/pom.xml b/bot/api/webhook/pom.xml index 96d4bc0270..bfa42026e5 100644 --- a/bot/api/webhook/pom.xml +++ b/bot/api/webhook/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-api-webhook diff --git a/bot/api/websocket-base/pom.xml b/bot/api/websocket-base/pom.xml index c66e0edf67..c7327e096a 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.0 + 24.9.1-SNAPSHOT tock-bot-api-websocket-base diff --git a/bot/api/websocket/pom.xml b/bot/api/websocket/pom.xml index 292c870b06..cc0d36ea75 100644 --- a/bot/api/websocket/pom.xml +++ b/bot/api/websocket/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-api-websocket diff --git a/bot/chatbase/pom.xml b/bot/chatbase/pom.xml index 83d3c1b4b8..ba383d19f2 100644 --- a/bot/chatbase/pom.xml +++ b/bot/chatbase/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.0 + 24.9.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-alcmeon/pom.xml b/bot/connector-alcmeon/pom.xml index 301bde0155..534c95a7e8 100644 --- a/bot/connector-alcmeon/pom.xml +++ b/bot/connector-alcmeon/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.0 + 24.9.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-alexa/pom.xml b/bot/connector-alexa/pom.xml index ab35c10be2..d87595f53f 100644 --- a/bot/connector-alexa/pom.xml +++ b/bot/connector-alexa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-alexa diff --git a/bot/connector-businesschat/pom.xml b/bot/connector-businesschat/pom.xml index 1105aeb75f..5c09f59ca8 100644 --- a/bot/connector-businesschat/pom.xml +++ b/bot/connector-businesschat/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.0 + 24.9.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-ga/pom.xml b/bot/connector-ga/pom.xml index 593a51a510..3ff8ad2108 100644 --- a/bot/connector-ga/pom.xml +++ b/bot/connector-ga/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-ga diff --git a/bot/connector-google-chat/pom.xml b/bot/connector-google-chat/pom.xml index 37324f099d..c32cb9f611 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.0 + 24.9.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-iadvize/pom.xml b/bot/connector-iadvize/pom.xml index 2666b4a81e..4ff1488663 100644 --- a/bot/connector-iadvize/pom.xml +++ b/bot/connector-iadvize/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-iadvize diff --git a/bot/connector-messenger/pom.xml b/bot/connector-messenger/pom.xml index dae3e42f83..e1854c1b16 100644 --- a/bot/connector-messenger/pom.xml +++ b/bot/connector-messenger/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-messenger diff --git a/bot/connector-rest-client/pom.xml b/bot/connector-rest-client/pom.xml index dda138f7b4..98d74f8ac5 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.0 + 24.9.1-SNAPSHOT tock-bot-connector-rest-client diff --git a/bot/connector-rest/pom.xml b/bot/connector-rest/pom.xml index 6662182ab5..a58857f30f 100644 --- a/bot/connector-rest/pom.xml +++ b/bot/connector-rest/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-rest diff --git a/bot/connector-rocketchat/pom.xml b/bot/connector-rocketchat/pom.xml index e9201d4e65..fc506d33ad 100644 --- a/bot/connector-rocketchat/pom.xml +++ b/bot/connector-rocketchat/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-rocketchat diff --git a/bot/connector-slack/pom.xml b/bot/connector-slack/pom.xml index c0bbf72f88..04ab5a4f43 100644 --- a/bot/connector-slack/pom.xml +++ b/bot/connector-slack/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-slack diff --git a/bot/connector-teams/pom.xml b/bot/connector-teams/pom.xml index 1e8a3c2b33..2868c8fe08 100644 --- a/bot/connector-teams/pom.xml +++ b/bot/connector-teams/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-teams diff --git a/bot/connector-twitter/pom.xml b/bot/connector-twitter/pom.xml index e27791265c..7f97c51835 100644 --- a/bot/connector-twitter/pom.xml +++ b/bot/connector-twitter/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.0 + 24.9.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-web-model/pom.xml b/bot/connector-web-model/pom.xml index 78ea1f81fc..a219610dec 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.0 + 24.9.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-web/pom.xml b/bot/connector-web/pom.xml index 2683a8bb2a..e80b8893c7 100644 --- a/bot/connector-web/pom.xml +++ b/bot/connector-web/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.0 + 24.9.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-whatsapp-cloud/pom.xml b/bot/connector-whatsapp-cloud/pom.xml index 1bf2580d47..29763cc7d7 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.0 + 24.9.1-SNAPSHOT tock-bot-connector-whatsapp-cloud diff --git a/bot/connector-whatsapp/pom.xml b/bot/connector-whatsapp/pom.xml index 8b5c094921..73a5d3729e 100644 --- a/bot/connector-whatsapp/pom.xml +++ b/bot/connector-whatsapp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-connector-whatsapp diff --git a/bot/dialogflow/pom.xml b/bot/dialogflow/pom.xml index b30bb9efb4..3df5057f98 100644 --- a/bot/dialogflow/pom.xml +++ b/bot/dialogflow/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-dialogflow diff --git a/bot/engine-jackson/pom.xml b/bot/engine-jackson/pom.xml index 4392678580..2a8e178d0d 100644 --- a/bot/engine-jackson/pom.xml +++ b/bot/engine-jackson/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-engine-jackson diff --git a/bot/engine/pom.xml b/bot/engine/pom.xml index 67de87ccf7..f48ed845f5 100644 --- a/bot/engine/pom.xml +++ b/bot/engine/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-engine diff --git a/bot/orchestration/pom.xml b/bot/orchestration/pom.xml index 6b7a2ef23a..1228009d0d 100644 --- a/bot/orchestration/pom.xml +++ b/bot/orchestration/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.9.0 + 24.9.1-SNAPSHOT 4.0.0 diff --git a/bot/pom.xml b/bot/pom.xml index 1667f98bb7..d1d2a0fdaa 100644 --- a/bot/pom.xml +++ b/bot/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.0 + 24.9.1-SNAPSHOT tock-bot diff --git a/bot/storage-mongo/pom.xml b/bot/storage-mongo/pom.xml index 8eef5c92ca..81e7d23b27 100644 --- a/bot/storage-mongo/pom.xml +++ b/bot/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-bot-storage-mongo diff --git a/bot/test-base/pom.xml b/bot/test-base/pom.xml index 9b36c4e059..4c8f7c7688 100644 --- a/bot/test-base/pom.xml +++ b/bot/test-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT bot-test-base diff --git a/bot/test/pom.xml b/bot/test/pom.xml index 694b3480f8..765b1cadfc 100644 --- a/bot/test/pom.xml +++ b/bot/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT bot-test diff --git a/bot/toolkit-base/pom.xml b/bot/toolkit-base/pom.xml index d809831594..940186e3dc 100644 --- a/bot/toolkit-base/pom.xml +++ b/bot/toolkit-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT bot-toolkit-base diff --git a/bot/toolkit/pom.xml b/bot/toolkit/pom.xml index ddc495fb85..b9ed593e4a 100644 --- a/bot/toolkit/pom.xml +++ b/bot/toolkit/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT bot-toolkit diff --git a/bot/xray/pom.xml b/bot/xray/pom.xml index 22358bfe78..6cf5c63ce3 100644 --- a/bot/xray/pom.xml +++ b/bot/xray/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.9.0 + 24.9.1-SNAPSHOT tock-xray-plugin diff --git a/gen-ai/orchestrator-client/pom.xml b/gen-ai/orchestrator-client/pom.xml index 5d079b534f..7378bb1b19 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.0 + 24.9.1-SNAPSHOT tock-gen-ai-orchestrator-client diff --git a/gen-ai/orchestrator-core/pom.xml b/gen-ai/orchestrator-core/pom.xml index 6cb5b6f9f0..f2bb29743c 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.0 + 24.9.1-SNAPSHOT tock-gen-ai-orchestrator-core diff --git a/gen-ai/orchestrator-server/pom.xml b/gen-ai/orchestrator-server/pom.xml index e1a39d027d..e06f4ebffc 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.0 + 24.9.1-SNAPSHOT tock-gen-ai-orchestrator-server diff --git a/gen-ai/pom.xml b/gen-ai/pom.xml index 1f1135dbb0..7348825f66 100644 --- a/gen-ai/pom.xml +++ b/gen-ai/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-root - 24.9.0 + 24.9.1-SNAPSHOT tock-gen-ai diff --git a/nlp/admin/pom.xml b/nlp/admin/pom.xml index d734f4a23d..1a5b68dba3 100644 --- a/nlp/admin/pom.xml +++ b/nlp/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-admin diff --git a/nlp/admin/server/pom.xml b/nlp/admin/server/pom.xml index 47faf0c770..2742e9eb14 100644 --- a/nlp/admin/server/pom.xml +++ b/nlp/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-admin - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-admin-server diff --git a/nlp/api/client/pom.xml b/nlp/api/client/pom.xml index 09a3c0ef9e..da4ec455c0 100644 --- a/nlp/api/client/pom.xml +++ b/nlp/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.9.0 + 24.9.1-SNAPSHOT nlp-api-client diff --git a/nlp/api/doc/pom.xml b/nlp/api/doc/pom.xml index 159edd146f..6fd62af219 100644 --- a/nlp/api/doc/pom.xml +++ b/nlp/api/doc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-api-doc diff --git a/nlp/api/pom.xml b/nlp/api/pom.xml index b1f6291c15..262ec14720 100644 --- a/nlp/api/pom.xml +++ b/nlp/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-api diff --git a/nlp/api/service/pom.xml b/nlp/api/service/pom.xml index 0bf5ba6ddc..8081127d92 100644 --- a/nlp/api/service/pom.xml +++ b/nlp/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.9.0 + 24.9.1-SNAPSHOT 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 a38475a591..29f666f29b 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.0 + 24.9.1-SNAPSHOT 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 a1a17207de..d68bf5debe 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.0 + 24.9.1-SNAPSHOT tock-nlp-build-model-worker-on-demand diff --git a/nlp/build-model-worker/pom.xml b/nlp/build-model-worker/pom.xml index f5e0cb9bef..d7052e03f9 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.0 + 24.9.1-SNAPSHOT tock-nlp-build-model-worker diff --git a/nlp/core/client/pom.xml b/nlp/core/client/pom.xml index 001051bc0b..4e9344721b 100644 --- a/nlp/core/client/pom.xml +++ b/nlp/core/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-core-client diff --git a/nlp/core/pom.xml b/nlp/core/pom.xml index 21c06e31ed..08dbe89eeb 100644 --- a/nlp/core/pom.xml +++ b/nlp/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-core diff --git a/nlp/core/service/pom.xml b/nlp/core/service/pom.xml index f0e3928736..5d43e5cfc2 100644 --- a/nlp/core/service/pom.xml +++ b/nlp/core/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-core-service diff --git a/nlp/core/shared/pom.xml b/nlp/core/shared/pom.xml index c1a82dd814..c87455eac6 100644 --- a/nlp/core/shared/pom.xml +++ b/nlp/core/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-core-shared diff --git a/nlp/entity-evaluator/duckling/client/pom.xml b/nlp/entity-evaluator/duckling/client/pom.xml index de2aee7525..4fc4696796 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.0 + 24.9.1-SNAPSHOT tock-nlp-duckling-client diff --git a/nlp/entity-evaluator/duckling/pom.xml b/nlp/entity-evaluator/duckling/pom.xml index 8ec222dbbc..7a7e15442f 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.0 + 24.9.1-SNAPSHOT tock-nlp-duckling diff --git a/nlp/entity-evaluator/duckling/service/pom.xml b/nlp/entity-evaluator/duckling/service/pom.xml index b4d94c4a3b..e097fc720e 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.0 + 24.9.1-SNAPSHOT tock-nlp-duckling-service diff --git a/nlp/entity-evaluator/entity-value/pom.xml b/nlp/entity-evaluator/entity-value/pom.xml index d0c3efaab7..c8e7e8701d 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.0 + 24.9.1-SNAPSHOT tock-nlp-entity-value diff --git a/nlp/entity-evaluator/pom.xml b/nlp/entity-evaluator/pom.xml index 0f6391b155..37ec354368 100644 --- a/nlp/entity-evaluator/pom.xml +++ b/nlp/entity-evaluator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-entity-evaluator diff --git a/nlp/entity-evaluator/rest/pom.xml b/nlp/entity-evaluator/rest/pom.xml index 0783dcf06c..005210ed10 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.0 + 24.9.1-SNAPSHOT tock-nlp-entity-rest diff --git a/nlp/front/client/pom.xml b/nlp/front/client/pom.xml index 2baad14712..8da49244a6 100644 --- a/nlp/front/client/pom.xml +++ b/nlp/front/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-front-client diff --git a/nlp/front/ioc/pom.xml b/nlp/front/ioc/pom.xml index be07170dc4..17e8479d2d 100644 --- a/nlp/front/ioc/pom.xml +++ b/nlp/front/ioc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-front-ioc diff --git a/nlp/front/pom.xml b/nlp/front/pom.xml index 4cb329603c..9edecebf06 100644 --- a/nlp/front/pom.xml +++ b/nlp/front/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-front diff --git a/nlp/front/service/pom.xml b/nlp/front/service/pom.xml index 8618a550b6..aa0765ed60 100644 --- a/nlp/front/service/pom.xml +++ b/nlp/front/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-front-service diff --git a/nlp/front/shared/pom.xml b/nlp/front/shared/pom.xml index a47a87305e..b8676aae1b 100644 --- a/nlp/front/shared/pom.xml +++ b/nlp/front/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-front-shared diff --git a/nlp/front/storage-mongo/pom.xml b/nlp/front/storage-mongo/pom.xml index 3b0875130d..0698d09eb3 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.0 + 24.9.1-SNAPSHOT tock-nlp-front-storage-mongo diff --git a/nlp/integration-tests/pom.xml b/nlp/integration-tests/pom.xml index a3d18b0ab2..57dbd3fc93 100644 --- a/nlp/integration-tests/pom.xml +++ b/nlp/integration-tests/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-integration-tests diff --git a/nlp/model/client/pom.xml b/nlp/model/client/pom.xml index bb3edeb4ac..318920b098 100644 --- a/nlp/model/client/pom.xml +++ b/nlp/model/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-model-client diff --git a/nlp/model/opennlp/pom.xml b/nlp/model/opennlp/pom.xml index 670a4f6dd4..f15e9220f7 100644 --- a/nlp/model/opennlp/pom.xml +++ b/nlp/model/opennlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-model-opennlp diff --git a/nlp/model/pom.xml b/nlp/model/pom.xml index 33f23cea0a..09501fca47 100644 --- a/nlp/model/pom.xml +++ b/nlp/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.9.0 + 24.9.1-SNAPSHOT pom diff --git a/nlp/model/rasa/pom.xml b/nlp/model/rasa/pom.xml index a312063f06..44614f46a2 100644 --- a/nlp/model/rasa/pom.xml +++ b/nlp/model/rasa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-model-rasa diff --git a/nlp/model/sagemaker/pom.xml b/nlp/model/sagemaker/pom.xml index 9e6aa7beba..90c089eefc 100644 --- a/nlp/model/sagemaker/pom.xml +++ b/nlp/model/sagemaker/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-nlp-model - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-model-sagemaker diff --git a/nlp/model/service/pom.xml b/nlp/model/service/pom.xml index c4bc638c23..2092701484 100644 --- a/nlp/model/service/pom.xml +++ b/nlp/model/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-model-service diff --git a/nlp/model/shared/pom.xml b/nlp/model/shared/pom.xml index 296a7e8409..4fe683178f 100644 --- a/nlp/model/shared/pom.xml +++ b/nlp/model/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp-model-shared diff --git a/nlp/model/storage-mongo/pom.xml b/nlp/model/storage-mongo/pom.xml index eb6de158f8..c47826e606 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.0 + 24.9.1-SNAPSHOT tock-nlp-model-storage-mongo diff --git a/nlp/pom.xml b/nlp/pom.xml index f40af72d59..61b350498c 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.0 + 24.9.1-SNAPSHOT tock-nlp diff --git a/pom.xml b/pom.xml index 3dd8d162b3..b18dfd2c68 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-root - 24.9.0 + 24.9.1-SNAPSHOT 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-24.9.0 + tock-${project.version} diff --git a/shared/pom.xml b/shared/pom.xml index 05e9b21756..8625236302 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.0 + 24.9.1-SNAPSHOT tock-shared diff --git a/stt/core/pom.xml b/stt/core/pom.xml index d71e59d3ab..e5d616b2b8 100644 --- a/stt/core/pom.xml +++ b/stt/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.9.0 + 24.9.1-SNAPSHOT tock-stt-core diff --git a/stt/google-speech/pom.xml b/stt/google-speech/pom.xml index 61be38adad..eb6cab72e7 100644 --- a/stt/google-speech/pom.xml +++ b/stt/google-speech/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.9.0 + 24.9.1-SNAPSHOT tock-stt-google-speech diff --git a/stt/noop/pom.xml b/stt/noop/pom.xml index 2671e1f0a3..c22d3892e0 100644 --- a/stt/noop/pom.xml +++ b/stt/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.9.0 + 24.9.1-SNAPSHOT tock-stt-noop diff --git a/stt/pom.xml b/stt/pom.xml index 1a796b68a1..fdb8844275 100644 --- a/stt/pom.xml +++ b/stt/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.0 + 24.9.1-SNAPSHOT tock-stt diff --git a/translator/core/pom.xml b/translator/core/pom.xml index dd1ab8e780..6af4505c14 100644 --- a/translator/core/pom.xml +++ b/translator/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.9.0 + 24.9.1-SNAPSHOT tock-translator-core diff --git a/translator/deepl-translate/pom.xml b/translator/deepl-translate/pom.xml index 62238fca8a..f37e5165bf 100644 --- a/translator/deepl-translate/pom.xml +++ b/translator/deepl-translate/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-translator - 24.9.0 + 24.9.1-SNAPSHOT tock-deepl-translate diff --git a/translator/google-translate/pom.xml b/translator/google-translate/pom.xml index d50a999192..eb149ed8b5 100644 --- a/translator/google-translate/pom.xml +++ b/translator/google-translate/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.9.0 + 24.9.1-SNAPSHOT tock-translator-google diff --git a/translator/noop/pom.xml b/translator/noop/pom.xml index 7582e767e0..56a4c51999 100644 --- a/translator/noop/pom.xml +++ b/translator/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.9.0 + 24.9.1-SNAPSHOT tock-translator-noop diff --git a/translator/pom.xml b/translator/pom.xml index ea2415b0b1..4feea4c053 100644 --- a/translator/pom.xml +++ b/translator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.0 + 24.9.1-SNAPSHOT tock-translator diff --git a/util/aws-tools/pom.xml b/util/aws-tools/pom.xml index 865b5caa64..18828804d2 100644 --- a/util/aws-tools/pom.xml +++ b/util/aws-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.9.0 + 24.9.1-SNAPSHOT tock-aws-tools diff --git a/util/env-tools/pom.xml b/util/env-tools/pom.xml index 7244b7dcd1..59344a048e 100644 --- a/util/env-tools/pom.xml +++ b/util/env-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.9.0 + 24.9.1-SNAPSHOT tock-env-tools diff --git a/util/gcp-tools/pom.xml b/util/gcp-tools/pom.xml index 8a840aca2b..a5f119294c 100644 --- a/util/gcp-tools/pom.xml +++ b/util/gcp-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.9.0 + 24.9.1-SNAPSHOT tock-gcp-tools diff --git a/util/iadvize-client/pom.xml b/util/iadvize-client/pom.xml index 90a55a5786..8d23608a58 100644 --- a/util/iadvize-client/pom.xml +++ b/util/iadvize-client/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.9.0 + 24.9.1-SNAPSHOT tock-iadvize-client tock-iadvize-client diff --git a/util/pom.xml b/util/pom.xml index fe3fa38eee..6e386a9426 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.9.0 + 24.9.1-SNAPSHOT tock-util