From c4a6b46d6e6685765b97300b393db82641c968a6 Mon Sep 17 00:00:00 2001 From: Martin <git@mail.de> Date: Wed, 7 May 2025 19:08:44 +0200 Subject: [PATCH] OZG-8169 set snapshot patch version --- alfa-server/pom.xml | 2 +- alfa-service/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index d00a36f2c..49f6b9410 100644 --- a/alfa-server/pom.xml +++ b/alfa-server/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.24.0</version> + <version>2.24.1-SNAPSHOT</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index 1898f6d01..1ece4973f 100644 --- a/alfa-service/pom.xml +++ b/alfa-service/pom.xml @@ -33,7 +33,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.24.0</version> + <version>2.24.1-SNAPSHOT</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/pom.xml b/pom.xml index 4e1b6439c..5e9535be7 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.24.0</version> + <version>2.24.1-SNAPSHOT</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> -- GitLab