From 3154bc05a5a02a3a23f3aaccd3bfbabd4a72ff95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:21:56 +0000 Subject: [PATCH] ci: release version 8.6.4 --- bundle/camunda-saas-bundle/pom.xml | 2 +- bundle/default-bundle/pom.xml | 2 +- bundle/pom.xml | 2 +- connector-runtime/connector-runtime-application/pom.xml | 2 +- connector-runtime/connector-runtime-core/pom.xml | 2 +- connector-runtime/connector-runtime-spring/pom.xml | 2 +- .../spring-boot-starter-camunda-connectors/pom.xml | 2 +- connector-sdk/core/pom.xml | 2 +- connector-sdk/feel-wrapper/pom.xml | 2 +- connector-sdk/jackson-datatype-feel/pom.xml | 2 +- connector-sdk/pom.xml | 2 +- connector-sdk/test/pom.xml | 2 +- connector-sdk/validation/pom.xml | 2 +- .../connectors-e2e-test-automation-anywhere/pom.xml | 2 +- .../connectors-e2e-test-aws-base/pom.xml | 2 +- .../connectors-e2e-test-aws-dynamodb/pom.xml | 2 +- .../connectors-e2e-test-aws-event-bridge/pom.xml | 2 +- .../connectors-e2e-test-aws-lambda/pom.xml | 2 +- .../connectors-e2e-test-aws-sns/pom.xml | 2 +- .../connectors-e2e-test-aws-sqs/pom.xml | 2 +- connectors-e2e-test/connectors-e2e-test-aws/pom.xml | 4 ++-- connectors-e2e-test/connectors-e2e-test-base/pom.xml | 2 +- connectors-e2e-test/connectors-e2e-test-easy-post/pom.xml | 2 +- connectors-e2e-test/connectors-e2e-test-http/pom.xml | 2 +- connectors-e2e-test/connectors-e2e-test-kafka/pom.xml | 2 +- connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml | 2 +- connectors-e2e-test/connectors-e2e-test-soap/pom.xml | 2 +- connectors-e2e-test/pom.xml | 2 +- connectors/automation-anywhere/pom.xml | 2 +- connectors/aws/aws-base/pom.xml | 2 +- connectors/aws/aws-bedrock/pom.xml | 2 +- connectors/aws/aws-dynamodb/pom.xml | 2 +- connectors/aws/aws-eventbridge/pom.xml | 2 +- connectors/aws/aws-lambda/pom.xml | 2 +- connectors/aws/aws-sagemaker/pom.xml | 2 +- connectors/aws/aws-sns/pom.xml | 2 +- connectors/aws/aws-sqs/pom.xml | 2 +- connectors/aws/aws-textract/pom.xml | 2 +- connectors/aws/pom.xml | 2 +- connectors/email/pom.xml | 2 +- connectors/google/google-base/pom.xml | 2 +- connectors/google/google-drive/pom.xml | 2 +- connectors/google/google-sheets/pom.xml | 2 +- connectors/google/pom.xml | 2 +- connectors/http/graphql/pom.xml | 2 +- connectors/http/http-base/pom.xml | 2 +- connectors/http/polling/pom.xml | 2 +- connectors/http/pom.xml | 2 +- connectors/http/rest/pom.xml | 2 +- connectors/jdbc/pom.xml | 2 +- connectors/kafka/pom.xml | 2 +- connectors/microsoft-teams/pom.xml | 2 +- connectors/pom.xml | 2 +- connectors/rabbitmq/pom.xml | 2 +- connectors/sendgrid/pom.xml | 2 +- connectors/slack/pom.xml | 2 +- connectors/soap/pom.xml | 2 +- connectors/webhook/pom.xml | 2 +- element-template-generator/congen-cli/pom.xml | 2 +- element-template-generator/core/pom.xml | 2 +- element-template-generator/http-dsl/pom.xml | 2 +- element-template-generator/maven-plugin/pom.xml | 2 +- element-template-generator/openapi-parser/pom.xml | 2 +- element-template-generator/postman-collections-parser/pom.xml | 2 +- element-template-generator/uniquet/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- secret-providers/gcp-secret-provider/pom.xml | 2 +- 68 files changed, 69 insertions(+), 69 deletions(-) diff --git a/bundle/camunda-saas-bundle/pom.xml b/bundle/camunda-saas-bundle/pom.xml index 9810df3843..60bf9f2ae4 100644 --- a/bundle/camunda-saas-bundle/pom.xml +++ b/bundle/camunda-saas-bundle/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connector-runtime-bundle-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml connector-runtime-bundle-saas diff --git a/bundle/default-bundle/pom.xml b/bundle/default-bundle/pom.xml index 4132dde593..48f88ddf83 100644 --- a/bundle/default-bundle/pom.xml +++ b/bundle/default-bundle/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connector-runtime-bundle-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml connector-runtime-bundle diff --git a/bundle/pom.xml b/bundle/pom.xml index ccae3f1dff..8619b6cf4d 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -9,7 +9,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 8.6.4-rc1 + 8.6.4 diff --git a/connector-runtime/connector-runtime-application/pom.xml b/connector-runtime/connector-runtime-application/pom.xml index 04fb643fb3..e0a2fa8265 100644 --- a/connector-runtime/connector-runtime-application/pom.xml +++ b/connector-runtime/connector-runtime-application/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.6.4-rc1 + 8.6.4 ../../pom.xml diff --git a/connector-runtime/connector-runtime-core/pom.xml b/connector-runtime/connector-runtime-core/pom.xml index e96e18864f..e317acfb16 100644 --- a/connector-runtime/connector-runtime-core/pom.xml +++ b/connector-runtime/connector-runtime-core/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent ../../pom.xml - 8.6.4-rc1 + 8.6.4 connector-runtime-core diff --git a/connector-runtime/connector-runtime-spring/pom.xml b/connector-runtime/connector-runtime-spring/pom.xml index d7e969f879..5996407b5b 100644 --- a/connector-runtime/connector-runtime-spring/pom.xml +++ b/connector-runtime/connector-runtime-spring/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.6.4-rc1 + 8.6.4 ../../pom.xml diff --git a/connector-runtime/spring-boot-starter-camunda-connectors/pom.xml b/connector-runtime/spring-boot-starter-camunda-connectors/pom.xml index 02ee4f6fdd..445dfce373 100644 --- a/connector-runtime/spring-boot-starter-camunda-connectors/pom.xml +++ b/connector-runtime/spring-boot-starter-camunda-connectors/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.6.4-rc1 + 8.6.4 ../../pom.xml diff --git a/connector-sdk/core/pom.xml b/connector-sdk/core/pom.xml index 14a287c2cf..623b67953c 100644 --- a/connector-sdk/core/pom.xml +++ b/connector-sdk/core/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-sdk-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connector-core diff --git a/connector-sdk/feel-wrapper/pom.xml b/connector-sdk/feel-wrapper/pom.xml index de287ac979..25bfe6d6c9 100644 --- a/connector-sdk/feel-wrapper/pom.xml +++ b/connector-sdk/feel-wrapper/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-sdk-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connector-feel-wrapper diff --git a/connector-sdk/jackson-datatype-feel/pom.xml b/connector-sdk/jackson-datatype-feel/pom.xml index 1d5b5d1463..f8986636c5 100644 --- a/connector-sdk/jackson-datatype-feel/pom.xml +++ b/connector-sdk/jackson-datatype-feel/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-sdk-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 jackson-datatype-feel diff --git a/connector-sdk/pom.xml b/connector-sdk/pom.xml index cd6052b09c..ae9db2a928 100644 --- a/connector-sdk/pom.xml +++ b/connector-sdk/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connector-sdk/test/pom.xml b/connector-sdk/test/pom.xml index d50a0a58f8..1b69e9c6e5 100644 --- a/connector-sdk/test/pom.xml +++ b/connector-sdk/test/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-sdk-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connector-test diff --git a/connector-sdk/validation/pom.xml b/connector-sdk/validation/pom.xml index c50fc8bde9..2a7a0510c1 100644 --- a/connector-sdk/validation/pom.xml +++ b/connector-sdk/validation/pom.xml @@ -8,7 +8,7 @@ io.camunda.connector connector-sdk-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connector-validation diff --git a/connectors-e2e-test/connectors-e2e-test-automation-anywhere/pom.xml b/connectors-e2e-test/connectors-e2e-test-automation-anywhere/pom.xml index ec745a3d89..042b79160b 100644 --- a/connectors-e2e-test/connectors-e2e-test-automation-anywhere/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-automation-anywhere/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-e2e-test-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-base/pom.xml b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-base/pom.xml index 32eb1469e8..412d8a6693 100644 --- a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-base/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-base/pom.xml @@ -8,7 +8,7 @@ io.camunda.connector connectors-e2e-test-aws-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connectors-e2e-test-aws-base diff --git a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-dynamodb/pom.xml b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-dynamodb/pom.xml index 1c71bf885b..1fe82a27fa 100644 --- a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-dynamodb/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-dynamodb/pom.xml @@ -7,7 +7,7 @@ io.camunda.connector connectors-e2e-test-aws-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connectors-e2e-test-aws-dynamodb diff --git a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-event-bridge/pom.xml b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-event-bridge/pom.xml index cb13dbb59f..e911550dd1 100644 --- a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-event-bridge/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-event-bridge/pom.xml @@ -7,7 +7,7 @@ io.camunda.connector connectors-e2e-test-aws-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connectors-e2e-test-aws-event-bridge diff --git a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-lambda/pom.xml b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-lambda/pom.xml index 24ae8203c9..e47d85c411 100644 --- a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-lambda/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-lambda/pom.xml @@ -7,7 +7,7 @@ io.camunda.connector connectors-e2e-test-aws-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connectors-e2e-test-aws-lambda diff --git a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-sns/pom.xml b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-sns/pom.xml index 8d59e31947..2016cc216e 100644 --- a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-sns/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-sns/pom.xml @@ -7,7 +7,7 @@ io.camunda.connector connectors-e2e-test-aws-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connectors-e2e-test-aws-sns diff --git a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-sqs/pom.xml b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-sqs/pom.xml index 74671fefde..6de7c9cf27 100644 --- a/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-sqs/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-aws/connectors-e2e-test-aws-sqs/pom.xml @@ -7,7 +7,7 @@ io.camunda.connector connectors-e2e-test-aws-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connectors-e2e-test-aws-sqs diff --git a/connectors-e2e-test/connectors-e2e-test-aws/pom.xml b/connectors-e2e-test/connectors-e2e-test-aws/pom.xml index 668a26876d..506824321b 100644 --- a/connectors-e2e-test/connectors-e2e-test-aws/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-aws/pom.xml @@ -6,13 +6,13 @@ io.camunda.connector connectors-e2e-test-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 connectors-e2e-test-aws-parent pom connectors-e2e-test-aws-parent - 8.6.4-rc1 + 8.6.4 connectors-e2e-test-aws-base diff --git a/connectors-e2e-test/connectors-e2e-test-base/pom.xml b/connectors-e2e-test/connectors-e2e-test-base/pom.xml index 0738ddf196..45f2dd68b8 100644 --- a/connectors-e2e-test/connectors-e2e-test-base/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-base/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-e2e-test-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 Connectors Test Base project diff --git a/connectors-e2e-test/connectors-e2e-test-easy-post/pom.xml b/connectors-e2e-test/connectors-e2e-test-easy-post/pom.xml index 4c798b2b43..3ac7781a76 100644 --- a/connectors-e2e-test/connectors-e2e-test-easy-post/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-easy-post/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-e2e-test-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-http/pom.xml b/connectors-e2e-test/connectors-e2e-test-http/pom.xml index f68e20fcfa..1d87aa95a0 100644 --- a/connectors-e2e-test/connectors-e2e-test-http/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-http/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-e2e-test-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-kafka/pom.xml b/connectors-e2e-test/connectors-e2e-test-kafka/pom.xml index 7e41e7dd4f..77f6da5d29 100644 --- a/connectors-e2e-test/connectors-e2e-test-kafka/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-kafka/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-e2e-test-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml b/connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml index b42cc8b690..9c8671bd60 100644 --- a/connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-e2e-test-parent ../pom.xml - 8.6.4-rc1 + 8.6.4 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-soap/pom.xml b/connectors-e2e-test/connectors-e2e-test-soap/pom.xml index b566d0e3ed..ef9e20ea58 100644 --- a/connectors-e2e-test/connectors-e2e-test-soap/pom.xml +++ b/connectors-e2e-test/connectors-e2e-test-soap/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 SOAP Connector tests diff --git a/connectors-e2e-test/pom.xml b/connectors-e2e-test/pom.xml index 0200b67ca1..87c789c132 100644 --- a/connectors-e2e-test/pom.xml +++ b/connectors-e2e-test/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 8.6.4-rc1 + 8.6.4 Parent POM for Connectors e2e tests diff --git a/connectors/automation-anywhere/pom.xml b/connectors/automation-anywhere/pom.xml index 535c9aa1be..6dea2d46eb 100644 --- a/connectors/automation-anywhere/pom.xml +++ b/connectors/automation-anywhere/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/aws-base/pom.xml b/connectors/aws/aws-base/pom.xml index bec2238afb..5b4477d206 100644 --- a/connectors/aws/aws-base/pom.xml +++ b/connectors/aws/aws-base/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/aws-bedrock/pom.xml b/connectors/aws/aws-bedrock/pom.xml index b329f39083..99b184732b 100644 --- a/connectors/aws/aws-bedrock/pom.xml +++ b/connectors/aws/aws-bedrock/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 diff --git a/connectors/aws/aws-dynamodb/pom.xml b/connectors/aws/aws-dynamodb/pom.xml index 2c4d6880df..6e095cddfc 100644 --- a/connectors/aws/aws-dynamodb/pom.xml +++ b/connectors/aws/aws-dynamodb/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/aws-eventbridge/pom.xml b/connectors/aws/aws-eventbridge/pom.xml index 033d5c6554..3e259c1fe7 100644 --- a/connectors/aws/aws-eventbridge/pom.xml +++ b/connectors/aws/aws-eventbridge/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/aws-lambda/pom.xml b/connectors/aws/aws-lambda/pom.xml index 14167aec6b..156f5bbb8e 100644 --- a/connectors/aws/aws-lambda/pom.xml +++ b/connectors/aws/aws-lambda/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/aws-sagemaker/pom.xml b/connectors/aws/aws-sagemaker/pom.xml index 6f4daec546..99e9252f09 100644 --- a/connectors/aws/aws-sagemaker/pom.xml +++ b/connectors/aws/aws-sagemaker/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/aws-sns/pom.xml b/connectors/aws/aws-sns/pom.xml index 8489ea4187..6e9beb17a9 100644 --- a/connectors/aws/aws-sns/pom.xml +++ b/connectors/aws/aws-sns/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/aws-sqs/pom.xml b/connectors/aws/aws-sqs/pom.xml index bc4e6be0b3..4041939a9c 100644 --- a/connectors/aws/aws-sqs/pom.xml +++ b/connectors/aws/aws-sqs/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/aws-textract/pom.xml b/connectors/aws/aws-textract/pom.xml index 357500609d..c8843a97d7 100644 --- a/connectors/aws/aws-textract/pom.xml +++ b/connectors/aws/aws-textract/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-aws-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/aws/pom.xml b/connectors/aws/pom.xml index 9930b4fa83..79ca576ce8 100644 --- a/connectors/aws/pom.xml +++ b/connectors/aws/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/email/pom.xml b/connectors/email/pom.xml index abb31785ba..9e2f3fc7ef 100644 --- a/connectors/email/pom.xml +++ b/connectors/email/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/google/google-base/pom.xml b/connectors/google/google-base/pom.xml index c21f5e4996..24039ce90b 100644 --- a/connectors/google/google-base/pom.xml +++ b/connectors/google/google-base/pom.xml @@ -7,7 +7,7 @@ io.camunda.connector connector-google-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/google/google-drive/pom.xml b/connectors/google/google-drive/pom.xml index b21c30e606..9a5c2c9d51 100644 --- a/connectors/google/google-drive/pom.xml +++ b/connectors/google/google-drive/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connector-google-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/google/google-sheets/pom.xml b/connectors/google/google-sheets/pom.xml index aed7185442..df3d94bcdd 100644 --- a/connectors/google/google-sheets/pom.xml +++ b/connectors/google/google-sheets/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-google-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/google/pom.xml b/connectors/google/pom.xml index 5ddb2350e2..e0862329ff 100644 --- a/connectors/google/pom.xml +++ b/connectors/google/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/http/graphql/pom.xml b/connectors/http/graphql/pom.xml index 5614754920..1f9e1d96d9 100644 --- a/connectors/http/graphql/pom.xml +++ b/connectors/http/graphql/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/http/http-base/pom.xml b/connectors/http/http-base/pom.xml index 4121e9f688..fc36567d7e 100644 --- a/connectors/http/http-base/pom.xml +++ b/connectors/http/http-base/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/http/polling/pom.xml b/connectors/http/polling/pom.xml index 343223b862..058c833750 100644 --- a/connectors/http/polling/pom.xml +++ b/connectors/http/polling/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/http/pom.xml b/connectors/http/pom.xml index 0aeb79e53b..98f8d03423 100644 --- a/connectors/http/pom.xml +++ b/connectors/http/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/http/rest/pom.xml b/connectors/http/rest/pom.xml index 096c5c67f7..02bb4d0a19 100644 --- a/connectors/http/rest/pom.xml +++ b/connectors/http/rest/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/jdbc/pom.xml b/connectors/jdbc/pom.xml index ff23da67f9..667e9b82e9 100644 --- a/connectors/jdbc/pom.xml +++ b/connectors/jdbc/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml index a3505c0189..645acc1b86 100644 --- a/connectors/kafka/pom.xml +++ b/connectors/kafka/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/microsoft-teams/pom.xml b/connectors/microsoft-teams/pom.xml index 45788c2cf8..b5045aac08 100644 --- a/connectors/microsoft-teams/pom.xml +++ b/connectors/microsoft-teams/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/pom.xml b/connectors/pom.xml index 0afa1db58e..b485051889 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/rabbitmq/pom.xml b/connectors/rabbitmq/pom.xml index 31f8b7dfb6..a735378573 100644 --- a/connectors/rabbitmq/pom.xml +++ b/connectors/rabbitmq/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/sendgrid/pom.xml b/connectors/sendgrid/pom.xml index 5bc81779e8..8f4cfb3fe2 100644 --- a/connectors/sendgrid/pom.xml +++ b/connectors/sendgrid/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/slack/pom.xml b/connectors/slack/pom.xml index 64aea224e0..276b671ea5 100644 --- a/connectors/slack/pom.xml +++ b/connectors/slack/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/soap/pom.xml b/connectors/soap/pom.xml index 5db0bbcbf3..2261f0eba8 100644 --- a/connectors/soap/pom.xml +++ b/connectors/soap/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/connectors/webhook/pom.xml b/connectors/webhook/pom.xml index 1a3c8bcc22..f319234718 100644 --- a/connectors/webhook/pom.xml +++ b/connectors/webhook/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.6.4-rc1 + 8.6.4 ../pom.xml diff --git a/element-template-generator/congen-cli/pom.xml b/element-template-generator/congen-cli/pom.xml index eaf53a6b59..06a0bee311 100644 --- a/element-template-generator/congen-cli/pom.xml +++ b/element-template-generator/congen-cli/pom.xml @@ -7,7 +7,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 congen-cli diff --git a/element-template-generator/core/pom.xml b/element-template-generator/core/pom.xml index 5801b2a1fd..af6fd875e7 100644 --- a/element-template-generator/core/pom.xml +++ b/element-template-generator/core/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 element-template-generator-core diff --git a/element-template-generator/http-dsl/pom.xml b/element-template-generator/http-dsl/pom.xml index 27c7bacd00..4fd2dad3e7 100644 --- a/element-template-generator/http-dsl/pom.xml +++ b/element-template-generator/http-dsl/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 element-template-generator-http diff --git a/element-template-generator/maven-plugin/pom.xml b/element-template-generator/maven-plugin/pom.xml index 34e3c414e8..08821b2fdd 100644 --- a/element-template-generator/maven-plugin/pom.xml +++ b/element-template-generator/maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 element-template-generator-maven-plugin diff --git a/element-template-generator/openapi-parser/pom.xml b/element-template-generator/openapi-parser/pom.xml index 3b9f8a2785..58f9c836b8 100644 --- a/element-template-generator/openapi-parser/pom.xml +++ b/element-template-generator/openapi-parser/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 openapi-parser diff --git a/element-template-generator/postman-collections-parser/pom.xml b/element-template-generator/postman-collections-parser/pom.xml index 9249462b03..b52e422bc2 100644 --- a/element-template-generator/postman-collections-parser/pom.xml +++ b/element-template-generator/postman-collections-parser/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 postman-collections-parser diff --git a/element-template-generator/uniquet/pom.xml b/element-template-generator/uniquet/pom.xml index 0f0fb74efb..b729ce625d 100644 --- a/element-template-generator/uniquet/pom.xml +++ b/element-template-generator/uniquet/pom.xml @@ -8,7 +8,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 Uniquet diff --git a/parent/pom.xml b/parent/pom.xml index d96707564d..15f2da5343 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ io.camunda.connector connector-parent - 8.6.4-rc1 + 8.6.4 pom Camunda Connector Parent diff --git a/pom.xml b/pom.xml index 67211231d2..43e0303735 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent - 8.6.4-rc1 + 8.6.4 parent/pom.xml diff --git a/secret-providers/gcp-secret-provider/pom.xml b/secret-providers/gcp-secret-provider/pom.xml index 6e37509704..6437e70f17 100644 --- a/secret-providers/gcp-secret-provider/pom.xml +++ b/secret-providers/gcp-secret-provider/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.6.4-rc1 + 8.6.4 connector-gcp-secret-provider