From 08b3f1af73b0c23daf2854ffff8ee03f66a2ec46 Mon Sep 17 00:00:00 2001 From: Tobias Metzke-Bernstein <586643+tmetzke@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:47:36 +0200 Subject: [PATCH 1/5] build: upgrade Zeebe to 8.6.0-rc1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0f728ec54..9820b7c2c 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ 2.2 6.1.8 1.19.8 - 8.6.0-SNAPSHOT + 8.6.0-rc1 com/mycila/maven/plugin/license/templates/APACHE-2.txt From e125bdd766a8f06721873b6b9777bf3e4fa2afbf Mon Sep 17 00:00:00 2001 From: Tobias Metzke-Bernstein <586643+tmetzke@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:23:34 +0200 Subject: [PATCH 2/5] chore(project): prepare for next development version --- 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 74abb6df6..2a2db3fc9 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml zeebe-process-test-api - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT jar Zeebe Process Test API diff --git a/assertions/pom.xml b/assertions/pom.xml index 404b02598..dfe5178e2 100644 --- a/assertions/pom.xml +++ b/assertions/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml zeebe-process-test-assertions - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT jar Zeebe Process Test Assertions diff --git a/engine-agent/pom.xml b/engine-agent/pom.xml index 1d4ab99a2..fd940de76 100644 --- a/engine-agent/pom.xml +++ b/engine-agent/pom.xml @@ -12,12 +12,12 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml zeebe-process-test-engine-agent - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT jar Zeebe Process Test Engine Agent diff --git a/engine-protocol/pom.xml b/engine-protocol/pom.xml index 6c43b086a..732a3cb4d 100644 --- a/engine-protocol/pom.xml +++ b/engine-protocol/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml zeebe-process-test-engine-protocol - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT jar Zeebe Process Test Engine Protocol diff --git a/engine/pom.xml b/engine/pom.xml index 8382a0023..6f38ea528 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml zeebe-process-test-engine - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT jar Zeebe Process Test Engine diff --git a/examples/pom.xml b/examples/pom.xml index a54db61b1..088aec59b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT zeebe-process-test-examples diff --git a/extension-testcontainer/pom.xml b/extension-testcontainer/pom.xml index a9522f83b..59a82ca93 100644 --- a/extension-testcontainer/pom.xml +++ b/extension-testcontainer/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml zeebe-process-test-extension-testcontainer - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT jar Zeebe Process Test Extension Testcontainer diff --git a/extension/pom.xml b/extension/pom.xml index 89034a879..702f9d4de 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml zeebe-process-test-extension - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT jar Zeebe Process Test Extension diff --git a/filters/pom.xml b/filters/pom.xml index 63445a8ca..07694366f 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml zeebe-process-test-filters - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT Zeebe Process Test Filters diff --git a/pom.xml b/pom.xml index 9820b7c2c..10cb212ce 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT pom Zeebe Process Test Root @@ -129,43 +129,43 @@ io.camunda zeebe-process-test-api - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT io.camunda zeebe-process-test-assertions - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT io.camunda zeebe-process-test-engine - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT io.camunda zeebe-process-test-extension - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT io.camunda zeebe-process-test-extension-testcontainer - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT io.camunda zeebe-process-test-filters - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT io.camunda zeebe-process-test-engine-protocol - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT diff --git a/qa/abstracts/pom.xml b/qa/abstracts/pom.xml index e0698d4af..f490538cc 100644 --- a/qa/abstracts/pom.xml +++ b/qa/abstracts/pom.xml @@ -4,7 +4,7 @@ io.camunda zeebe-process-test-qa - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml diff --git a/qa/embedded/pom.xml b/qa/embedded/pom.xml index 5771df6a0..4a012535e 100644 --- a/qa/embedded/pom.xml +++ b/qa/embedded/pom.xml @@ -19,7 +19,7 @@ io.camunda zeebe-process-test-qa - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT zeebe-process-test-qa-embedded diff --git a/qa/pom.xml b/qa/pom.xml index 1d69ea176..0897c6c71 100644 --- a/qa/pom.xml +++ b/qa/pom.xml @@ -5,7 +5,7 @@ io.camunda zeebe-process-test-root - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT ../pom.xml @@ -27,7 +27,7 @@ io.camunda zeebe-process-test-qa-abstracts - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT diff --git a/qa/testcontainers/pom.xml b/qa/testcontainers/pom.xml index 097b6837e..881577a0f 100644 --- a/qa/testcontainers/pom.xml +++ b/qa/testcontainers/pom.xml @@ -4,7 +4,7 @@ io.camunda zeebe-process-test-qa - 8.6.0-alpha2-rc2-SNAPSHOT + 8.6.0-SNAPSHOT zeebe-process-test-qa-testcontainers From 3e24cfe41e55e521cbe7ed156e2b3396de37b8ef Mon Sep 17 00:00:00 2001 From: Tobias Metzke-Bernstein <586643+tmetzke@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:22:32 +0200 Subject: [PATCH 3/5] deps: bump model version to 7.22.0-alpha5 and Zeebe to 8.6.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 10cb212ce..fb867cac9 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ 3.25.3 4.2.0 1.14.16 - 7.19.0 + 7.22.0-alpha5 4.8.174 3.14.0 2.29.0 @@ -91,7 +91,7 @@ 2.2 6.1.8 1.19.8 - 8.6.0-rc1 + 8.6.0 com/mycila/maven/plugin/license/templates/APACHE-2.txt From ee9951db69a40e09877983fd42e44f57b04e9d3c Mon Sep 17 00:00:00 2001 From: Tobias Metzke-Bernstein <586643+tmetzke@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:07:35 +0200 Subject: [PATCH 4/5] deps: bump model version to 7.19.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fb867cac9..ab6bb88f4 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ 3.25.3 4.2.0 1.14.16 - 7.22.0-alpha5 + 7.19.0 4.8.174 3.14.0 2.29.0 From 5d1b049a419b41fc44de8a8a8108f8bce345ebe2 Mon Sep 17 00:00:00 2001 From: Tobias Metzke-Bernstein <586643+tmetzke@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:29:45 +0200 Subject: [PATCH 5/5] chore(project): prepare for next development version --- 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 2a2db3fc9..12282a4d9 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml zeebe-process-test-api - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT jar Zeebe Process Test API diff --git a/assertions/pom.xml b/assertions/pom.xml index dfe5178e2..a5d5729f3 100644 --- a/assertions/pom.xml +++ b/assertions/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml zeebe-process-test-assertions - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT jar Zeebe Process Test Assertions diff --git a/engine-agent/pom.xml b/engine-agent/pom.xml index fd940de76..ede38e444 100644 --- a/engine-agent/pom.xml +++ b/engine-agent/pom.xml @@ -12,12 +12,12 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml zeebe-process-test-engine-agent - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT jar Zeebe Process Test Engine Agent diff --git a/engine-protocol/pom.xml b/engine-protocol/pom.xml index 732a3cb4d..9c2e336c7 100644 --- a/engine-protocol/pom.xml +++ b/engine-protocol/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml zeebe-process-test-engine-protocol - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT jar Zeebe Process Test Engine Protocol diff --git a/engine/pom.xml b/engine/pom.xml index 6f38ea528..5ce962904 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml zeebe-process-test-engine - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT jar Zeebe Process Test Engine diff --git a/examples/pom.xml b/examples/pom.xml index 088aec59b..e86fe889c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT zeebe-process-test-examples diff --git a/extension-testcontainer/pom.xml b/extension-testcontainer/pom.xml index 59a82ca93..85b4b04d2 100644 --- a/extension-testcontainer/pom.xml +++ b/extension-testcontainer/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml zeebe-process-test-extension-testcontainer - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT jar Zeebe Process Test Extension Testcontainer diff --git a/extension/pom.xml b/extension/pom.xml index 702f9d4de..850580031 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml zeebe-process-test-extension - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT jar Zeebe Process Test Extension diff --git a/filters/pom.xml b/filters/pom.xml index 07694366f..f45ff21ed 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -5,12 +5,12 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml zeebe-process-test-filters - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT Zeebe Process Test Filters diff --git a/pom.xml b/pom.xml index ab6bb88f4..5a0ab690a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT pom Zeebe Process Test Root @@ -129,43 +129,43 @@ io.camunda zeebe-process-test-api - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT io.camunda zeebe-process-test-assertions - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT io.camunda zeebe-process-test-engine - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT io.camunda zeebe-process-test-extension - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT io.camunda zeebe-process-test-extension-testcontainer - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT io.camunda zeebe-process-test-filters - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT io.camunda zeebe-process-test-engine-protocol - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT diff --git a/qa/abstracts/pom.xml b/qa/abstracts/pom.xml index f490538cc..b89184844 100644 --- a/qa/abstracts/pom.xml +++ b/qa/abstracts/pom.xml @@ -4,7 +4,7 @@ io.camunda zeebe-process-test-qa - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml diff --git a/qa/embedded/pom.xml b/qa/embedded/pom.xml index 4a012535e..68e8b13e0 100644 --- a/qa/embedded/pom.xml +++ b/qa/embedded/pom.xml @@ -19,7 +19,7 @@ io.camunda zeebe-process-test-qa - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT zeebe-process-test-qa-embedded diff --git a/qa/pom.xml b/qa/pom.xml index 0897c6c71..cb556689c 100644 --- a/qa/pom.xml +++ b/qa/pom.xml @@ -5,7 +5,7 @@ io.camunda zeebe-process-test-root - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT ../pom.xml @@ -27,7 +27,7 @@ io.camunda zeebe-process-test-qa-abstracts - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT diff --git a/qa/testcontainers/pom.xml b/qa/testcontainers/pom.xml index 881577a0f..102f64bb0 100644 --- a/qa/testcontainers/pom.xml +++ b/qa/testcontainers/pom.xml @@ -4,7 +4,7 @@ io.camunda zeebe-process-test-qa - 8.6.0-SNAPSHOT + 8.7.0-SNAPSHOT zeebe-process-test-qa-testcontainers