diff --git a/common/pom.xml b/common/pom.xml
index dc1847ad5a814b189242644511d7d773b7de2018..4c008329b3fe8e648d44a9430e4937e66e26f610 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -7,7 +7,8 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.16.0</version>
+		<version>0.17.0-SNAPSHOT</version>
+		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>common</artifactId>
 	<name>Eingangs Adapter - Common</name>
diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml
index 452e081eb1b2967ae9b71236eee8ff16e7d483c5..632a59acc86f0061871cde9cfa502f5a140c3ccf 100644
--- a/formsolutions-adapter/pom.xml
+++ b/formsolutions-adapter/pom.xml
@@ -6,7 +6,8 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.16.0</version>
+		<version>0.17.0-SNAPSHOT</version>
+		<relativePath>../</relativePath>
 	</parent>
 
 	<artifactId>formsolutions-adapter</artifactId>
diff --git a/forwarder/pom.xml b/forwarder/pom.xml
index fb8d3b9cfb45ada59807b004de7ae492e65253fe..9002b294bf6fd0581729fb6d03722d1bfe3bff59 100644
--- a/forwarder/pom.xml
+++ b/forwarder/pom.xml
@@ -5,7 +5,8 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.16.0</version>
+		<version>0.17.0-SNAPSHOT</version>
+		<relativePath>../</relativePath>
 	</parent>
 
 	<artifactId>forwarder</artifactId>
diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml
index 6fc11d8eacdcb362fa7cf0b0e3c5d72a5d8b6934..8fa9a67edb68dc68dd0ad7e742f627679888143a 100644
--- a/intelliform-adapter/pom.xml
+++ b/intelliform-adapter/pom.xml
@@ -8,7 +8,8 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.16.0</version>
+		<version>0.17.0-SNAPSHOT</version>
+		<relativePath>../</relativePath>
 	</parent>
 
 	<artifactId>intelliform-adapter</artifactId>
diff --git a/pom.xml b/pom.xml
index 3a301f7ca6d08c0a9e7e49ac6572ce6a7295113a..7071528cf0b172d4f8d81b70ec1153c5d4bfdcfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 	<artifactId>parent</artifactId>
 	<name>Eingangs Adapter - Parent</name>
 	<packaging>pom</packaging>
-	<version>0.16.0</version>
+	<version>0.17.0-SNAPSHOT</version>
 
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
diff --git a/router/pom.xml b/router/pom.xml
index 17ce8eb890f7ecb3452dbfcec4abe85ff05005d6..7d25392757aa11ca92aba49500f5686753287731 100644
--- a/router/pom.xml
+++ b/router/pom.xml
@@ -5,7 +5,8 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.16.0</version>
+		<version>0.17.0-SNAPSHOT</version>
+		<relativePath>../</relativePath>
 	</parent>
 
 	<artifactId>router</artifactId>