diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index 73f5eb1caabb93a7958adb29da78cbdac073e161..a8aae41dd41535670fb5de3ba104b80e3f14bfbd 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.2.0-SNAPSHOT</version>
+		<version>1.2.0</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index 30e62178540a2dbe757b01bdbaaf76c5835081d1..7a0181bf67d3f1245348e3e2453caab1dad5d5fd 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.2.0-SNAPSHOT</version>
+		<version>1.2.0</version>
 	</parent>
 
 	<artifactId>goofy-server</artifactId>
diff --git a/pom.xml b/pom.xml
index 95312fb64a5ae9533f7f9256df14aa8a337e2ecc..647a23406648faebe40d970cbe68758736ee0ea0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>goofy</artifactId>
-	<version>1.2.0-SNAPSHOT</version>
+	<version>1.2.0</version>
 	<name>Goofy Parent</name>
 	<packaging>pom</packaging>
 
@@ -49,8 +49,8 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 		
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
-		<pluto.version>1.2.0-SNAPSHOT</pluto.version>
+		<kop.license.version>1.3.0</kop.license.version>
+		<pluto.version>1.2.0</pluto.version>
 		<jsoup.version>1.15.1</jsoup.version>
 		<kop-common-pdf.version>1.3.0</kop-common-pdf.version>
 	</properties>