diff --git a/bescheid-manager/pom.xml b/bescheid-manager/pom.xml
index ac858efc22b979e60753e8bb6cc4903c5cac86f8..be52cf936f1ee682ebfcf02af78fc96374961314 100644
--- a/bescheid-manager/pom.xml
+++ b/bescheid-manager/pom.xml
@@ -5,17 +5,17 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.8.0-SNAPSHOT</version>
+		<version>1.8.0</version>
 		<relativePath />
 	</parent>
 
 	<groupId>de.ozgcloud.bescheid</groupId>
 	<artifactId>bescheid-manager</artifactId>
 	<name>OZG-Cloud Bescheid Manager</name>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>1.0.0</version>
 
 	<properties>
-		<pluto.version>1.14.0-SNAPSHOT</pluto.version>
+		<pluto.version>1.14.0</pluto.version>
 	</properties>
 
 	<dependencies>
diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index faf22642925879bea2ee1686b60cbc2b6366c0d7..5663313ef10a70397598ca67942ddd0d2485268d 100644
--- a/mail-service/pom.xml
+++ b/mail-service/pom.xml
@@ -36,7 +36,7 @@
 
 	<groupId>de.itvsh.ozg.mail</groupId>
 	<artifactId>mail-service</artifactId>
-	<version>1.14.0-SNAPSHOT</version>
+	<version>1.14.0</version>
 	<name>KOP Vorgang Manager Mail Service</name>
 
 	<properties>
diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index a57d5cdc93ba30a0c89da116d3b86344fdbfa7e8..450fc23ebeb4f233f9edbfe2683e3b67652917c4 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -36,7 +36,7 @@
 	<groupId>de.itvsh.kop.notification</groupId>
 	<artifactId>notification-manager</artifactId>
 	<name>KOP Notification Manager</name>
-	<version>1.14.0-SNAPSHOT</version>
+	<version>1.14.0</version>
 
 	<properties>
 		<user-manager-interface.version>1.1.0</user-manager-interface.version>
diff --git a/pluto-command/pom.xml b/pluto-command/pom.xml
index 7b45e77d01923acb8e814b61e1026a3d26b9878c..42081a3c89598eb7d35119b6b5f5d016539386ff 100644
--- a/pluto-command/pom.xml
+++ b/pluto-command/pom.xml
@@ -11,7 +11,7 @@
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-command</artifactId>
 	<name>Command Manager</name>
-	<version>1.14.0-SNAPSHOT</version>
+	<version>1.14.0</version>
 	
 	<properties>
 		<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
diff --git a/pluto-common/pom.xml b/pluto-common/pom.xml
index 1148df718d53e0ef54c6b2e5ff64daadae35993f..e0dabce96d3cad3356e8257fd4b8d35527764f12 100644
--- a/pluto-common/pom.xml
+++ b/pluto-common/pom.xml
@@ -6,13 +6,13 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.8.0-SNAPSHOT</version>
+		<version>1.8.0</version>
 		<relativePath />
 	</parent>
 
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-common</artifactId>
-	<version>1.14.0-SNAPSHOT</version>
+	<version>1.14.0</version>
 
 	<name>OZG-Cloud Vorgang Manager Common</name>
 
diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml
index e48d43d9534354516146324c5a59e81e8d7a0700..3d1d0c698dc5ceeb34499bdabc7b16017e6fb021 100644
--- a/pluto-interface/pom.xml
+++ b/pluto-interface/pom.xml
@@ -36,7 +36,7 @@
 
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-interface</artifactId>
-	<version>1.14.0-SNAPSHOT</version>
+	<version>1.14.0</version>
 
 	<name>KOP Vorgang Manager gRPC Interface</name>
 	<description>Interface (gRPC) for Pluto Server</description>
diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index ea66fd024202eb4fb5a00939a6b956f758c4a834..b30be9cea09e1500d955cdead1e1c60b617dc719 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -32,13 +32,13 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.8.0-SNAPSHOT</version>
+		<version>1.8.0</version>
 		<relativePath />
 	</parent>
 
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-server</artifactId>
-	<version>1.14.0-SNAPSHOT</version>
+	<version>1.14.0</version>
 
 	<name>KOP Vorgang Manager (Pluto) Server</name>
 	<description>Server Implementierung des VorgangManagers (Pluto)</description>
@@ -101,7 +101,7 @@
 		<dependency>
 			<groupId>de.ozgcloud.bescheid</groupId>
 			<artifactId>bescheid-manager</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.0</version>
 			<scope>runtime</scope>
 		</dependency>
 
diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml
index f13d0d84c96da88797116dfd2528ccc657bfd5c3..db6d0b7719b14403b0e3d12f8a70383287a20edf 100644
--- a/pluto-utils/pom.xml
+++ b/pluto-utils/pom.xml
@@ -39,7 +39,7 @@
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-utils</artifactId>
 	<name>KOP Vorgang Manager (Pluto) Utils</name>
-	<version>1.14.0-SNAPSHOT</version>
+	<version>1.14.0</version>
 
 	<properties>
 		<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
diff --git a/pom.xml b/pom.xml
index 2a9fdb9de96980e2f8be361ed6100a7130de6eef..28783a7910428df86dfba255ce9dc8b81f3cab7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>pluto</artifactId>
-	<version>1.14.0-SNAPSHOT</version>
+	<version>1.14.0</version>
 
 	<name>Pluto Parent</name>
 	<packaging>pom</packaging>