diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index faad162ec16c487a9fbecefeff21c89a4683b9fa..1377bc7cc9a3a25545eb85397620e8301cb065e1 100644
--- a/goofy-client/pom.xml
+++ b/goofy-client/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.itvsh.ozg</groupId>
 		<artifactId>goofy</artifactId>
-		<version>0.27.0-SNAPSHOT</version>
+		<version>0.27.0</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index 0151ac19143dafa58ced181b730a086ab4498a08..e0511f03f21f31b851062fc3c9df0b3bcbd20b60 100644
--- a/goofy-server/pom.xml
+++ b/goofy-server/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>de.itvsh.ozg</groupId>
 		<artifactId>goofy</artifactId>
-		<version>0.27.0-SNAPSHOT</version>
+		<version>0.27.0</version>
 	</parent>
 
 	<artifactId>goofy-server</artifactId>
diff --git a/pom.xml b/pom.xml
index 19eac4b7e9e26eb86c66c9c14f08cc0966157cc2..6de4e91e6b9763d498ee6013f5e1dd3ffd9e7c42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>goofy</artifactId>
-	<version>0.27.0-SNAPSHOT</version>
+	<version>0.27.0</version>
 	<name>Goofy Parent</name>
 	<packaging>pom</packaging>
 
@@ -24,7 +24,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-		<pluto.version>0.27.0-SNAPSHOT</pluto.version>
+		<pluto.version>0.27.0</pluto.version>
 		<jsoup.version>1.15.1</jsoup.version>
 	</properties>