From 474bbfd982bf1f6e7ab0d34ce571cbda880f6e8d Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 5 May 2025 11:33:20 +0000 Subject: [PATCH] release version 2.24.0 --- 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 b2d7130d6..d00a36f2c 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-SNAPSHOT</version> + <version>2.24.0</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index 12f63f79c..1898f6d01 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-SNAPSHOT</version> + <version>2.24.0</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/pom.xml b/pom.xml index ec3026e57..4e1b6439c 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.24.0-SNAPSHOT</version> + <version>2.24.0</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> -- GitLab