From d3a37c478237ea63b3d028b766110796b6ed35d9 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 14 Apr 2025 14:52:36 +0000 Subject: [PATCH] release version 2.23.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 c718c96e7f..2018f0dc14 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.23.0-SNAPSHOT</version> + <version>2.23.0</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index 018f05fe9a..6db2df99af 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.23.0-SNAPSHOT</version> + <version>2.23.0</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/pom.xml b/pom.xml index 79db55f35a..20e9f08f73 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.23.0-SNAPSHOT</version> + <version>2.23.0</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> -- GitLab