From 5887983dcc7f76a15529222998254691a65f0234 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2024 19:07:26 +0000
Subject: [PATCH] ci: release version 8.6.4-rc1
---
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 de1598ffa1..9810df3843 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.3
+ 8.6.4-rc1
../pom.xml
connector-runtime-bundle-saas
diff --git a/bundle/default-bundle/pom.xml b/bundle/default-bundle/pom.xml
index f2965225aa..4132dde593 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.3
+ 8.6.4-rc1
../pom.xml
connector-runtime-bundle
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 785fdb320f..ccae3f1dff 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -9,7 +9,7 @@
io.camunda.connector
connector-parent
../parent/pom.xml
- 8.6.3
+ 8.6.4-rc1
diff --git a/connector-runtime/connector-runtime-application/pom.xml b/connector-runtime/connector-runtime-application/pom.xml
index 1a8ca4f4af..04fb643fb3 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.3
+ 8.6.4-rc1
../../pom.xml
diff --git a/connector-runtime/connector-runtime-core/pom.xml b/connector-runtime/connector-runtime-core/pom.xml
index 359b204c87..e96e18864f 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.3
+ 8.6.4-rc1
connector-runtime-core
diff --git a/connector-runtime/connector-runtime-spring/pom.xml b/connector-runtime/connector-runtime-spring/pom.xml
index ea02e68720..d7e969f879 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.3
+ 8.6.4-rc1
../../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 d55eebdc43..02ee4f6fdd 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.3
+ 8.6.4-rc1
../../pom.xml
diff --git a/connector-sdk/core/pom.xml b/connector-sdk/core/pom.xml
index 6f8dabcdaa..14a287c2cf 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.3
+ 8.6.4-rc1
connector-core
diff --git a/connector-sdk/feel-wrapper/pom.xml b/connector-sdk/feel-wrapper/pom.xml
index 6ea48eda35..de287ac979 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.3
+ 8.6.4-rc1
connector-feel-wrapper
diff --git a/connector-sdk/jackson-datatype-feel/pom.xml b/connector-sdk/jackson-datatype-feel/pom.xml
index dd07717cf5..1d5b5d1463 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.3
+ 8.6.4-rc1
jackson-datatype-feel
diff --git a/connector-sdk/pom.xml b/connector-sdk/pom.xml
index 824cda792f..cd6052b09c 100644
--- a/connector-sdk/pom.xml
+++ b/connector-sdk/pom.xml
@@ -6,7 +6,7 @@
io.camunda.connector
connectors-bundle-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connector-sdk/test/pom.xml b/connector-sdk/test/pom.xml
index 717c64534b..d50a0a58f8 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.3
+ 8.6.4-rc1
connector-test
diff --git a/connector-sdk/validation/pom.xml b/connector-sdk/validation/pom.xml
index d453305822..c50fc8bde9 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.3
+ 8.6.4-rc1
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 2ac8f84078..ec745a3d89 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.3
+ 8.6.4-rc1
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 8aed967ee3..32eb1469e8 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.3
+ 8.6.4-rc1
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 fb08bb0d28..1c71bf885b 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.3
+ 8.6.4-rc1
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 25b9a8d912..cb13dbb59f 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.3
+ 8.6.4-rc1
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 6878b5836d..24ae8203c9 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.3
+ 8.6.4-rc1
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 2391ccc2bf..8d59e31947 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.3
+ 8.6.4-rc1
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 1fdaaf6d29..74671fefde 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.3
+ 8.6.4-rc1
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 58331eb437..668a26876d 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.3
+ 8.6.4-rc1
connectors-e2e-test-aws-parent
pom
connectors-e2e-test-aws-parent
- 8.6.3
+ 8.6.4-rc1
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 242a33eb9b..0738ddf196 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.3
+ 8.6.4-rc1
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 6334acf9de..4c798b2b43 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.3
+ 8.6.4-rc1
Tests
diff --git a/connectors-e2e-test/connectors-e2e-test-http/pom.xml b/connectors-e2e-test/connectors-e2e-test-http/pom.xml
index a039e67078..f68e20fcfa 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.3
+ 8.6.4-rc1
Tests
diff --git a/connectors-e2e-test/connectors-e2e-test-kafka/pom.xml b/connectors-e2e-test/connectors-e2e-test-kafka/pom.xml
index 7d848cfe0b..7e41e7dd4f 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.3
+ 8.6.4-rc1
Tests
diff --git a/connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml b/connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml
index 6f6584ad22..b42cc8b690 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.3
+ 8.6.4-rc1
Tests
diff --git a/connectors-e2e-test/connectors-e2e-test-soap/pom.xml b/connectors-e2e-test/connectors-e2e-test-soap/pom.xml
index 14669a00ae..b566d0e3ed 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.3
+ 8.6.4-rc1
SOAP Connector tests
diff --git a/connectors-e2e-test/pom.xml b/connectors-e2e-test/pom.xml
index 3e449bb329..0200b67ca1 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.3
+ 8.6.4-rc1
Parent POM for Connectors e2e tests
diff --git a/connectors/automation-anywhere/pom.xml b/connectors/automation-anywhere/pom.xml
index a59f3da5a2..535c9aa1be 100644
--- a/connectors/automation-anywhere/pom.xml
+++ b/connectors/automation-anywhere/pom.xml
@@ -5,7 +5,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/aws-base/pom.xml b/connectors/aws/aws-base/pom.xml
index ec5bd5d56d..bec2238afb 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/aws-bedrock/pom.xml b/connectors/aws/aws-bedrock/pom.xml
index 91b31dc3ba..b329f39083 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.3
+ 8.6.4-rc1
diff --git a/connectors/aws/aws-dynamodb/pom.xml b/connectors/aws/aws-dynamodb/pom.xml
index 76a0683e82..2c4d6880df 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/aws-eventbridge/pom.xml b/connectors/aws/aws-eventbridge/pom.xml
index 0f0c45c894..033d5c6554 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/aws-lambda/pom.xml b/connectors/aws/aws-lambda/pom.xml
index 36d6cf4f01..14167aec6b 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/aws-sagemaker/pom.xml b/connectors/aws/aws-sagemaker/pom.xml
index f0eafb51ad..6f4daec546 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/aws-sns/pom.xml b/connectors/aws/aws-sns/pom.xml
index 083c833bee..8489ea4187 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/aws-sqs/pom.xml b/connectors/aws/aws-sqs/pom.xml
index 12e751f1a5..bc4e6be0b3 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/aws-textract/pom.xml b/connectors/aws/aws-textract/pom.xml
index 334abf867b..357500609d 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/aws/pom.xml b/connectors/aws/pom.xml
index c6f0c2a7c9..9930b4fa83 100644
--- a/connectors/aws/pom.xml
+++ b/connectors/aws/pom.xml
@@ -6,7 +6,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/email/pom.xml b/connectors/email/pom.xml
index 0fb023a6a0..abb31785ba 100644
--- a/connectors/email/pom.xml
+++ b/connectors/email/pom.xml
@@ -6,7 +6,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/google/google-base/pom.xml b/connectors/google/google-base/pom.xml
index 3fb10d6f90..c21f5e4996 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/google/google-drive/pom.xml b/connectors/google/google-drive/pom.xml
index dad5b1ecf5..b21c30e606 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/google/google-sheets/pom.xml b/connectors/google/google-sheets/pom.xml
index 1638f8bc66..aed7185442 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/google/pom.xml b/connectors/google/pom.xml
index ffd1bac3b5..5ddb2350e2 100644
--- a/connectors/google/pom.xml
+++ b/connectors/google/pom.xml
@@ -5,7 +5,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/http/graphql/pom.xml b/connectors/http/graphql/pom.xml
index e687e58677..5614754920 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/http/http-base/pom.xml b/connectors/http/http-base/pom.xml
index 9ce411ff03..4121e9f688 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/http/polling/pom.xml b/connectors/http/polling/pom.xml
index fece5bb6df..343223b862 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/http/pom.xml b/connectors/http/pom.xml
index 3aaf74d3ab..0aeb79e53b 100644
--- a/connectors/http/pom.xml
+++ b/connectors/http/pom.xml
@@ -5,7 +5,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/http/rest/pom.xml b/connectors/http/rest/pom.xml
index b9070ca993..096c5c67f7 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.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/jdbc/pom.xml b/connectors/jdbc/pom.xml
index 90218cb152..ff23da67f9 100644
--- a/connectors/jdbc/pom.xml
+++ b/connectors/jdbc/pom.xml
@@ -4,7 +4,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml
index 4e5a5a3003..a3505c0189 100644
--- a/connectors/kafka/pom.xml
+++ b/connectors/kafka/pom.xml
@@ -4,7 +4,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/microsoft-teams/pom.xml b/connectors/microsoft-teams/pom.xml
index 927672f6a0..45788c2cf8 100644
--- a/connectors/microsoft-teams/pom.xml
+++ b/connectors/microsoft-teams/pom.xml
@@ -4,7 +4,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 8779daba36..0afa1db58e 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -6,7 +6,7 @@
io.camunda.connector
connectors-bundle-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/rabbitmq/pom.xml b/connectors/rabbitmq/pom.xml
index 0501c1b550..31f8b7dfb6 100644
--- a/connectors/rabbitmq/pom.xml
+++ b/connectors/rabbitmq/pom.xml
@@ -4,7 +4,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/sendgrid/pom.xml b/connectors/sendgrid/pom.xml
index 62c0524118..5bc81779e8 100644
--- a/connectors/sendgrid/pom.xml
+++ b/connectors/sendgrid/pom.xml
@@ -4,7 +4,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/slack/pom.xml b/connectors/slack/pom.xml
index a9c1936ba2..64aea224e0 100644
--- a/connectors/slack/pom.xml
+++ b/connectors/slack/pom.xml
@@ -4,7 +4,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/soap/pom.xml b/connectors/soap/pom.xml
index 5402c50714..5db0bbcbf3 100644
--- a/connectors/soap/pom.xml
+++ b/connectors/soap/pom.xml
@@ -4,7 +4,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/connectors/webhook/pom.xml b/connectors/webhook/pom.xml
index 9d2ed388bc..1a3c8bcc22 100644
--- a/connectors/webhook/pom.xml
+++ b/connectors/webhook/pom.xml
@@ -5,7 +5,7 @@
io.camunda.connector
connectors-parent
- 8.6.3
+ 8.6.4-rc1
../pom.xml
diff --git a/element-template-generator/congen-cli/pom.xml b/element-template-generator/congen-cli/pom.xml
index d2ef0ad563..eaf53a6b59 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.3
+ 8.6.4-rc1
congen-cli
diff --git a/element-template-generator/core/pom.xml b/element-template-generator/core/pom.xml
index 5d796f5188..5801b2a1fd 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.3
+ 8.6.4-rc1
element-template-generator-core
diff --git a/element-template-generator/http-dsl/pom.xml b/element-template-generator/http-dsl/pom.xml
index 7459105908..27c7bacd00 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.3
+ 8.6.4-rc1
element-template-generator-http
diff --git a/element-template-generator/maven-plugin/pom.xml b/element-template-generator/maven-plugin/pom.xml
index e5d7f43155..34e3c414e8 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.3
+ 8.6.4-rc1
element-template-generator-maven-plugin
diff --git a/element-template-generator/openapi-parser/pom.xml b/element-template-generator/openapi-parser/pom.xml
index 2ab3c8807d..3b9f8a2785 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.3
+ 8.6.4-rc1
openapi-parser
diff --git a/element-template-generator/postman-collections-parser/pom.xml b/element-template-generator/postman-collections-parser/pom.xml
index 01372c8f79..9249462b03 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.3
+ 8.6.4-rc1
postman-collections-parser
diff --git a/element-template-generator/uniquet/pom.xml b/element-template-generator/uniquet/pom.xml
index f130ceb74f..0f0fb74efb 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.3
+ 8.6.4-rc1
Uniquet
diff --git a/parent/pom.xml b/parent/pom.xml
index e3b0d4e052..d96707564d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -12,7 +12,7 @@
io.camunda.connector
connector-parent
- 8.6.3
+ 8.6.4-rc1
pom
Camunda Connector Parent
diff --git a/pom.xml b/pom.xml
index 6b8bf5214f..67211231d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.camunda.connector
connector-parent
- 8.6.3
+ 8.6.4-rc1
parent/pom.xml
diff --git a/secret-providers/gcp-secret-provider/pom.xml b/secret-providers/gcp-secret-provider/pom.xml
index 06c4fb203c..6e37509704 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.3
+ 8.6.4-rc1
connector-gcp-secret-provider