From 66f3ea62caa6782fbc01adb5df5e62719a4a5e49 Mon Sep 17 00:00:00 2001 From: Jeroen van Disseldorp Date: Tue, 28 May 2024 21:26:43 +0200 Subject: [PATCH] Set new SNAPSHOT version (#113) * Fix the bugfix * Release 0.2.3 * Bump version --- graalpy-module-collection/pom.xml | 2 +- ksml-data-generator/pom.xml | 4 ++-- ksml-kafka-clients/pom.xml | 2 +- ksml-query/pom.xml | 2 +- ksml-reporting/pom.xml | 2 +- ksml-runner/pom.xml | 2 +- ksml/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/graalpy-module-collection/pom.xml b/graalpy-module-collection/pom.xml index 46e70c40..b770e4d6 100644 --- a/graalpy-module-collection/pom.xml +++ b/graalpy-module-collection/pom.xml @@ -6,7 +6,7 @@ io.axual.ksml ksml-parent - 0.2.3 + 0.2.4-SNAPSHOT graalpy-module-collection diff --git a/ksml-data-generator/pom.xml b/ksml-data-generator/pom.xml index 4b7301e2..296bba73 100644 --- a/ksml-data-generator/pom.xml +++ b/ksml-data-generator/pom.xml @@ -7,11 +7,11 @@ io.axual.ksml ksml-parent - 0.2.3 + 0.2.4-SNAPSHOT ksml-data-generator - 0.2.3 + 0.2.4-SNAPSHOT KSML Data Generator diff --git a/ksml-kafka-clients/pom.xml b/ksml-kafka-clients/pom.xml index 9b48dcd9..1c65d5b5 100644 --- a/ksml-kafka-clients/pom.xml +++ b/ksml-kafka-clients/pom.xml @@ -7,7 +7,7 @@ io.axual.ksml ksml-parent - 0.2.3 + 0.2.4-SNAPSHOT ksml-kafka-clients diff --git a/ksml-query/pom.xml b/ksml-query/pom.xml index 98d8441f..4101f11d 100644 --- a/ksml-query/pom.xml +++ b/ksml-query/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.2.3 + 0.2.4-SNAPSHOT 4.0.0 diff --git a/ksml-reporting/pom.xml b/ksml-reporting/pom.xml index 8a030657..4e4488ab 100644 --- a/ksml-reporting/pom.xml +++ b/ksml-reporting/pom.xml @@ -5,7 +5,7 @@ ksml-parent io.axual.ksml - 0.2.3 + 0.2.4-SNAPSHOT 4.0.0 diff --git a/ksml-runner/pom.xml b/ksml-runner/pom.xml index 8d078a7c..5a046d0d 100644 --- a/ksml-runner/pom.xml +++ b/ksml-runner/pom.xml @@ -5,7 +5,7 @@ io.axual.ksml ksml-parent - 0.2.3 + 0.2.4-SNAPSHOT 4.0.0 diff --git a/ksml/pom.xml b/ksml/pom.xml index 9a017128..7d040905 100644 --- a/ksml/pom.xml +++ b/ksml/pom.xml @@ -7,7 +7,7 @@ io.axual.ksml ksml-parent - 0.2.3 + 0.2.4-SNAPSHOT ksml diff --git a/pom.xml b/pom.xml index 522299d9..7c597c24 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.axual.ksml ksml-parent - 0.2.3 + 0.2.4-SNAPSHOT pom