diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index faa892abb00dd3e8546d5314bea2b18060e9f077..3c066d25a81a2fe027a7a6377593f088d0f8b108 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.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index 02ca0bf7e55faf2e21a7d46a66d260e619759acb..c391d13babd4e68476465c64d5e6c85a8a576946 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.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>goofy-server</artifactId>
diff --git a/pom.xml b/pom.xml
index 16ee150d08e3251116883152936812e5382e2665..1ba6ce48d9b65a45e58a885cf3b812fa7073c40b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>goofy</artifactId>
-	<version>0.7.0-SNAPSHOT</version>
+	<version>0.7.0</version>
 	<name>Goofy Parent</name>
 	<packaging>pom</packaging>
 
@@ -18,6 +18,8 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 		<java.version>11</java.version>
+		
+		<pluto.version>${project.version}</pluto.version>
 
 		<spring.boot.version>2.4.5</spring.boot.version>
 
@@ -85,7 +87,7 @@
 			<dependency>
 				<groupId>de.itvsh.ozg.pluto</groupId>
 				<artifactId>pluto-interface</artifactId>
-				<version>${project.version}</version>
+				<version>${pluto.version}</version>
 			</dependency>
 
 			<dependency>