From c0e5de2fd9bb5fe6d5de775d35da2d67921f1443 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Fri, 15 Sep 2023 12:18:23 +0200 Subject: [PATCH] [ci skip] to bump 1.10.8-SNAPSHOT --- cesium-plus-pod-assembly/pom.xml | 2 +- cesium-plus-pod-client/pom.xml | 2 +- cesium-plus-pod-core/pom.xml | 2 +- cesium-plus-pod-model/pom.xml | 2 +- cesium-plus-pod-subscription/pom.xml | 2 +- cesium-plus-pod-test/pom.xml | 2 +- cesium-plus-pod-user/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cesium-plus-pod-assembly/pom.xml b/cesium-plus-pod-assembly/pom.xml index f6663b7b..c181e81f 100644 --- a/cesium-plus-pod-assembly/pom.xml +++ b/cesium-plus-pod-assembly/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter.cesium</groupId> <artifactId>cesium-plus-pod</artifactId> - <version>1.10.7</version> + <version>1.10.8-SNAPSHOT</version> </parent> <artifactId>cesium-plus-pod-assembly</artifactId> diff --git a/cesium-plus-pod-client/pom.xml b/cesium-plus-pod-client/pom.xml index dfdc1bde..d6dd7b24 100644 --- a/cesium-plus-pod-client/pom.xml +++ b/cesium-plus-pod-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter.cesium</groupId> <artifactId>cesium-plus-pod</artifactId> - <version>1.10.7</version> + <version>1.10.8-SNAPSHOT</version> </parent> <artifactId>cesium-plus-pod-client</artifactId> diff --git a/cesium-plus-pod-core/pom.xml b/cesium-plus-pod-core/pom.xml index 9ed354aa..d6d0814c 100644 --- a/cesium-plus-pod-core/pom.xml +++ b/cesium-plus-pod-core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter.cesium</groupId> <artifactId>cesium-plus-pod</artifactId> - <version>1.10.7</version> + <version>1.10.8-SNAPSHOT</version> </parent> <artifactId>cesium-plus-pod-core</artifactId> diff --git a/cesium-plus-pod-model/pom.xml b/cesium-plus-pod-model/pom.xml index f8c9c3f8..8d61dc4b 100644 --- a/cesium-plus-pod-model/pom.xml +++ b/cesium-plus-pod-model/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter.cesium</groupId> <artifactId>cesium-plus-pod</artifactId> - <version>1.10.7</version> + <version>1.10.8-SNAPSHOT</version> </parent> <artifactId>cesium-plus-pod-model</artifactId> diff --git a/cesium-plus-pod-subscription/pom.xml b/cesium-plus-pod-subscription/pom.xml index 4cf0b45f..0aa733be 100644 --- a/cesium-plus-pod-subscription/pom.xml +++ b/cesium-plus-pod-subscription/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.duniter.cesium</groupId> <artifactId>cesium-plus-pod</artifactId> - <version>1.10.7</version> + <version>1.10.8-SNAPSHOT</version> </parent> <artifactId>cesium-plus-pod-subscription</artifactId> diff --git a/cesium-plus-pod-test/pom.xml b/cesium-plus-pod-test/pom.xml index 5bca7644..7e6adb92 100644 --- a/cesium-plus-pod-test/pom.xml +++ b/cesium-plus-pod-test/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.duniter.cesium</groupId> <artifactId>cesium-plus-pod</artifactId> - <version>1.10.7</version> + <version>1.10.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cesium-plus-pod-user/pom.xml b/cesium-plus-pod-user/pom.xml index cb08d017..c66cd933 100644 --- a/cesium-plus-pod-user/pom.xml +++ b/cesium-plus-pod-user/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>cesium-plus-pod</artifactId> <groupId>org.duniter.cesium</groupId> - <version>1.10.7</version> + <version>1.10.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 34dde6c0..44386b67 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>org.duniter.cesium</groupId> <artifactId>cesium-plus-pod</artifactId> - <version>1.10.7</version> + <version>1.10.8-SNAPSHOT</version> <packaging>pom</packaging> <name>Cesium+ pod</name> <description>Cesium+ pod :: An ElasticSearch cluster for Duniter network</description> -- GitLab