From 412b44cd713169ca7879c98753dc63708298be2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:18:25 +0100 Subject: [PATCH] ci: set next development version (#335) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- core/pom.xml | 2 +- parent/pom.xml | 10 +++++----- runtime-util/pom.xml | 2 +- secret-provider/gcp-security-manager/pom.xml | 4 ++-- validation/pom.xml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index dffb0b74ed..9fde0dd187 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT connector-core diff --git a/parent/pom.xml b/parent/pom.xml index f0409ef259..8a6cc778e5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ io.camunda.connector connector-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT pom Camunda Connector Parent @@ -110,25 +110,25 @@ limitations under the License. io.camunda.connector connector-core - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT io.camunda.connector connector-validation - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT io.camunda.connector connector-runtime-util - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT io.camunda.connector connector-gcp-security-manager - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT diff --git a/runtime-util/pom.xml b/runtime-util/pom.xml index 2550657f81..2fe6465512 100644 --- a/runtime-util/pom.xml +++ b/runtime-util/pom.xml @@ -6,7 +6,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT connector-runtime-util diff --git a/secret-provider/gcp-security-manager/pom.xml b/secret-provider/gcp-security-manager/pom.xml index c2cad9e739..5375bb63f7 100644 --- a/secret-provider/gcp-security-manager/pom.xml +++ b/secret-provider/gcp-security-manager/pom.xml @@ -5,11 +5,11 @@ io.camunda.connector connector-parent ../../parent/pom.xml - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT connector-gcp-security-manager - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT jar diff --git a/validation/pom.xml b/validation/pom.xml index 4e12266b7a..8fb835d386 100644 --- a/validation/pom.xml +++ b/validation/pom.xml @@ -8,7 +8,7 @@ io.camunda.connector connector-parent ../parent/pom.xml - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT connector-validation