From d5195fffefdc7242a4a22a4f3d0e4c5cd0fc5875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:39:33 +0000 Subject: [PATCH] ci: release version 8.5.12 --- 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/automation-anywhere/pom.xml | 2 +- connectors/aws/aws-base/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-sns/pom.xml | 2 +- connectors/aws/aws-sqs/pom.xml | 2 +- connectors/aws/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/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 +- parent/pom.xml | 2 +- pom.xml | 2 +- secret-providers/gcp-secret-provider/pom.xml | 2 +- 61 files changed, 62 insertions(+), 62 deletions(-) diff --git a/bundle/camunda-saas-bundle/pom.xml b/bundle/camunda-saas-bundle/pom.xml index c0444e93bf..4b419b458d 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.5.12-rc1 + 8.5.12 ../pom.xml connector-runtime-bundle-saas diff --git a/bundle/default-bundle/pom.xml b/bundle/default-bundle/pom.xml index 332326f8e0..04a8763d96 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.5.12-rc1 + 8.5.12 ../pom.xml connector-runtime-bundle diff --git a/bundle/pom.xml b/bundle/pom.xml index a9f19f1229..047c70d7c4 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -9,7 +9,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 8.5.12-rc1 + 8.5.12 diff --git a/connector-runtime/connector-runtime-application/pom.xml b/connector-runtime/connector-runtime-application/pom.xml index 9448502799..abc5f49a69 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.5.12-rc1 + 8.5.12 ../../pom.xml diff --git a/connector-runtime/connector-runtime-core/pom.xml b/connector-runtime/connector-runtime-core/pom.xml index e2b2179779..b6fb989a6c 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.5.12-rc1 + 8.5.12 connector-runtime-core diff --git a/connector-runtime/connector-runtime-spring/pom.xml b/connector-runtime/connector-runtime-spring/pom.xml index 644d929c6f..12d010f7bb 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.5.12-rc1 + 8.5.12 ../../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 b85c83dd02..3b3f197da3 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.5.12-rc1 + 8.5.12 ../../pom.xml diff --git a/connector-sdk/core/pom.xml b/connector-sdk/core/pom.xml index f0ff17d306..8a66937de6 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.5.12-rc1 + 8.5.12 connector-core diff --git a/connector-sdk/feel-wrapper/pom.xml b/connector-sdk/feel-wrapper/pom.xml index 1ae35f6513..c2a2776445 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.5.12-rc1 + 8.5.12 connector-feel-wrapper diff --git a/connector-sdk/jackson-datatype-feel/pom.xml b/connector-sdk/jackson-datatype-feel/pom.xml index 2d0a917c9a..63d7349153 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.5.12-rc1 + 8.5.12 jackson-datatype-feel diff --git a/connector-sdk/pom.xml b/connector-sdk/pom.xml index 309768445a..875bf41269 100644 --- a/connector-sdk/pom.xml +++ b/connector-sdk/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connector-sdk/test/pom.xml b/connector-sdk/test/pom.xml index ab79f5fa9a..0307921b9a 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.5.12-rc1 + 8.5.12 connector-test diff --git a/connector-sdk/validation/pom.xml b/connector-sdk/validation/pom.xml index 6ee031db95..c607c31390 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.5.12-rc1 + 8.5.12 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 f79b0d4bf6..af267de3d7 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 connector-parent ../../parent/pom.xml - 8.5.12-rc1 + 8.5.12 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 d4929c8687..d17db1875c 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.5.12-rc1 + 8.5.12 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 0d3b2e64cb..594ccfeb5d 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.5.12-rc1 + 8.5.12 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 6ee3bdd4c1..fd5a598ef3 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.5.12-rc1 + 8.5.12 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 1cc04030d6..facc8cce23 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.5.12-rc1 + 8.5.12 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 727b497e4b..d7372aaf6e 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.5.12-rc1 + 8.5.12 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 0bab6520f8..7638628685 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.5.12-rc1 + 8.5.12 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 285a1a2ec6..44696308ee 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 connector-parent ../../parent/pom.xml - 8.5.12-rc1 + 8.5.12 connectors-e2e-test-aws-parent pom connectors-e2e-test-aws-parent - 8.5.12-rc1 + 8.5.12 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 fd502c6b86..e042b89a36 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 connector-parent ../../parent/pom.xml - 8.5.12-rc1 + 8.5.12 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 991d675365..cd3a5be3e1 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 connector-parent ../../parent/pom.xml - 8.5.12-rc1 + 8.5.12 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-http/pom.xml b/connectors-e2e-test/connectors-e2e-test-http/pom.xml index f545e954a7..3d646276cd 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 connector-parent ../../parent/pom.xml - 8.5.12-rc1 + 8.5.12 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-kafka/pom.xml b/connectors-e2e-test/connectors-e2e-test-kafka/pom.xml index 596449c1ec..b45a364a76 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 connector-parent ../../parent/pom.xml - 8.5.12-rc1 + 8.5.12 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml b/connectors-e2e-test/connectors-e2e-test-rabbitmq/pom.xml index 1dd58ec405..6a025470e4 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 connector-parent ../../parent/pom.xml - 8.5.12-rc1 + 8.5.12 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-soap/pom.xml b/connectors-e2e-test/connectors-e2e-test-soap/pom.xml index 3a9a5c8d16..31c56a9fcb 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.5.12-rc1 + 8.5.12 SOAP Connector tests diff --git a/connectors/automation-anywhere/pom.xml b/connectors/automation-anywhere/pom.xml index 227349ff5c..297780de3e 100644 --- a/connectors/automation-anywhere/pom.xml +++ b/connectors/automation-anywhere/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/aws/aws-base/pom.xml b/connectors/aws/aws-base/pom.xml index 2cc019a2c7..61e863a106 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/aws/aws-dynamodb/pom.xml b/connectors/aws/aws-dynamodb/pom.xml index 189adea339..42e3ef4963 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/aws/aws-eventbridge/pom.xml b/connectors/aws/aws-eventbridge/pom.xml index 486e5d1300..f0e1bac0da 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/aws/aws-lambda/pom.xml b/connectors/aws/aws-lambda/pom.xml index 1bbbca9191..3d198a393d 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/aws/aws-sns/pom.xml b/connectors/aws/aws-sns/pom.xml index e4967ed766..30901a2d49 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/aws/aws-sqs/pom.xml b/connectors/aws/aws-sqs/pom.xml index be557b463e..125ae066b0 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/aws/pom.xml b/connectors/aws/pom.xml index c326f0c94f..b0c18e76cc 100644 --- a/connectors/aws/pom.xml +++ b/connectors/aws/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/google/google-base/pom.xml b/connectors/google/google-base/pom.xml index 8a3f458946..d3df86407d 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/google/google-drive/pom.xml b/connectors/google/google-drive/pom.xml index 7f95e3209d..01710a1899 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/google/google-sheets/pom.xml b/connectors/google/google-sheets/pom.xml index ef861b773b..37b0eb7450 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/google/pom.xml b/connectors/google/pom.xml index 1169fc3d26..3912dc68e0 100644 --- a/connectors/google/pom.xml +++ b/connectors/google/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/http/graphql/pom.xml b/connectors/http/graphql/pom.xml index 9784e9e2a6..d17cce1cc4 100644 --- a/connectors/http/graphql/pom.xml +++ b/connectors/http/graphql/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/http/http-base/pom.xml b/connectors/http/http-base/pom.xml index 9b5a58eca2..18cd1e6a1d 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.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/http/polling/pom.xml b/connectors/http/polling/pom.xml index 0d3f13f28f..1fcd82c9e1 100644 --- a/connectors/http/polling/pom.xml +++ b/connectors/http/polling/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/http/pom.xml b/connectors/http/pom.xml index ed5968a1e8..3ba99278af 100644 --- a/connectors/http/pom.xml +++ b/connectors/http/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/http/rest/pom.xml b/connectors/http/rest/pom.xml index 7e9cd07c40..79fa7e1ed3 100644 --- a/connectors/http/rest/pom.xml +++ b/connectors/http/rest/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml index 10b6547d44..f4d5a7d8cd 100644 --- a/connectors/kafka/pom.xml +++ b/connectors/kafka/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/microsoft-teams/pom.xml b/connectors/microsoft-teams/pom.xml index e4b5990b25..cefcaea940 100644 --- a/connectors/microsoft-teams/pom.xml +++ b/connectors/microsoft-teams/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/pom.xml b/connectors/pom.xml index 1450f84f74..f33f885124 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/rabbitmq/pom.xml b/connectors/rabbitmq/pom.xml index dc955d8625..8c9b6e6eb2 100644 --- a/connectors/rabbitmq/pom.xml +++ b/connectors/rabbitmq/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/sendgrid/pom.xml b/connectors/sendgrid/pom.xml index 1c8c903ea5..f5f54f23bd 100644 --- a/connectors/sendgrid/pom.xml +++ b/connectors/sendgrid/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/slack/pom.xml b/connectors/slack/pom.xml index 9c606d8d24..b3e7345d68 100644 --- a/connectors/slack/pom.xml +++ b/connectors/slack/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/soap/pom.xml b/connectors/soap/pom.xml index 3cf16a5416..73799ef7d8 100644 --- a/connectors/soap/pom.xml +++ b/connectors/soap/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/connectors/webhook/pom.xml b/connectors/webhook/pom.xml index 19d53f2cb7..f125cbe26e 100644 --- a/connectors/webhook/pom.xml +++ b/connectors/webhook/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.5.12-rc1 + 8.5.12 ../pom.xml diff --git a/element-template-generator/congen-cli/pom.xml b/element-template-generator/congen-cli/pom.xml index 03d8726304..2ba9da1e89 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.5.12-rc1 + 8.5.12 congen-cli diff --git a/element-template-generator/core/pom.xml b/element-template-generator/core/pom.xml index 6540dc33ad..a61321b05e 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.5.12-rc1 + 8.5.12 core diff --git a/element-template-generator/http-dsl/pom.xml b/element-template-generator/http-dsl/pom.xml index a297a8e461..024b33de4e 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.5.12-rc1 + 8.5.12 element-template-generator-http diff --git a/element-template-generator/maven-plugin/pom.xml b/element-template-generator/maven-plugin/pom.xml index f8aedae397..63099e218e 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.5.12-rc1 + 8.5.12 element-template-generator-maven-plugin diff --git a/element-template-generator/openapi-parser/pom.xml b/element-template-generator/openapi-parser/pom.xml index ef6bb7aecf..0afde14f63 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.5.12-rc1 + 8.5.12 openapi-parser diff --git a/element-template-generator/postman-collections-parser/pom.xml b/element-template-generator/postman-collections-parser/pom.xml index 43895183f3..49a56690a6 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.5.12-rc1 + 8.5.12 postman-collections-parser diff --git a/parent/pom.xml b/parent/pom.xml index f03f12db5b..63843ea8fb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ io.camunda.connector connector-parent - 8.5.12-rc1 + 8.5.12 pom Camunda Connector Parent diff --git a/pom.xml b/pom.xml index e48e312218..4fdc8aa8bf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent - 8.5.12-rc1 + 8.5.12 parent/pom.xml diff --git a/secret-providers/gcp-secret-provider/pom.xml b/secret-providers/gcp-secret-provider/pom.xml index e875da7cdb..2d02272450 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.5.12-rc1 + 8.5.12 connector-gcp-secret-provider