From f20e10128cfcfece10ee14037632367908270588 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Thu, 10 Oct 2024 05:21:25 +0000 Subject: [PATCH] release(v8.5.12): prepare for next development iteration --- camunda-sdk-java/java-client-operate/pom.xml | 2 +- camunda-sdk-java/java-common/pom.xml | 2 +- camunda-sdk-java/pom.xml | 2 +- example/pom.xml | 2 +- legacy/pom.xml | 2 +- legacy/spring-zeebe-starter/pom.xml | 2 +- legacy/spring-zeebe-test-testcontainer/pom.xml | 2 +- legacy/spring-zeebe-test/pom.xml | 2 +- legacy/spring-zeebe/pom.xml | 2 +- pom.xml | 2 +- spring-boot-starter-camunda/pom.xml | 2 +- spring-client-annotations/pom.xml | 2 +- spring-client-zeebe/pom.xml | 2 +- test/common/pom.xml | 2 +- test/embedded/pom.xml | 2 +- test/testcontainer/pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/camunda-sdk-java/java-client-operate/pom.xml b/camunda-sdk-java/java-client-operate/pom.xml index ea1226a0..25b7c938 100644 --- a/camunda-sdk-java/java-client-operate/pom.xml +++ b/camunda-sdk-java/java-client-operate/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring camunda-sdk-java - 8.5.12 + 8.5.13-SNAPSHOT java-client-operate-legacy diff --git a/camunda-sdk-java/java-common/pom.xml b/camunda-sdk-java/java-common/pom.xml index 10d0e3fd..9e008665 100644 --- a/camunda-sdk-java/java-common/pom.xml +++ b/camunda-sdk-java/java-common/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring camunda-sdk-java - 8.5.12 + 8.5.13-SNAPSHOT java-common diff --git a/camunda-sdk-java/pom.xml b/camunda-sdk-java/pom.xml index a1064b11..064c02f8 100644 --- a/camunda-sdk-java/pom.xml +++ b/camunda-sdk-java/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT camunda-sdk-java diff --git a/example/pom.xml b/example/pom.xml index ade0d7f8..7c1043bc 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT io.camunda.spring diff --git a/legacy/pom.xml b/legacy/pom.xml index e194e61c..b7a8e4dc 100644 --- a/legacy/pom.xml +++ b/legacy/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT spring-zeebe-legacy-artifacts diff --git a/legacy/spring-zeebe-starter/pom.xml b/legacy/spring-zeebe-starter/pom.xml index 2146cc08..6c0dc462 100644 --- a/legacy/spring-zeebe-starter/pom.xml +++ b/legacy/spring-zeebe-starter/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT ../.. diff --git a/legacy/spring-zeebe-test-testcontainer/pom.xml b/legacy/spring-zeebe-test-testcontainer/pom.xml index 5bd155fe..c313ebef 100644 --- a/legacy/spring-zeebe-test-testcontainer/pom.xml +++ b/legacy/spring-zeebe-test-testcontainer/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT ../.. diff --git a/legacy/spring-zeebe-test/pom.xml b/legacy/spring-zeebe-test/pom.xml index d8d63958..b2cc65d7 100644 --- a/legacy/spring-zeebe-test/pom.xml +++ b/legacy/spring-zeebe-test/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT ../.. diff --git a/legacy/spring-zeebe/pom.xml b/legacy/spring-zeebe/pom.xml index 034de9d7..d4a3459b 100644 --- a/legacy/spring-zeebe/pom.xml +++ b/legacy/spring-zeebe/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT ../.. diff --git a/pom.xml b/pom.xml index aa6e9fc0..6cb1ed43 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT pom diff --git a/spring-boot-starter-camunda/pom.xml b/spring-boot-starter-camunda/pom.xml index 2fe04c57..a2212616 100644 --- a/spring-boot-starter-camunda/pom.xml +++ b/spring-boot-starter-camunda/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT spring-boot-starter-camunda diff --git a/spring-client-annotations/pom.xml b/spring-client-annotations/pom.xml index 551675b8..06512e99 100644 --- a/spring-client-annotations/pom.xml +++ b/spring-client-annotations/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT spring-client-annotations diff --git a/spring-client-zeebe/pom.xml b/spring-client-zeebe/pom.xml index 88857a4c..81c1b880 100644 --- a/spring-client-zeebe/pom.xml +++ b/spring-client-zeebe/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT spring-client-zeebe diff --git a/test/common/pom.xml b/test/common/pom.xml index 57ae4a8a..061b807c 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT ../.. diff --git a/test/embedded/pom.xml b/test/embedded/pom.xml index f46eb335..d99705c0 100644 --- a/test/embedded/pom.xml +++ b/test/embedded/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT ../.. diff --git a/test/testcontainer/pom.xml b/test/testcontainer/pom.xml index c0095007..de95e7fb 100644 --- a/test/testcontainer/pom.xml +++ b/test/testcontainer/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.12 + 8.5.13-SNAPSHOT ../..