From a02cdcc70a28e3e6bdd8f37a5e741f2d25620621 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 29 Oct 2024 19:10:10 +0100
Subject: [PATCH] release version 2.15.0

---
 alfa-client/pom.xml  | 2 +-
 alfa-server/pom.xml  | 2 +-
 alfa-service/pom.xml | 2 +-
 alfa-xdomea/pom.xml  | 2 +-
 pom.xml              | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/alfa-client/pom.xml b/alfa-client/pom.xml
index 756ceff465..dce460eb9e 100644
--- a/alfa-client/pom.xml
+++ b/alfa-client/pom.xml
@@ -29,7 +29,7 @@
 	<parent>
 		<groupId>de.ozgcloud.alfa</groupId>
 		<artifactId>alfa</artifactId>
-		<version>2.15.0-SNAPSHOT</version>
+		<version>2.15.0</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml
index 632ca43155..1d8d3efffa 100644
--- a/alfa-server/pom.xml
+++ b/alfa-server/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.ozgcloud.alfa</groupId>
 		<artifactId>alfa</artifactId>
-		<version>2.15.0-SNAPSHOT</version>
+		<version>2.15.0</version>
 	</parent>
 
 	<artifactId>alfa-server</artifactId>
diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml
index 80aeb0d170..05d1be6da0 100644
--- a/alfa-service/pom.xml
+++ b/alfa-service/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>de.ozgcloud.alfa</groupId>
 		<artifactId>alfa</artifactId>
-		<version>2.15.0-SNAPSHOT</version>
+		<version>2.15.0</version>
 	</parent>
 
 	<artifactId>alfa-service</artifactId>
diff --git a/alfa-xdomea/pom.xml b/alfa-xdomea/pom.xml
index b26ac517ff..4e94531a2c 100644
--- a/alfa-xdomea/pom.xml
+++ b/alfa-xdomea/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>de.ozgcloud.alfa</groupId>
 		<artifactId>alfa</artifactId>
-		<version>2.15.0-SNAPSHOT</version>
+		<version>2.15.0</version>
 	</parent>
 
 	<artifactId>alfa-xdomea</artifactId>
diff --git a/pom.xml b/pom.xml
index b9558ffe45..862dd9d00b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
 	<groupId>de.ozgcloud.alfa</groupId>
 	<artifactId>alfa</artifactId>
-	<version>2.15.0-SNAPSHOT</version>
+	<version>2.15.0</version>
 	<name>Alfa Parent</name>
 	<packaging>pom</packaging>
 
@@ -54,7 +54,7 @@
 		<nachrichten-manager.version>2.11.0</nachrichten-manager.version>
 		<ozgcloud-common-pdf.version>3.0.1</ozgcloud-common-pdf.version>
 		<user-manager.version>2.8.0</user-manager.version>
-		<zufi-manager.version>1.5.0-SNAPSHOT</zufi-manager.version>
+		<zufi-manager.version>1.5.0</zufi-manager.version>
 		<spring-cloud-config-client.version>4.1.3</spring-cloud-config-client.version>
 
 		<!-- TODO: die Version über ozgcloud-common ziehen -->
-- 
GitLab