diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index 030ef7e7060b2a01c27b2a99b0e884d081652911..2bf56d0cd882a23dd94cb45ce829bd32b64dbdb8 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.11.0-SNAPSHOT</version>
+	<version>1.11.0</version>
 	<name>KOP Vorgang Manager Mail Service</name>
 
 	<properties>
diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index bcb6bb704a398bc3e33089435283743e9c470810..2b410873a366ac94cf6fc6b3e769d93233439620 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.11.0-SNAPSHOT</version>
+	<version>1.11.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 cf689f47f74386761d2d77e9b387d268a54adfa5..185001fbc4a456a353230da6d5bd7c023015e0e5 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.11.0-SNAPSHOT</version>
+	<version>1.11.0</version>
 	
 	<dependencies>
 		<dependency>
diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml
index 3d7f023aab39c607b66c66008a8441b536de57ef..febcdde6ca42e2e930629fe3958224aaf8e64784 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.11.0-SNAPSHOT</version>
+	<version>1.11.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 a14b691cd5e7a8a56788024f56488ee0f724c164..240c81d0e95cb426959d589b63e74372b2cd60f2 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -36,7 +36,7 @@
 
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-server</artifactId>
-	<version>1.11.0-SNAPSHOT</version>
+	<version>1.11.0</version>
 
 	<name>KOP Vorgang Manager (Pluto) Server</name>
 	<description>Server Implementierung des VorgangManagers (Pluto)</description>
diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml
index cfc903ec741715dff9966ce87420609937befafd..d2f703db069dc438de906307076f63e7b0fb553b 100644
--- a/pluto-utils/pom.xml
+++ b/pluto-utils/pom.xml
@@ -37,10 +37,10 @@
 	<groupId>de.itvsh.ozg.pluto</groupId>
 	<artifactId>pluto-utils</artifactId>
 	<name>KOP Vorgang Manager (Pluto) Utils</name>
-	<version>1.11.0-SNAPSHOT</version>
+	<version>1.11.0</version>
 
 	<properties>
-		<pluto.version>1.11.0-SNAPSHOT</pluto.version>
+		<pluto.version>1.11.0</pluto.version>
 
 		<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
 		<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
diff --git a/pom.xml b/pom.xml
index 41054d4933c0214eb3d0cce6e11c5c9699730fb3..4f26a244e9b7a46796d89a2c08e09847c68441fc 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.11.0-SNAPSHOT</version>
+	<version>1.11.0</version>
 
 	<name>Pluto Parent</name>
 	<packaging>pom</packaging>