diff --git a/bundle/camunda-saas-bundle/pom.xml b/bundle/camunda-saas-bundle/pom.xml index 9f499cd85c..747b7c0c3b 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.4.12 + 8.4.13-rc1 ../pom.xml connector-runtime-bundle-saas diff --git a/bundle/default-bundle/pom.xml b/bundle/default-bundle/pom.xml index fe6cc2a051..111cd50c3b 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.4.12 + 8.4.13-rc1 ../pom.xml connector-runtime-bundle diff --git a/bundle/pom.xml b/bundle/pom.xml index 2cbcce4d4c..bb67038330 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -9,7 +9,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 8.4.12 + 8.4.13-rc1 diff --git a/connector-runtime/connector-runtime-application/pom.xml b/connector-runtime/connector-runtime-application/pom.xml index 56741bc5a3..c9b6d249ba 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.4.12 + 8.4.13-rc1 ../../pom.xml diff --git a/connector-runtime/connector-runtime-core/pom.xml b/connector-runtime/connector-runtime-core/pom.xml index 09cf8343f6..be5e176117 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.4.12 + 8.4.13-rc1 connector-runtime-core diff --git a/connector-runtime/connector-runtime-spring/pom.xml b/connector-runtime/connector-runtime-spring/pom.xml index 83a4cfc539..ef00483fde 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.4.12 + 8.4.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 1fc2d07875..23ab5b4fe3 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.4.12 + 8.4.13-rc1 ../../pom.xml diff --git a/connector-sdk/core/pom.xml b/connector-sdk/core/pom.xml index a315f0f30b..94cab7618a 100644 --- a/connector-sdk/core/pom.xml +++ b/connector-sdk/core/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.4.12 + 8.4.13-rc1 connector-core diff --git a/connector-sdk/feel-wrapper/pom.xml b/connector-sdk/feel-wrapper/pom.xml index d03aac8671..32348873cf 100644 --- a/connector-sdk/feel-wrapper/pom.xml +++ b/connector-sdk/feel-wrapper/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.4.12 + 8.4.13-rc1 connector-feel-wrapper diff --git a/connector-sdk/jackson-datatype-feel/pom.xml b/connector-sdk/jackson-datatype-feel/pom.xml index 4dceeed613..85ead25ef9 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-parent ../../parent/pom.xml - 8.4.12 + 8.4.13-rc1 jackson-datatype-feel diff --git a/connector-sdk/test/pom.xml b/connector-sdk/test/pom.xml index 261e70a00f..1b629038de 100644 --- a/connector-sdk/test/pom.xml +++ b/connector-sdk/test/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.4.12 + 8.4.13-rc1 connector-test diff --git a/connector-sdk/validation/pom.xml b/connector-sdk/validation/pom.xml index eab757f6dd..2f8d4f1eab 100644 --- a/connector-sdk/validation/pom.xml +++ b/connector-sdk/validation/pom.xml @@ -8,7 +8,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.4.12 + 8.4.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 ed70f65958..37a1de5716 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.4.12 + 8.4.13-rc1 Tests diff --git a/connectors-e2e-test/connectors-e2e-test-base/pom.xml b/connectors-e2e-test/connectors-e2e-test-base/pom.xml index 8d80f59166..0ac7399f8e 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.4.12 + 8.4.13-rc1 Connectors Test Base project diff --git a/connectors-e2e-test/connectors-e2e-test-http/pom.xml b/connectors-e2e-test/connectors-e2e-test-http/pom.xml index 034b8536c4..6e07a7ffd5 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.4.12 + 8.4.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 c4f70b5e4d..3891a9f3c6 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.4.12 + 8.4.13-rc1 Tests diff --git a/connectors/automation-anywhere/pom.xml b/connectors/automation-anywhere/pom.xml index d74292e399..ee1857edaa 100644 --- a/connectors/automation-anywhere/pom.xml +++ b/connectors/automation-anywhere/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-base/pom.xml b/connectors/aws/aws-base/pom.xml index eb6cb3b197..70bbba73d7 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-dynamodb/pom.xml b/connectors/aws/aws-dynamodb/pom.xml index 98541db861..a184cec749 100644 --- a/connectors/aws/aws-dynamodb/pom.xml +++ b/connectors/aws/aws-dynamodb/pom.xml @@ -18,7 +18,7 @@ io.camunda.connector connector-aws-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-eventbridge/pom.xml b/connectors/aws/aws-eventbridge/pom.xml index 3e027e0361..5992b07d17 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-lambda/pom.xml b/connectors/aws/aws-lambda/pom.xml index 7369ed6b4f..99309cb319 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-sns/pom.xml b/connectors/aws/aws-sns/pom.xml index 330fc815aa..223055788f 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/aws/aws-sqs/pom.xml b/connectors/aws/aws-sqs/pom.xml index ce32510c24..8438c639a7 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/aws/pom.xml b/connectors/aws/pom.xml index 4192dc61cd..47aab8bdd5 100644 --- a/connectors/aws/pom.xml +++ b/connectors/aws/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/google/google-base/pom.xml b/connectors/google/google-base/pom.xml index cc3bbcb743..94b6093511 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/google/google-drive/pom.xml b/connectors/google/google-drive/pom.xml index 781e4f7e40..52330e7d70 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/google/google-sheets/pom.xml b/connectors/google/google-sheets/pom.xml index 57aa63d903..8b063368c8 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/google/pom.xml b/connectors/google/pom.xml index bb90747f37..e8de694911 100644 --- a/connectors/google/pom.xml +++ b/connectors/google/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/http/graphql/pom.xml b/connectors/http/graphql/pom.xml index 679d1227ef..fc487e4b5c 100644 --- a/connectors/http/graphql/pom.xml +++ b/connectors/http/graphql/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/http/http-base/pom.xml b/connectors/http/http-base/pom.xml index 94f0589e47..d2f81a0003 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.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/http/polling/pom.xml b/connectors/http/polling/pom.xml index 1d7f5063de..77030e7213 100644 --- a/connectors/http/polling/pom.xml +++ b/connectors/http/polling/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/http/pom.xml b/connectors/http/pom.xml index 0622402928..0d15851292 100644 --- a/connectors/http/pom.xml +++ b/connectors/http/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/http/rest/pom.xml b/connectors/http/rest/pom.xml index ec92c22d64..91e71d1a55 100644 --- a/connectors/http/rest/pom.xml +++ b/connectors/http/rest/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml index 96e1211d45..a2872a1d1f 100644 --- a/connectors/kafka/pom.xml +++ b/connectors/kafka/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/microsoft-teams/pom.xml b/connectors/microsoft-teams/pom.xml index a1bdee04de..14d26ebcb9 100644 --- a/connectors/microsoft-teams/pom.xml +++ b/connectors/microsoft-teams/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/pom.xml b/connectors/pom.xml index aa78f81690..f288473b81 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/rabbitmq/pom.xml b/connectors/rabbitmq/pom.xml index 33e2fc68af..833fe1cbb0 100644 --- a/connectors/rabbitmq/pom.xml +++ b/connectors/rabbitmq/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/sendgrid/pom.xml b/connectors/sendgrid/pom.xml index 287b1f6846..6c5b3c6029 100644 --- a/connectors/sendgrid/pom.xml +++ b/connectors/sendgrid/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/slack/pom.xml b/connectors/slack/pom.xml index ab057f2fa1..2ab7c66833 100644 --- a/connectors/slack/pom.xml +++ b/connectors/slack/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/connectors/webhook/pom.xml b/connectors/webhook/pom.xml index 05913ddb6b..d0a1fd03e0 100644 --- a/connectors/webhook/pom.xml +++ b/connectors/webhook/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connectors-parent - 8.4.12 + 8.4.13-rc1 ../pom.xml diff --git a/element-template-generator/congen-cli/pom.xml b/element-template-generator/congen-cli/pom.xml index 19d5383567..40822819cf 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.4.12 + 8.4.13-rc1 congen-cli diff --git a/element-template-generator/core/pom.xml b/element-template-generator/core/pom.xml index 7f90269880..a1691cc122 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.4.12 + 8.4.13-rc1 core diff --git a/element-template-generator/http-dsl/pom.xml b/element-template-generator/http-dsl/pom.xml index 059d6f69fb..1e8368a87d 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.4.12 + 8.4.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 0cf50e28fc..d4a3de3750 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.4.12 + 8.4.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 dcf9ce4612..5c3f622b67 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.4.12 + 8.4.13-rc1 openapi-parser diff --git a/parent/pom.xml b/parent/pom.xml index 5d0ba5421d..08465bcaed 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ io.camunda.connector connector-parent - 8.4.12 + 8.4.13-rc1 pom Camunda Connector Parent diff --git a/pom.xml b/pom.xml index 9ce02b4656..e93d868c0c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent - 8.4.12 + 8.4.13-rc1 parent/pom.xml diff --git a/secret-providers/gcp-secret-provider/pom.xml b/secret-providers/gcp-secret-provider/pom.xml index d92a15fcce..b085195f5c 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.4.12 + 8.4.13-rc1 connector-gcp-secret-provider