From 082b76895059d5e22b980153be9acd958b826a83 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 3 Mar 2025 15:00:18 +0000 Subject: [PATCH] release version 2.21.0 --- alfa-server/pom.xml | 2 +- alfa-service/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index 884c74bf15..d9777be6c4 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.21.0-SNAPSHOT</version> + <version>2.21.0</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index f63bcaaf6f..502a451d09 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.21.0-SNAPSHOT</version> + <version>2.21.0</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/pom.xml b/pom.xml index 8130b3040f..5a69eba666 100644 --- a/pom.xml +++ b/pom.xml @@ -32,12 +32,12 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>4.11.0-SNAPSHOT</version> + <version>4.11.0</version> </parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.21.0-SNAPSHOT</version> + <version>2.21.0</version> <name>Alfa Parent</name> <packaging>pom</packaging> <inceptionYear>2020</inceptionYear> -- GitLab