From a173e8e33feef166f776b659958b3dbe6ffff9dc Mon Sep 17 00:00:00 2001 From: Julien Buret Date: Sun, 26 May 2024 22:39:26 +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/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 5cbf216785..c9ee574b5d 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.0 + 24.3.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 8c91070a91..8c74c4dacc 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.0 + 24.3.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 c37d8833d9..b77f50957a 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.0 + 24.3.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 640229d18e..04e5cc9b29 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.0 + 24.3.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 dddc770f34..5a915ea0fa 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.0 + 24.3.1-SNAPSHOT tock-bot-admin-kotlin-compiler-shared diff --git a/bot/admin/pom.xml b/bot/admin/pom.xml index d18538ef71..8f4ce5f143 100644 --- a/bot/admin/pom.xml +++ b/bot/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-admin diff --git a/bot/admin/server/pom.xml b/bot/admin/server/pom.xml index 2dc831b9fc..971d2fd3eb 100644 --- a/bot/admin/server/pom.xml +++ b/bot/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-admin-server diff --git a/bot/admin/test/core/pom.xml b/bot/admin/test/core/pom.xml index a933a7eb78..a49ee0e6dd 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.0 + 24.3.1-SNAPSHOT tock-bot-admin-test-core diff --git a/bot/admin/test/pom.xml b/bot/admin/test/pom.xml index 206a5b218d..5f9592788b 100644 --- a/bot/admin/test/pom.xml +++ b/bot/admin/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-admin-test diff --git a/bot/admin/test/xray/pom.xml b/bot/admin/test/xray/pom.xml index 2c9d45f597..1c78697604 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.0 + 24.3.1-SNAPSHOT tock-bot-admin-test-xray diff --git a/bot/admin/web/pom.xml b/bot/admin/web/pom.xml index 3a98746e11..874cac04ab 100644 --- a/bot/admin/web/pom.xml +++ b/bot/admin/web/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-admin - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-admin-web diff --git a/bot/api/client/pom.xml b/bot/api/client/pom.xml index 4b3b9c929e..29c4bd6683 100644 --- a/bot/api/client/pom.xml +++ b/bot/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-api-client diff --git a/bot/api/model/pom.xml b/bot/api/model/pom.xml index aba8c4584a..63b8f9725f 100644 --- a/bot/api/model/pom.xml +++ b/bot/api/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-api-model diff --git a/bot/api/pom.xml b/bot/api/pom.xml index 1fab4a2f0c..f58fdcc080 100644 --- a/bot/api/pom.xml +++ b/bot/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-api diff --git a/bot/api/retrofit-jackson-client/pom.xml b/bot/api/retrofit-jackson-client/pom.xml index cb12a43c02..f2eaecf5fa 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.0 + 24.3.1-SNAPSHOT tock-retrofit-jackson-client diff --git a/bot/api/service/pom.xml b/bot/api/service/pom.xml index 99d2abb86d..9029cec5e1 100644 --- a/bot/api/service/pom.xml +++ b/bot/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-api-service diff --git a/bot/api/webhook-base/pom.xml b/bot/api/webhook-base/pom.xml index 0e6657384d..23dbb3c25e 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.0 + 24.3.1-SNAPSHOT tock-bot-api-webhook-base diff --git a/bot/api/webhook/pom.xml b/bot/api/webhook/pom.xml index 5a2fa9381c..e4367829f1 100644 --- a/bot/api/webhook/pom.xml +++ b/bot/api/webhook/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-api-webhook diff --git a/bot/api/websocket-base/pom.xml b/bot/api/websocket-base/pom.xml index f9c65a0e60..5090394295 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.0 + 24.3.1-SNAPSHOT tock-bot-api-websocket-base diff --git a/bot/api/websocket/pom.xml b/bot/api/websocket/pom.xml index 5dd2b843e2..d83f3e36e4 100644 --- a/bot/api/websocket/pom.xml +++ b/bot/api/websocket/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot-api - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-api-websocket diff --git a/bot/chatbase/pom.xml b/bot/chatbase/pom.xml index 3a0964b9fd..33c31ac05f 100644 --- a/bot/chatbase/pom.xml +++ b/bot/chatbase/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.0 + 24.3.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-alcmeon/pom.xml b/bot/connector-alcmeon/pom.xml index 4f4a36563a..28f6ee8f1f 100644 --- a/bot/connector-alcmeon/pom.xml +++ b/bot/connector-alcmeon/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.0 + 24.3.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-alexa/pom.xml b/bot/connector-alexa/pom.xml index 19a8b4a11b..f4a6b55df9 100644 --- a/bot/connector-alexa/pom.xml +++ b/bot/connector-alexa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-alexa diff --git a/bot/connector-businesschat/pom.xml b/bot/connector-businesschat/pom.xml index 611944bfe2..e064512965 100644 --- a/bot/connector-businesschat/pom.xml +++ b/bot/connector-businesschat/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.0 + 24.3.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-ga/pom.xml b/bot/connector-ga/pom.xml index 598a3f529a..91305d0567 100644 --- a/bot/connector-ga/pom.xml +++ b/bot/connector-ga/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-ga diff --git a/bot/connector-google-chat/pom.xml b/bot/connector-google-chat/pom.xml index ffdb7acc94..44de022da9 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.0 + 24.3.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-iadvize/pom.xml b/bot/connector-iadvize/pom.xml index 445d3997a5..58d9ec2d77 100644 --- a/bot/connector-iadvize/pom.xml +++ b/bot/connector-iadvize/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-iadvize diff --git a/bot/connector-messenger/pom.xml b/bot/connector-messenger/pom.xml index 3444d9b99f..c54f2d637a 100644 --- a/bot/connector-messenger/pom.xml +++ b/bot/connector-messenger/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-messenger diff --git a/bot/connector-rest-client/pom.xml b/bot/connector-rest-client/pom.xml index c4b7ed13a0..c10f72f46f 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.0 + 24.3.1-SNAPSHOT tock-bot-connector-rest-client diff --git a/bot/connector-rest/pom.xml b/bot/connector-rest/pom.xml index 90c32c8ea5..846f923b58 100644 --- a/bot/connector-rest/pom.xml +++ b/bot/connector-rest/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-rest diff --git a/bot/connector-rocketchat/pom.xml b/bot/connector-rocketchat/pom.xml index bd03500af9..1b2b0f8b18 100644 --- a/bot/connector-rocketchat/pom.xml +++ b/bot/connector-rocketchat/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-rocketchat diff --git a/bot/connector-slack/pom.xml b/bot/connector-slack/pom.xml index 6ff5004544..dcda424047 100644 --- a/bot/connector-slack/pom.xml +++ b/bot/connector-slack/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-slack diff --git a/bot/connector-teams/pom.xml b/bot/connector-teams/pom.xml index c740cdf303..626adea4a3 100644 --- a/bot/connector-teams/pom.xml +++ b/bot/connector-teams/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-teams diff --git a/bot/connector-twitter/pom.xml b/bot/connector-twitter/pom.xml index 7bad17447b..b5c375af77 100644 --- a/bot/connector-twitter/pom.xml +++ b/bot/connector-twitter/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.0 + 24.3.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-web-model/pom.xml b/bot/connector-web-model/pom.xml index 6efcf7fced..6e44be91af 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.0 + 24.3.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-web/pom.xml b/bot/connector-web/pom.xml index e41441751e..bd376ca0e4 100644 --- a/bot/connector-web/pom.xml +++ b/bot/connector-web/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.0 + 24.3.1-SNAPSHOT 4.0.0 diff --git a/bot/connector-whatsapp-cloud/pom.xml b/bot/connector-whatsapp-cloud/pom.xml index 3df5eb85c2..c67cf5a006 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.0 + 24.3.1-SNAPSHOT tock-bot-connector-whatsapp-cloud diff --git a/bot/connector-whatsapp/pom.xml b/bot/connector-whatsapp/pom.xml index 9c08621fd3..6178dceeb8 100644 --- a/bot/connector-whatsapp/pom.xml +++ b/bot/connector-whatsapp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-connector-whatsapp diff --git a/bot/dialogflow/pom.xml b/bot/dialogflow/pom.xml index 937ecf3c75..dd55546399 100644 --- a/bot/dialogflow/pom.xml +++ b/bot/dialogflow/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-dialogflow diff --git a/bot/engine-jackson/pom.xml b/bot/engine-jackson/pom.xml index 40818b1fc0..fb98141116 100644 --- a/bot/engine-jackson/pom.xml +++ b/bot/engine-jackson/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-engine-jackson diff --git a/bot/engine/pom.xml b/bot/engine/pom.xml index 766a5c7892..43a66da671 100644 --- a/bot/engine/pom.xml +++ b/bot/engine/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-engine diff --git a/bot/orchestration/pom.xml b/bot/orchestration/pom.xml index b7a39cb7d2..ad8d2a9729 100644 --- a/bot/orchestration/pom.xml +++ b/bot/orchestration/pom.xml @@ -19,7 +19,7 @@ tock-bot ai.tock - 24.3.0 + 24.3.1-SNAPSHOT 4.0.0 diff --git a/bot/pom.xml b/bot/pom.xml index 8368e09801..98c5fe6dab 100644 --- a/bot/pom.xml +++ b/bot/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.0 + 24.3.1-SNAPSHOT tock-bot diff --git a/bot/storage-mongo/pom.xml b/bot/storage-mongo/pom.xml index df6df73824..652487331a 100644 --- a/bot/storage-mongo/pom.xml +++ b/bot/storage-mongo/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-bot-storage-mongo diff --git a/bot/test-base/pom.xml b/bot/test-base/pom.xml index 8b68bc70bd..b8cb532432 100644 --- a/bot/test-base/pom.xml +++ b/bot/test-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT bot-test-base diff --git a/bot/test/pom.xml b/bot/test/pom.xml index 7a38a7831e..560737ee40 100644 --- a/bot/test/pom.xml +++ b/bot/test/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT bot-test diff --git a/bot/toolkit-base/pom.xml b/bot/toolkit-base/pom.xml index 34274b1cdf..dfa4dfee57 100644 --- a/bot/toolkit-base/pom.xml +++ b/bot/toolkit-base/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT bot-toolkit-base diff --git a/bot/toolkit/pom.xml b/bot/toolkit/pom.xml index 77ef8950db..68dd7677df 100644 --- a/bot/toolkit/pom.xml +++ b/bot/toolkit/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT bot-toolkit diff --git a/bot/xray/pom.xml b/bot/xray/pom.xml index 11ff0f2670..6be84269e0 100644 --- a/bot/xray/pom.xml +++ b/bot/xray/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-bot - 24.3.0 + 24.3.1-SNAPSHOT tock-xray-plugin diff --git a/gen-ai/orchestrator-client/pom.xml b/gen-ai/orchestrator-client/pom.xml index f419360c7d..e95aac34f0 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.0 + 24.3.1-SNAPSHOT tock-gen-ai-orchestrator-client diff --git a/gen-ai/orchestrator-core/pom.xml b/gen-ai/orchestrator-core/pom.xml index 2f1834f804..c4afe9458b 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.0 + 24.3.1-SNAPSHOT tock-gen-ai-orchestrator-core diff --git a/gen-ai/orchestrator-server/pom.xml b/gen-ai/orchestrator-server/pom.xml index 14bd121681..53500c283a 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.0 + 24.3.1-SNAPSHOT tock-gen-ai-orchestrator-server diff --git a/gen-ai/pom.xml b/gen-ai/pom.xml index 798abbe722..9ff490ae5a 100644 --- a/gen-ai/pom.xml +++ b/gen-ai/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-root - 24.3.0 + 24.3.1-SNAPSHOT tock-gen-ai diff --git a/nlp/admin/pom.xml b/nlp/admin/pom.xml index 0539d54643..41d68adfef 100644 --- a/nlp/admin/pom.xml +++ b/nlp/admin/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-admin diff --git a/nlp/admin/server/pom.xml b/nlp/admin/server/pom.xml index 3452ab7aaa..dcfe90130a 100644 --- a/nlp/admin/server/pom.xml +++ b/nlp/admin/server/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-admin - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-admin-server diff --git a/nlp/admin/web/pom.xml b/nlp/admin/web/pom.xml index 490064e5bd..dabd12a4be 100644 --- a/nlp/admin/web/pom.xml +++ b/nlp/admin/web/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-admin - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-admin-web diff --git a/nlp/api/client/pom.xml b/nlp/api/client/pom.xml index 066f10ce71..d35a938e55 100644 --- a/nlp/api/client/pom.xml +++ b/nlp/api/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.3.0 + 24.3.1-SNAPSHOT nlp-api-client diff --git a/nlp/api/doc/pom.xml b/nlp/api/doc/pom.xml index ab0b717196..d6530830ce 100644 --- a/nlp/api/doc/pom.xml +++ b/nlp/api/doc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-api-doc diff --git a/nlp/api/pom.xml b/nlp/api/pom.xml index 365eb82bc9..84b8361e25 100644 --- a/nlp/api/pom.xml +++ b/nlp/api/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-api diff --git a/nlp/api/service/pom.xml b/nlp/api/service/pom.xml index 133811deeb..4e793b692d 100644 --- a/nlp/api/service/pom.xml +++ b/nlp/api/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-api - 24.3.0 + 24.3.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 acd3ec22f8..b0e61a8617 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.0 + 24.3.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 26bc14f6b6..dbb8cbcef8 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.0 + 24.3.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 4357d61729..77bb20dbb4 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.0 + 24.3.1-SNAPSHOT tock-nlp-build-model-worker diff --git a/nlp/core/client/pom.xml b/nlp/core/client/pom.xml index a53902725e..69bf14096d 100644 --- a/nlp/core/client/pom.xml +++ b/nlp/core/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-core-client diff --git a/nlp/core/pom.xml b/nlp/core/pom.xml index 82b8b76bc8..7c3e8561f8 100644 --- a/nlp/core/pom.xml +++ b/nlp/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-core diff --git a/nlp/core/service/pom.xml b/nlp/core/service/pom.xml index deb0207447..ade47628fd 100644 --- a/nlp/core/service/pom.xml +++ b/nlp/core/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-core-service diff --git a/nlp/core/shared/pom.xml b/nlp/core/shared/pom.xml index 549e7ad2f3..ec6d12cdd0 100644 --- a/nlp/core/shared/pom.xml +++ b/nlp/core/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-core - 24.3.0 + 24.3.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 12a30c74e0..9497441ccf 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.0 + 24.3.1-SNAPSHOT tock-nlp-duckling-client diff --git a/nlp/entity-evaluator/duckling/pom.xml b/nlp/entity-evaluator/duckling/pom.xml index 4e4477fd4f..f77239c8f3 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.0 + 24.3.1-SNAPSHOT tock-nlp-duckling diff --git a/nlp/entity-evaluator/duckling/service/pom.xml b/nlp/entity-evaluator/duckling/service/pom.xml index a58c425a41..8f3492e8d3 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.0 + 24.3.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 5c95941ce1..a240301760 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.0 + 24.3.1-SNAPSHOT tock-nlp-entity-value diff --git a/nlp/entity-evaluator/pom.xml b/nlp/entity-evaluator/pom.xml index d604df54b8..41c45dc076 100644 --- a/nlp/entity-evaluator/pom.xml +++ b/nlp/entity-evaluator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-entity-evaluator diff --git a/nlp/entity-evaluator/rest/pom.xml b/nlp/entity-evaluator/rest/pom.xml index e4de6b82ea..6a7560a08f 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.0 + 24.3.1-SNAPSHOT tock-nlp-entity-rest diff --git a/nlp/front/client/pom.xml b/nlp/front/client/pom.xml index 9fd9fadda8..d0fff717a7 100644 --- a/nlp/front/client/pom.xml +++ b/nlp/front/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-front-client diff --git a/nlp/front/ioc/pom.xml b/nlp/front/ioc/pom.xml index ff3a910af8..949ebd0da5 100644 --- a/nlp/front/ioc/pom.xml +++ b/nlp/front/ioc/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-front-ioc diff --git a/nlp/front/pom.xml b/nlp/front/pom.xml index e232711a37..e8b52c4f28 100644 --- a/nlp/front/pom.xml +++ b/nlp/front/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-front diff --git a/nlp/front/service/pom.xml b/nlp/front/service/pom.xml index c523b1699c..944a10d2de 100644 --- a/nlp/front/service/pom.xml +++ b/nlp/front/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-front-service diff --git a/nlp/front/shared/pom.xml b/nlp/front/shared/pom.xml index f4fa815777..3d879b0a1c 100644 --- a/nlp/front/shared/pom.xml +++ b/nlp/front/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-front - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-front-shared diff --git a/nlp/front/storage-mongo/pom.xml b/nlp/front/storage-mongo/pom.xml index 050baa3dca..8c0efdfa89 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.0 + 24.3.1-SNAPSHOT tock-nlp-front-storage-mongo diff --git a/nlp/integration-tests/pom.xml b/nlp/integration-tests/pom.xml index 97656cc9b2..490015d75d 100644 --- a/nlp/integration-tests/pom.xml +++ b/nlp/integration-tests/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-integration-tests diff --git a/nlp/model/client/pom.xml b/nlp/model/client/pom.xml index a44aeb1f5b..c0e03d7b10 100644 --- a/nlp/model/client/pom.xml +++ b/nlp/model/client/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-model-client diff --git a/nlp/model/opennlp/pom.xml b/nlp/model/opennlp/pom.xml index daca24ee1c..3d5002c42d 100644 --- a/nlp/model/opennlp/pom.xml +++ b/nlp/model/opennlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-model-opennlp diff --git a/nlp/model/pom.xml b/nlp/model/pom.xml index 4a2a1d2982..b2362cca80 100644 --- a/nlp/model/pom.xml +++ b/nlp/model/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp - 24.3.0 + 24.3.1-SNAPSHOT pom diff --git a/nlp/model/rasa/pom.xml b/nlp/model/rasa/pom.xml index e04ef7b1c2..773b0c1c1a 100644 --- a/nlp/model/rasa/pom.xml +++ b/nlp/model/rasa/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-model-rasa diff --git a/nlp/model/sagemaker/pom.xml b/nlp/model/sagemaker/pom.xml index e5dce0cdaf..91c66434b2 100644 --- a/nlp/model/sagemaker/pom.xml +++ b/nlp/model/sagemaker/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-nlp-model - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-model-sagemaker diff --git a/nlp/model/service/pom.xml b/nlp/model/service/pom.xml index 87046174da..9b20df170b 100644 --- a/nlp/model/service/pom.xml +++ b/nlp/model/service/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-model-service diff --git a/nlp/model/shared/pom.xml b/nlp/model/shared/pom.xml index 74cacb57f1..c38aadabe8 100644 --- a/nlp/model/shared/pom.xml +++ b/nlp/model/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-nlp-model - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp-model-shared diff --git a/nlp/model/storage-mongo/pom.xml b/nlp/model/storage-mongo/pom.xml index 8f040d4cff..1666f6ae9e 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.0 + 24.3.1-SNAPSHOT tock-nlp-model-storage-mongo diff --git a/nlp/pom.xml b/nlp/pom.xml index 88d008126d..598943c17a 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.0 + 24.3.1-SNAPSHOT tock-nlp diff --git a/pom.xml b/pom.xml index 734cf73e33..3f425ed40c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ai.tock tock-root - 24.3.0 + 24.3.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.3.0 + tock-${project.version} diff --git a/shared/pom.xml b/shared/pom.xml index ba2909df24..06504e2291 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.0 + 24.3.1-SNAPSHOT tock-shared diff --git a/stt/core/pom.xml b/stt/core/pom.xml index 319181b03a..9a7caa9a45 100644 --- a/stt/core/pom.xml +++ b/stt/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.3.0 + 24.3.1-SNAPSHOT tock-stt-core diff --git a/stt/google-speech/pom.xml b/stt/google-speech/pom.xml index 927872034f..99f7e8131d 100644 --- a/stt/google-speech/pom.xml +++ b/stt/google-speech/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.3.0 + 24.3.1-SNAPSHOT tock-stt-google-speech diff --git a/stt/noop/pom.xml b/stt/noop/pom.xml index e8da718451..dbe7c69a6b 100644 --- a/stt/noop/pom.xml +++ b/stt/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-stt - 24.3.0 + 24.3.1-SNAPSHOT tock-stt-noop diff --git a/stt/pom.xml b/stt/pom.xml index aeba343d56..12ee3aa7f7 100644 --- a/stt/pom.xml +++ b/stt/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.0 + 24.3.1-SNAPSHOT tock-stt diff --git a/translator/core/pom.xml b/translator/core/pom.xml index 4df4109339..2205d6565e 100644 --- a/translator/core/pom.xml +++ b/translator/core/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.3.0 + 24.3.1-SNAPSHOT tock-translator-core diff --git a/translator/google-translate/pom.xml b/translator/google-translate/pom.xml index a446e8439b..1f7fe10f18 100644 --- a/translator/google-translate/pom.xml +++ b/translator/google-translate/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.3.0 + 24.3.1-SNAPSHOT tock-translator-google diff --git a/translator/noop/pom.xml b/translator/noop/pom.xml index 2a7ce2ef5e..ab1b7fea08 100644 --- a/translator/noop/pom.xml +++ b/translator/noop/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-translator - 24.3.0 + 24.3.1-SNAPSHOT tock-translator-noop diff --git a/translator/pom.xml b/translator/pom.xml index 823b688392..09c79bf98e 100644 --- a/translator/pom.xml +++ b/translator/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.0 + 24.3.1-SNAPSHOT tock-translator diff --git a/util/aws-tools/pom.xml b/util/aws-tools/pom.xml index c8cd802e9b..51194a8cd6 100644 --- a/util/aws-tools/pom.xml +++ b/util/aws-tools/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.3.0 + 24.3.1-SNAPSHOT tock-aws-tools diff --git a/util/iadvize-client/pom.xml b/util/iadvize-client/pom.xml index 56a325903c..759f461389 100644 --- a/util/iadvize-client/pom.xml +++ b/util/iadvize-client/pom.xml @@ -3,7 +3,7 @@ ai.tock tock-util - 24.3.0 + 24.3.1-SNAPSHOT tock-iadvize-client tock-iadvize-client diff --git a/util/pom.xml b/util/pom.xml index a7e5fd3069..0fc0a9bc85 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -21,7 +21,7 @@ ai.tock tock-root - 24.3.0 + 24.3.1-SNAPSHOT tock-util