From 7ab8c8bdde3edb328c719074217816f8ac8e621e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:26:20 +0000 Subject: [PATCH] ci: release version 8.5.13-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/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 4b419b458d..179dfd85ea 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 + 8.5.13-rc1 ../pom.xml connector-runtime-bundle-saas diff --git a/bundle/default-bundle/pom.xml b/bundle/default-bundle/pom.xml index 04a8763d96..50b75af143 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 + 8.5.13-rc1 ../pom.xml connector-runtime-bundle diff --git a/bundle/pom.xml b/bundle/pom.xml index 047c70d7c4..710526ba9a 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -9,7 +9,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 8.5.12 + 8.5.13-rc1 diff --git a/connector-runtime/connector-runtime-application/pom.xml b/connector-runtime/connector-runtime-application/pom.xml index abc5f49a69..57515a28d4 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 + 8.5.13-rc1 ../../pom.xml diff --git a/connector-runtime/connector-runtime-core/pom.xml b/connector-runtime/connector-runtime-core/pom.xml index 42ee64ba4f..9e0a36a1f2 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 + 8.5.13-rc1 connector-runtime-core diff --git a/connector-runtime/connector-runtime-spring/pom.xml b/connector-runtime/connector-runtime-spring/pom.xml index adfe611836..fb9ea9170a 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 + 8.5.13-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 3b3f197da3..7767e4bb6a 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 + 8.5.13-rc1 ../../pom.xml diff --git a/connector-sdk/core/pom.xml b/connector-sdk/core/pom.xml index 8a66937de6..9ba7700cba 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 + 8.5.13-rc1 connector-core diff --git a/connector-sdk/feel-wrapper/pom.xml b/connector-sdk/feel-wrapper/pom.xml index c2a2776445..11e2faadf3 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 + 8.5.13-rc1 connector-feel-wrapper diff --git a/connector-sdk/jackson-datatype-feel/pom.xml b/connector-sdk/jackson-datatype-feel/pom.xml index 63d7349153..27923bbe50 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 + 8.5.13-rc1 jackson-datatype-feel diff --git a/connector-sdk/pom.xml b/connector-sdk/pom.xml index 875bf41269..79c0daee79 100644 --- a/connector-sdk/pom.xml +++ b/connector-sdk/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connector-sdk/test/pom.xml b/connector-sdk/test/pom.xml index 0307921b9a..4a33205582 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 + 8.5.13-rc1 connector-test diff --git a/connector-sdk/validation/pom.xml b/connector-sdk/validation/pom.xml index c607c31390..11131669c5 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 + 8.5.13-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 af267de3d7..c7ad04b2a1 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 + 8.5.13-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 d17db1875c..7e1ea2ecb7 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 + 8.5.13-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 594ccfeb5d..ec86569602 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 + 8.5.13-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 fd5a598ef3..2fd5a053d4 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 + 8.5.13-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 facc8cce23..6d136f3d21 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 + 8.5.13-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 d7372aaf6e..dfea796123 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 + 8.5.13-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 7638628685..2f6663ca8c 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 + 8.5.13-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 44696308ee..da0d568bec 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 + 8.5.13-rc1 connectors-e2e-test-aws-parent pom connectors-e2e-test-aws-parent - 8.5.12 + 8.5.13-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 d30ffb823c..511f8a6569 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 + 8.5.13-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 cd3a5be3e1..f26a681921 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 + 8.5.13-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 3d646276cd..f990f455c8 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 + 8.5.13-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 b45a364a76..a528268d60 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 + 8.5.13-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 6a025470e4..bb56b86842 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 + 8.5.13-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 31c56a9fcb..7c24743475 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 + 8.5.13-rc1 SOAP Connector tests diff --git a/connectors/automation-anywhere/pom.xml b/connectors/automation-anywhere/pom.xml index 297780de3e..74e5a4a7e3 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-base/pom.xml b/connectors/aws/aws-base/pom.xml index 61e863a106..85cbaa5fcb 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-dynamodb/pom.xml b/connectors/aws/aws-dynamodb/pom.xml index 42e3ef4963..de1e473410 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-eventbridge/pom.xml b/connectors/aws/aws-eventbridge/pom.xml index f0e1bac0da..5823a8d513 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-lambda/pom.xml b/connectors/aws/aws-lambda/pom.xml index 3d198a393d..7338aa1525 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-sns/pom.xml b/connectors/aws/aws-sns/pom.xml index 30901a2d49..345234f19e 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-sqs/pom.xml b/connectors/aws/aws-sqs/pom.xml index 125ae066b0..283e4621e4 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/aws/pom.xml b/connectors/aws/pom.xml index b0c18e76cc..221ada97d3 100644 --- a/connectors/aws/pom.xml +++ b/connectors/aws/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/google/google-base/pom.xml b/connectors/google/google-base/pom.xml index d3df86407d..65a057ccf3 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/google/google-drive/pom.xml b/connectors/google/google-drive/pom.xml index 01710a1899..14c8373018 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/google/google-sheets/pom.xml b/connectors/google/google-sheets/pom.xml index 37b0eb7450..bb7f92284c 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/google/pom.xml b/connectors/google/pom.xml index 3912dc68e0..3ac80d8cd0 100644 --- a/connectors/google/pom.xml +++ b/connectors/google/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/http/graphql/pom.xml b/connectors/http/graphql/pom.xml index d17cce1cc4..8f3b2c3993 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/http/http-base/pom.xml b/connectors/http/http-base/pom.xml index 18cd1e6a1d..ad836bcb24 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/http/polling/pom.xml b/connectors/http/polling/pom.xml index 1fcd82c9e1..d535689919 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/http/pom.xml b/connectors/http/pom.xml index 3ba99278af..e45e0dd30f 100644 --- a/connectors/http/pom.xml +++ b/connectors/http/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/http/rest/pom.xml b/connectors/http/rest/pom.xml index 79fa7e1ed3..2edbd2cea7 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml index f4d5a7d8cd..54f246c17c 100644 --- a/connectors/kafka/pom.xml +++ b/connectors/kafka/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/microsoft-teams/pom.xml b/connectors/microsoft-teams/pom.xml index cefcaea940..dc4ead825a 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 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/pom.xml b/connectors/pom.xml index f33f885124..42bf7775b2 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/rabbitmq/pom.xml b/connectors/rabbitmq/pom.xml index 8c9b6e6eb2..011e170a8a 100644 --- a/connectors/rabbitmq/pom.xml +++ b/connectors/rabbitmq/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/sendgrid/pom.xml b/connectors/sendgrid/pom.xml index f5f54f23bd..7e08018f9c 100644 --- a/connectors/sendgrid/pom.xml +++ b/connectors/sendgrid/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/slack/pom.xml b/connectors/slack/pom.xml index b3e7345d68..22a330fcc6 100644 --- a/connectors/slack/pom.xml +++ b/connectors/slack/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/soap/pom.xml b/connectors/soap/pom.xml index 73799ef7d8..2ed8557019 100644 --- a/connectors/soap/pom.xml +++ b/connectors/soap/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/connectors/webhook/pom.xml b/connectors/webhook/pom.xml index f125cbe26e..67b85c944b 100644 --- a/connectors/webhook/pom.xml +++ b/connectors/webhook/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.5.12 + 8.5.13-rc1 ../pom.xml diff --git a/element-template-generator/congen-cli/pom.xml b/element-template-generator/congen-cli/pom.xml index 2ba9da1e89..b081ad4756 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 + 8.5.13-rc1 congen-cli diff --git a/element-template-generator/core/pom.xml b/element-template-generator/core/pom.xml index a61321b05e..d60a4d42ca 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 + 8.5.13-rc1 core diff --git a/element-template-generator/http-dsl/pom.xml b/element-template-generator/http-dsl/pom.xml index 024b33de4e..2dd1ecf376 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 + 8.5.13-rc1 element-template-generator-http diff --git a/element-template-generator/maven-plugin/pom.xml b/element-template-generator/maven-plugin/pom.xml index 63099e218e..80bb6ad060 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 + 8.5.13-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 0afde14f63..52841eb070 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 + 8.5.13-rc1 openapi-parser diff --git a/element-template-generator/postman-collections-parser/pom.xml b/element-template-generator/postman-collections-parser/pom.xml index 49a56690a6..2cff90333c 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 + 8.5.13-rc1 postman-collections-parser diff --git a/parent/pom.xml b/parent/pom.xml index 1ecd17a301..c627f48f88 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ io.camunda.connector connector-parent - 8.5.12 + 8.5.13-rc1 pom Camunda Connector Parent diff --git a/pom.xml b/pom.xml index 4fdc8aa8bf..a185a0e2f7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent - 8.5.12 + 8.5.13-rc1 parent/pom.xml diff --git a/secret-providers/gcp-secret-provider/pom.xml b/secret-providers/gcp-secret-provider/pom.xml index 2d02272450..089e5925aa 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 + 8.5.13-rc1 connector-gcp-secret-provider