From 25cc1b7d478b95c5858c9d489581b8eb10034ae7 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Sun, 15 Oct 2023 18:04:49 +0000 Subject: [PATCH] release(v8.1.18): prepare for next development iteration --- api/pom.xml | 4 ++-- assertions/pom.xml | 4 ++-- engine-agent/pom.xml | 4 ++-- engine-protocol/pom.xml | 4 ++-- engine/pom.xml | 4 ++-- examples/pom.xml | 2 +- extension-testcontainer/pom.xml | 4 ++-- extension/pom.xml | 4 ++-- filters/pom.xml | 4 ++-- pom.xml | 16 ++++++++-------- qa/abstracts/pom.xml | 2 +- qa/embedded/pom.xml | 2 +- qa/pom.xml | 4 ++-- qa/testcontainers/pom.xml | 2 +- 14 files changed, 30 insertions(+), 30 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 5162666a..95d57117 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml zeebe-process-test-api - 8.1.18 + 8.1.19-SNAPSHOT jar Zeebe Process Test API diff --git a/assertions/pom.xml b/assertions/pom.xml index 82f3f552..ea870069 100644 --- a/assertions/pom.xml +++ b/assertions/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml zeebe-process-test-assertions - 8.1.18 + 8.1.19-SNAPSHOT jar Zeebe Process Test Assertions diff --git a/engine-agent/pom.xml b/engine-agent/pom.xml index f70ae85c..0f4f74a5 100644 --- a/engine-agent/pom.xml +++ b/engine-agent/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml zeebe-process-test-engine-agent - 8.1.18 + 8.1.19-SNAPSHOT jar Zeebe Process Test Engine Agent diff --git a/engine-protocol/pom.xml b/engine-protocol/pom.xml index 599a3f3a..0ed71191 100644 --- a/engine-protocol/pom.xml +++ b/engine-protocol/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml zeebe-process-test-engine-protocol - 8.1.18 + 8.1.19-SNAPSHOT jar Zeebe Process Test Engine Protocol diff --git a/engine/pom.xml b/engine/pom.xml index f2768f00..ac5feced 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml zeebe-process-test-engine - 8.1.18 + 8.1.19-SNAPSHOT jar Zeebe Process Test Engine diff --git a/examples/pom.xml b/examples/pom.xml index 8dce615d..080b8647 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT zeebe-process-test-examples diff --git a/extension-testcontainer/pom.xml b/extension-testcontainer/pom.xml index 4c0a1f0b..b5dff127 100644 --- a/extension-testcontainer/pom.xml +++ b/extension-testcontainer/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml zeebe-process-test-extension-testcontainer - 8.1.18 + 8.1.19-SNAPSHOT jar Zeebe Process Test Extension Testcontainer diff --git a/extension/pom.xml b/extension/pom.xml index 73c6790b..28966272 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml zeebe-process-test-extension - 8.1.18 + 8.1.19-SNAPSHOT jar Zeebe Process Test Extension diff --git a/filters/pom.xml b/filters/pom.xml index 7463fd77..c4b69109 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml zeebe-process-test-filters - 8.1.18 + 8.1.19-SNAPSHOT Zeebe Process Test Filters diff --git a/pom.xml b/pom.xml index 2dcd1fb7..f30457f6 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT pom Zeebe Process Test Root @@ -110,43 +110,43 @@ io.camunda zeebe-process-test-api - 8.1.18 + 8.1.19-SNAPSHOT io.camunda zeebe-process-test-assertions - 8.1.18 + 8.1.19-SNAPSHOT io.camunda zeebe-process-test-engine - 8.1.18 + 8.1.19-SNAPSHOT io.camunda zeebe-process-test-extension - 8.1.18 + 8.1.19-SNAPSHOT io.camunda zeebe-process-test-extension-testcontainer - 8.1.18 + 8.1.19-SNAPSHOT io.camunda zeebe-process-test-filters - 8.1.18 + 8.1.19-SNAPSHOT io.camunda zeebe-process-test-engine-protocol - 8.1.18 + 8.1.19-SNAPSHOT diff --git a/qa/abstracts/pom.xml b/qa/abstracts/pom.xml index a0b78ec1..0fe0e277 100644 --- a/qa/abstracts/pom.xml +++ b/qa/abstracts/pom.xml @@ -4,7 +4,7 @@ io.camunda zeebe-process-test-qa - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml diff --git a/qa/embedded/pom.xml b/qa/embedded/pom.xml index 1fe19a7d..3399acf7 100644 --- a/qa/embedded/pom.xml +++ b/qa/embedded/pom.xml @@ -4,7 +4,7 @@ io.camunda zeebe-process-test-qa - 8.1.18 + 8.1.19-SNAPSHOT zeebe-process-test-qa-embedded diff --git a/qa/pom.xml b/qa/pom.xml index 4a8b14b9..a4c7e2e8 100644 --- a/qa/pom.xml +++ b/qa/pom.xml @@ -5,7 +5,7 @@ io.camunda zeebe-process-test-root - 8.1.18 + 8.1.19-SNAPSHOT ../pom.xml @@ -27,7 +27,7 @@ io.camunda zeebe-process-test-qa-abstracts - 8.1.18 + 8.1.19-SNAPSHOT diff --git a/qa/testcontainers/pom.xml b/qa/testcontainers/pom.xml index 4c481263..c46d84d9 100644 --- a/qa/testcontainers/pom.xml +++ b/qa/testcontainers/pom.xml @@ -4,7 +4,7 @@ io.camunda zeebe-process-test-qa - 8.1.18 + 8.1.19-SNAPSHOT zeebe-process-test-qa-testcontainers