diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index ffa6ccde02f7f5ccc45b9619b3c66872b445743c..cf75503ff10b327ce14e7f504c0a20f548ddd82c 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>1.0.0</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index f6062b10a7819af0b92c8b61303ee75b9633469d..448ed43101e28e88ac34279e06b115598f8da8f6 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>1.0.0</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>goofy-server</artifactId>
diff --git a/pom.xml b/pom.xml
index b7be4b5eab412fb7ce7e038ca9a22880cf135f86..56a6e84ff2acda85fe23e3b22c01213287624f47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>goofy</artifactId>
-	<version>1.0.0</version>
+	<version>1.1.0-SNAPSHOT</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>1.0.0</pluto.version>
+		<pluto.version>1.1.0-SNAPHOST</pluto.version>
 		<jsoup.version>1.15.1</jsoup.version>
 	</properties>