From 95c1e83e610b72dc680019d2aac75622a37853e9 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Tue, 24 Sep 2024 10:59:11 +0000 Subject: [PATCH] release(v8.5.11) --- 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 5083d631..ddaf7299 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.11-SNAPSHOT + 8.5.11 java-client-operate-legacy diff --git a/camunda-sdk-java/java-common/pom.xml b/camunda-sdk-java/java-common/pom.xml index 3fb3fbb6..976b8db1 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.11-SNAPSHOT + 8.5.11 java-common diff --git a/camunda-sdk-java/pom.xml b/camunda-sdk-java/pom.xml index 71285b03..38a8716a 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.11-SNAPSHOT + 8.5.11 camunda-sdk-java diff --git a/example/pom.xml b/example/pom.xml index d292c6c4..db9ccf67 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.11-SNAPSHOT + 8.5.11 io.camunda.spring diff --git a/legacy/pom.xml b/legacy/pom.xml index 5c6caea8..fa775dc7 100644 --- a/legacy/pom.xml +++ b/legacy/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.11-SNAPSHOT + 8.5.11 spring-zeebe-legacy-artifacts diff --git a/legacy/spring-zeebe-starter/pom.xml b/legacy/spring-zeebe-starter/pom.xml index bfc72032..67f49b13 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.11-SNAPSHOT + 8.5.11 ../.. diff --git a/legacy/spring-zeebe-test-testcontainer/pom.xml b/legacy/spring-zeebe-test-testcontainer/pom.xml index 4bcfd2e1..e307bdbe 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.11-SNAPSHOT + 8.5.11 ../.. diff --git a/legacy/spring-zeebe-test/pom.xml b/legacy/spring-zeebe-test/pom.xml index ea12e631..e1bf4fc5 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.11-SNAPSHOT + 8.5.11 ../.. diff --git a/legacy/spring-zeebe/pom.xml b/legacy/spring-zeebe/pom.xml index d6b1a3a2..6a1f8d10 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.11-SNAPSHOT + 8.5.11 ../.. diff --git a/pom.xml b/pom.xml index 6396b48f..fb4d8447 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.camunda.spring spring-client-root - 8.5.11-SNAPSHOT + 8.5.11 pom diff --git a/spring-boot-starter-camunda/pom.xml b/spring-boot-starter-camunda/pom.xml index 9644fba4..d04b1c7d 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.11-SNAPSHOT + 8.5.11 spring-boot-starter-camunda diff --git a/spring-client-annotations/pom.xml b/spring-client-annotations/pom.xml index d07a9d61..6550f302 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.11-SNAPSHOT + 8.5.11 spring-client-annotations diff --git a/spring-client-zeebe/pom.xml b/spring-client-zeebe/pom.xml index 85b01611..dcb5cb45 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.11-SNAPSHOT + 8.5.11 spring-client-zeebe diff --git a/test/common/pom.xml b/test/common/pom.xml index dfb76d06..f23f2b96 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.11-SNAPSHOT + 8.5.11 ../.. diff --git a/test/embedded/pom.xml b/test/embedded/pom.xml index c2863964..7d99135a 100644 --- a/test/embedded/pom.xml +++ b/test/embedded/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.11-SNAPSHOT + 8.5.11 ../.. diff --git a/test/testcontainer/pom.xml b/test/testcontainer/pom.xml index 0d2ecd6b..a5ade83f 100644 --- a/test/testcontainer/pom.xml +++ b/test/testcontainer/pom.xml @@ -4,7 +4,7 @@ io.camunda.spring spring-client-root - 8.5.11-SNAPSHOT + 8.5.11 ../..