diff --git a/alfa-client/pom.xml b/alfa-client/pom.xml
index 756ceff4655f37af4e196a30dfc5d61e2b0e1dbd..dce460eb9eb8063e0a087abc92bda0796f9d9510 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 632ca43155b36c3b27a62281658cccbe073b43d9..1d8d3efffaf6c32cbd185f666cd05ceb62cd00a5 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 80aeb0d1704a845cb773697d5d4ccb85d949bc71..05d1be6da0fb167f2dbb983a17a898582db6b5b4 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 b26ac517ff64134e1aa77ca1ab183e1fd6399dd9..4e94531a2cf723f87e88af0e7ab56f4bbb238a75 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 b9558ffe451bae15b53c5a85085f60d9f746555a..862dd9d00bf3a59d4dd29393d778da5701a1c93d 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 -->