From 617151ddb91f4737a0ebe468b4bea61b542dc288 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:05:50 +0200 Subject: [PATCH] ci: set next snapshot version (#1261) Co-authored-by: chillleader --- 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/element-template-generator-maven-plugin/pom.xml | 2 +- connector-sdk/element-template-generator/pom.xml | 2 +- connector-sdk/jackson-datatype-feel/pom.xml | 2 +- connector-sdk/test/pom.xml | 2 +- connector-sdk/validation/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/webhook/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- secret-providers/gcp-secret-provider/pom.xml | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/bundle/camunda-saas-bundle/pom.xml b/bundle/camunda-saas-bundle/pom.xml index 5d6eba41fb..3d2fd73ced 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml connector-runtime-bundle-saas diff --git a/bundle/default-bundle/pom.xml b/bundle/default-bundle/pom.xml index 8b1b201981..2e1b7824ff 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml connector-runtime-bundle diff --git a/bundle/pom.xml b/bundle/pom.xml index 5a96a2fa24..d6ac4aa368 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -9,7 +9,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 8.3.0 + 8.4.0-SNAPSHOT diff --git a/connector-runtime/connector-runtime-application/pom.xml b/connector-runtime/connector-runtime-application/pom.xml index cbcce31e5c..7112e44be7 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.3.0 + 8.4.0-SNAPSHOT ../../pom.xml diff --git a/connector-runtime/connector-runtime-core/pom.xml b/connector-runtime/connector-runtime-core/pom.xml index 6ad03abcc4..a97b9a524c 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.3.0 + 8.4.0-SNAPSHOT connector-runtime-core diff --git a/connector-runtime/connector-runtime-spring/pom.xml b/connector-runtime/connector-runtime-spring/pom.xml index f2476e5652..131336ac32 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.3.0 + 8.4.0-SNAPSHOT ../../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 a2d573a757..31e4546a7d 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.3.0 + 8.4.0-SNAPSHOT ../../pom.xml diff --git a/connector-sdk/core/pom.xml b/connector-sdk/core/pom.xml index d039de93b0..c2c23237e8 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.3.0 + 8.4.0-SNAPSHOT connector-core diff --git a/connector-sdk/element-template-generator-maven-plugin/pom.xml b/connector-sdk/element-template-generator-maven-plugin/pom.xml index ec9fd01ee7..6f1df426f2 100644 --- a/connector-sdk/element-template-generator-maven-plugin/pom.xml +++ b/connector-sdk/element-template-generator-maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.3.0 + 8.4.0-SNAPSHOT element-template-generator-maven-plugin diff --git a/connector-sdk/element-template-generator/pom.xml b/connector-sdk/element-template-generator/pom.xml index 94dea85328..7c6ac0dc22 100644 --- a/connector-sdk/element-template-generator/pom.xml +++ b/connector-sdk/element-template-generator/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 8.3.0 + 8.4.0-SNAPSHOT element-template-generator diff --git a/connector-sdk/jackson-datatype-feel/pom.xml b/connector-sdk/jackson-datatype-feel/pom.xml index 24aaf03433..3972b22db2 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.3.0 + 8.4.0-SNAPSHOT jackson-datatype-feel diff --git a/connector-sdk/test/pom.xml b/connector-sdk/test/pom.xml index bfcb27df10..aa81f75a1b 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.3.0-SNAPSHOT + 8.4.0-SNAPSHOT connector-test diff --git a/connector-sdk/validation/pom.xml b/connector-sdk/validation/pom.xml index a7be085c32..e1717cda12 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.3.0 + 8.4.0-SNAPSHOT connector-validation diff --git a/connectors/aws/aws-base/pom.xml b/connectors/aws/aws-base/pom.xml index 007ab42f58..cd61d07ec2 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/aws/aws-dynamodb/pom.xml b/connectors/aws/aws-dynamodb/pom.xml index cd2caf37a3..d31dc0626e 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/aws/aws-eventbridge/pom.xml b/connectors/aws/aws-eventbridge/pom.xml index de1307b700..587aea41b5 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/aws/aws-lambda/pom.xml b/connectors/aws/aws-lambda/pom.xml index b35e0cd45f..d176ce402a 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/aws/aws-sns/pom.xml b/connectors/aws/aws-sns/pom.xml index 4a611f9f03..c348ab71cc 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/aws/aws-sqs/pom.xml b/connectors/aws/aws-sqs/pom.xml index 3a5c82455f..c3b01f0948 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/aws/pom.xml b/connectors/aws/pom.xml index 476152e0c9..fd033e7f49 100644 --- a/connectors/aws/pom.xml +++ b/connectors/aws/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/google/google-base/pom.xml b/connectors/google/google-base/pom.xml index 15388875dc..610440df72 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/google/google-drive/pom.xml b/connectors/google/google-drive/pom.xml index a5f49f509e..98133ebb17 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/google/google-sheets/pom.xml b/connectors/google/google-sheets/pom.xml index b85886fac8..228dddfa6d 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/google/pom.xml b/connectors/google/pom.xml index 43c72611fb..3ab4c31e4b 100644 --- a/connectors/google/pom.xml +++ b/connectors/google/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/http/graphql/pom.xml b/connectors/http/graphql/pom.xml index 60f7b95e80..306f59fc22 100644 --- a/connectors/http/graphql/pom.xml +++ b/connectors/http/graphql/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/http/http-base/pom.xml b/connectors/http/http-base/pom.xml index 69edd463f2..fb4956f2b4 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.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/http/polling/pom.xml b/connectors/http/polling/pom.xml index 291d6931fe..31146835b6 100644 --- a/connectors/http/polling/pom.xml +++ b/connectors/http/polling/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/http/pom.xml b/connectors/http/pom.xml index baea05fed8..8a327b6b9f 100644 --- a/connectors/http/pom.xml +++ b/connectors/http/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/http/rest/pom.xml b/connectors/http/rest/pom.xml index 775635e18e..84f7a10791 100644 --- a/connectors/http/rest/pom.xml +++ b/connectors/http/rest/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-http-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml index 05f467302f..0e5020e7c8 100644 --- a/connectors/kafka/pom.xml +++ b/connectors/kafka/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/microsoft-teams/pom.xml b/connectors/microsoft-teams/pom.xml index 4f362438db..30bbdab64e 100644 --- a/connectors/microsoft-teams/pom.xml +++ b/connectors/microsoft-teams/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/pom.xml b/connectors/pom.xml index 0f05154bbe..19f655bcd7 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connectors-bundle-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/rabbitmq/pom.xml b/connectors/rabbitmq/pom.xml index 77e4f0402b..15af3a45b4 100644 --- a/connectors/rabbitmq/pom.xml +++ b/connectors/rabbitmq/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/sendgrid/pom.xml b/connectors/sendgrid/pom.xml index a27e3ba11d..ab1c818179 100644 --- a/connectors/sendgrid/pom.xml +++ b/connectors/sendgrid/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/slack/pom.xml b/connectors/slack/pom.xml index e9e46511f7..5140526ee3 100644 --- a/connectors/slack/pom.xml +++ b/connectors/slack/pom.xml @@ -4,7 +4,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/connectors/webhook/pom.xml b/connectors/webhook/pom.xml index 488731fa36..14d6518215 100644 --- a/connectors/webhook/pom.xml +++ b/connectors/webhook/pom.xml @@ -5,7 +5,7 @@ io.camunda.connector connector-function-parent - 8.3.0 + 8.4.0-SNAPSHOT ../pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index d1a9df2310..6c3345e410 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ io.camunda.connector connector-parent - 8.3.0-SNAPSHOT + 8.4.0-SNAPSHOT pom Camunda Connector Parent diff --git a/pom.xml b/pom.xml index c31a86bb87..6db5cc1ec7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent - 8.3.0 + 8.4.0-SNAPSHOT parent/pom.xml diff --git a/secret-providers/gcp-secret-provider/pom.xml b/secret-providers/gcp-secret-provider/pom.xml index 44e3f33452..0b93bb783d 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.3.0 + 8.4.0-SNAPSHOT connector-gcp-secret-provider