From 4e3d52f1af28eaf8671840b8caa440a7fdafdd21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Goetz?= Date: Thu, 8 Feb 2024 14:54:24 +0100 Subject: [PATCH] Bump to 1.9.0-SNAPSHOT --- code-quality/pom.xml | 2 +- core/pom.xml | 2 +- docker-compose/pom.xml | 2 +- e2e-tests-carnotzet/pom.xml | 2 +- e2e-tests/pom.xml | 2 +- examples/hello-extension/pom.xml | 4 ++-- examples/hello-runtime-extension/pom.xml | 4 ++-- examples/pom.xml | 2 +- examples/postgres-prod/pom.xml | 4 ++-- examples/postgres/pom.xml | 2 +- examples/redis/pom.xml | 2 +- examples/selenium-chrome/pom.xml | 2 +- examples/voting-all/pom.xml | 2 +- examples/voting-result/pom.xml | 2 +- examples/voting-vote/pom.xml | 2 +- examples/voting-worker/pom.xml | 2 +- file-merger-json/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 22 insertions(+), 22 deletions(-) diff --git a/code-quality/pom.xml b/code-quality/pom.xml index ac3a453..5ee5b77 100644 --- a/code-quality/pom.xml +++ b/code-quality/pom.xml @@ -7,7 +7,7 @@ com.github.swissquote carnotzet - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT carnotzet-code-quality diff --git a/core/pom.xml b/core/pom.xml index f33de3a..3c1cf27 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote carnotzet - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT carnotzet-core diff --git a/docker-compose/pom.xml b/docker-compose/pom.xml index 5cfba51..f748bb8 100644 --- a/docker-compose/pom.xml +++ b/docker-compose/pom.xml @@ -5,7 +5,7 @@ carnotzet com.github.swissquote - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT 4.0.0 diff --git a/e2e-tests-carnotzet/pom.xml b/e2e-tests-carnotzet/pom.xml index 70817d7..28c0cdf 100644 --- a/e2e-tests-carnotzet/pom.xml +++ b/e2e-tests-carnotzet/pom.xml @@ -5,7 +5,7 @@ carnotzet com.github.swissquote - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT 4.0.0 diff --git a/e2e-tests/pom.xml b/e2e-tests/pom.xml index cfb084c..69e952d 100644 --- a/e2e-tests/pom.xml +++ b/e2e-tests/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote carnotzet - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT carnotzet-e2e-tests diff --git a/examples/hello-extension/pom.xml b/examples/hello-extension/pom.xml index de452f5..634d09e 100644 --- a/examples/hello-extension/pom.xml +++ b/examples/hello-extension/pom.xml @@ -5,7 +5,7 @@ carnotzet-examples com.github.swissquote.examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT 4.0.0 @@ -21,7 +21,7 @@ com.github.swissquote zet-maven-plugin - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT provided diff --git a/examples/hello-runtime-extension/pom.xml b/examples/hello-runtime-extension/pom.xml index 5c0ff70..75fc920 100644 --- a/examples/hello-runtime-extension/pom.xml +++ b/examples/hello-runtime-extension/pom.xml @@ -5,7 +5,7 @@ carnotzet-examples com.github.swissquote.examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT 4.0.0 @@ -21,7 +21,7 @@ com.github.swissquote zet-maven-plugin - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT provided diff --git a/examples/pom.xml b/examples/pom.xml index f9b6d71..13f6da4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote carnotzet - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT com.github.swissquote.examples diff --git a/examples/postgres-prod/pom.xml b/examples/postgres-prod/pom.xml index bc108e0..80d5d71 100644 --- a/examples/postgres-prod/pom.xml +++ b/examples/postgres-prod/pom.xml @@ -7,12 +7,12 @@ com.github.swissquote.examples carnotzet-examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT com.github.swissquote.examples postgres-prod-carnotzet - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT diff --git a/examples/postgres/pom.xml b/examples/postgres/pom.xml index d70d581..47b81d6 100644 --- a/examples/postgres/pom.xml +++ b/examples/postgres/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote.examples carnotzet-examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT postgres-carnotzet diff --git a/examples/redis/pom.xml b/examples/redis/pom.xml index 3773e7d..a457d2d 100644 --- a/examples/redis/pom.xml +++ b/examples/redis/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote.examples carnotzet-examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT redis-carnotzet diff --git a/examples/selenium-chrome/pom.xml b/examples/selenium-chrome/pom.xml index 0d34d6a..2aa8a54 100644 --- a/examples/selenium-chrome/pom.xml +++ b/examples/selenium-chrome/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote.examples carnotzet-examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT selenium-chrome-carnotzet diff --git a/examples/voting-all/pom.xml b/examples/voting-all/pom.xml index 7e813aa..1cc8158 100644 --- a/examples/voting-all/pom.xml +++ b/examples/voting-all/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote.examples carnotzet-examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT voting-all-carnotzet diff --git a/examples/voting-result/pom.xml b/examples/voting-result/pom.xml index 6c997e1..0f76115 100644 --- a/examples/voting-result/pom.xml +++ b/examples/voting-result/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote.examples carnotzet-examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT voting-result-carnotzet diff --git a/examples/voting-vote/pom.xml b/examples/voting-vote/pom.xml index 661a5b8..189684f 100644 --- a/examples/voting-vote/pom.xml +++ b/examples/voting-vote/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote.examples carnotzet-examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT voting-vote-carnotzet diff --git a/examples/voting-worker/pom.xml b/examples/voting-worker/pom.xml index b5b6391..65b126a 100644 --- a/examples/voting-worker/pom.xml +++ b/examples/voting-worker/pom.xml @@ -6,7 +6,7 @@ com.github.swissquote.examples carnotzet-examples - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT voting-worker-carnotzet diff --git a/file-merger-json/pom.xml b/file-merger-json/pom.xml index 7a2f020..7f6c670 100644 --- a/file-merger-json/pom.xml +++ b/file-merger-json/pom.xml @@ -7,7 +7,7 @@ com.github.swissquote carnotzet - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT carnotzet-file-merger-json diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 67f9de7..e03f045 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -5,7 +5,7 @@ carnotzet com.github.swissquote - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index da6bd64..b007a46 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.swissquote carnotzet - 1.8.9-SNAPSHOT + 1.9.0-SNAPSHOT pom ${project.groupId}:${project.artifactId}