diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index dd1056f2720d6be4225c48ab0cb90b4f58ed6eb3..b1f829cf991dd826820e6e30dd5eabbfe1ff17df 100644
--- a/goofy-client/pom.xml
+++ b/goofy-client/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.ozg</groupId>
 		<artifactId>goofy</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index 2ff653f8cc17ee22ec9ad4906f94ed7a36dcfc09..4236cc523c9f393128b11db9df1093941512a93f 100644
--- a/goofy-server/pom.xml
+++ b/goofy-server/pom.xml
@@ -32,7 +32,7 @@
 	<parent>
 		<groupId>de.itvsh.ozg</groupId>
 		<artifactId>goofy</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 	</parent>
 
 	<artifactId>goofy-server</artifactId>
diff --git a/pom.xml b/pom.xml
index 7670db7df93d6fdc2635b2975da260beb1d5f9b1..b4adc14bd88f010ef17cb34c713f2dbde9adda9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,14 +30,14 @@
 
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>goofy</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
 	<name>Goofy Parent</name>
 	<packaging>pom</packaging>
 
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.3.0</version>
 	</parent>
 
 	<modules>
@@ -50,9 +50,9 @@
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 		
 		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
-		<pluto.version>1.1.0-SNAPSHOT</pluto.version>
+		<pluto.version>1.1.0</pluto.version>
 		<jsoup.version>1.15.1</jsoup.version>
-		<kop-common-pdf.version>1.3.0-SNAPSHOT</kop-common-pdf.version>
+		<kop-common-pdf.version>1.3.0</kop-common-pdf.version>
 	</properties>
 	
 	<build>