diff --git a/alfa-xdomea/pom.xml b/alfa-xdomea/pom.xml
index c2cff6d99a0c4aee098e4a22103d947a4f5a0bbc..9ffe1e9e088d4f6ec34ece793d3e97f6f7e5b183 100644
--- a/alfa-xdomea/pom.xml
+++ b/alfa-xdomea/pom.xml
@@ -32,7 +32,7 @@
 	<parent>
 		<groupId>de.itvsh.ozg</groupId>
 		<artifactId>goofy</artifactId>
-		<version>1.13.0-SNAPSHOT</version>
+		<version>1.13.0</version>
 	</parent>
 
 	<artifactId>alfa-xdomea</artifactId>
diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index 12a550c062209c5b528b586edc3a4beec50dce41..38552dde89449113ca0e986ddb847af568e483ad 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.13.0-SNAPSHOT</version>
+		<version>1.13.0</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index 9e34d55cd78b011eb77b739edd4dce6bc4618fa0..1e817ea42234d9d86596b8fb3c99a12645e9a769 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.13.0-SNAPSHOT</version>
+		<version>1.13.0</version>
 	</parent>
 
 	<artifactId>goofy-server</artifactId>
diff --git a/pom.xml b/pom.xml
index e23ae1a956b35e65b4b9f426772bbf3a45fb57a3..9a1a42263f917c43cc0049199eaa93b2e976f764 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>goofy</artifactId>
-	<version>1.13.0-SNAPSHOT</version>
+	<version>1.13.0</version>
 	<name>Goofy Parent</name>
 	<packaging>pom</packaging>
 
@@ -50,7 +50,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 		
-		<pluto.version>1.13.0-SNAPSHOT</pluto.version>
+		<pluto.version>1.13.0</pluto.version>
 		<jsoup.version>1.15.1</jsoup.version>
 		<kop-common-pdf.version>1.6.4</kop-common-pdf.version>
 		<user-manager.version>1.6.0</user-manager.version>