From 0d7d9349ea08ff796e31f8ac76839a28b3046e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Sun, 10 Dec 2023 20:41:22 +0100 Subject: [PATCH] Set version to 1.0.1-SNAPSHOT --- jacline-annotations/pom.xml | 2 +- jacline-elemental2/core/pom.xml | 2 +- jacline-elemental2/dom/pom.xml | 2 +- jacline-elemental2/pom.xml | 2 +- jacline-elemental2/promise/pom.xml | 2 +- jacline-gcl-base/pom.xml | 2 +- jacline-j2cl/pom.xml | 2 +- jacline-jrejs/pom.xml | 2 +- jacline-jsinterop-base/pom.xml | 2 +- jacline-lib-common/pom.xml | 2 +- jacline-maven-plugin/pom.xml | 2 +- jacline-transpiler/pom.xml | 2 +- pom.xml | 2 +- samples/helloworld/pom.xml | 2 +- samples/json/pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/jacline-annotations/pom.xml b/jacline-annotations/pom.xml index 1dcdba76..9db3ac7c 100644 --- a/jacline-annotations/pom.xml +++ b/jacline-annotations/pom.xml @@ -6,7 +6,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-elemental2/core/pom.xml b/jacline-elemental2/core/pom.xml index fa4c71d8..40c8141a 100644 --- a/jacline-elemental2/core/pom.xml +++ b/jacline-elemental2/core/pom.xml @@ -8,7 +8,7 @@ com.kohlschutter.jacline jacline-elemental2 - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-elemental2/dom/pom.xml b/jacline-elemental2/dom/pom.xml index 0c47d982..e66cd18f 100644 --- a/jacline-elemental2/dom/pom.xml +++ b/jacline-elemental2/dom/pom.xml @@ -8,7 +8,7 @@ com.kohlschutter.jacline jacline-elemental2 - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-elemental2/pom.xml b/jacline-elemental2/pom.xml index 8a783276..4b059b84 100644 --- a/jacline-elemental2/pom.xml +++ b/jacline-elemental2/pom.xml @@ -8,7 +8,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-elemental2/promise/pom.xml b/jacline-elemental2/promise/pom.xml index ea7ef296..08033f78 100644 --- a/jacline-elemental2/promise/pom.xml +++ b/jacline-elemental2/promise/pom.xml @@ -8,7 +8,7 @@ com.kohlschutter.jacline jacline-elemental2 - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-gcl-base/pom.xml b/jacline-gcl-base/pom.xml index f8c3588a..d9cd3ed2 100644 --- a/jacline-gcl-base/pom.xml +++ b/jacline-gcl-base/pom.xml @@ -6,7 +6,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-j2cl/pom.xml b/jacline-j2cl/pom.xml index 226e688b..a932e5ed 100644 --- a/jacline-j2cl/pom.xml +++ b/jacline-j2cl/pom.xml @@ -6,7 +6,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-jrejs/pom.xml b/jacline-jrejs/pom.xml index 7d3591fe..79cc487e 100644 --- a/jacline-jrejs/pom.xml +++ b/jacline-jrejs/pom.xml @@ -6,7 +6,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-jsinterop-base/pom.xml b/jacline-jsinterop-base/pom.xml index 7cb68799..4a05a76f 100644 --- a/jacline-jsinterop-base/pom.xml +++ b/jacline-jsinterop-base/pom.xml @@ -8,7 +8,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-lib-common/pom.xml b/jacline-lib-common/pom.xml index b6ef275b..af7c8217 100644 --- a/jacline-lib-common/pom.xml +++ b/jacline-lib-common/pom.xml @@ -6,7 +6,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/jacline-maven-plugin/pom.xml b/jacline-maven-plugin/pom.xml index bed91eca..39bb4dd6 100644 --- a/jacline-maven-plugin/pom.xml +++ b/jacline-maven-plugin/pom.xml @@ -6,7 +6,7 @@ jacline com.kohlschutter.jacline - 1.0.0 + 1.0.1-SNAPSHOT jacline-maven-plugin diff --git a/jacline-transpiler/pom.xml b/jacline-transpiler/pom.xml index 6b04bf6c..caae0b04 100644 --- a/jacline-transpiler/pom.xml +++ b/jacline-transpiler/pom.xml @@ -6,7 +6,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index c4d5e9da..7a1167e5 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT pom diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index 81b9f33a..8c7933b3 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -7,7 +7,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../../pom.xml diff --git a/samples/json/pom.xml b/samples/json/pom.xml index d35bdb83..14e0acec 100644 --- a/samples/json/pom.xml +++ b/samples/json/pom.xml @@ -7,7 +7,7 @@ com.kohlschutter.jacline jacline - 1.0.0 + 1.0.1-SNAPSHOT ../../pom.xml