diff --git a/itests/dependencies/pom.xml b/itests/dependencies/pom.xml
index 8cd1fb2..0dcf1bb 100644
--- a/itests/dependencies/pom.xml
+++ b/itests/dependencies/pom.xml
@@ -21,8 +21,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.karaf</groupId>
-        <artifactId>karaf</artifactId>
+        <groupId>org.apache.karaf.itests</groupId>
+        <artifactId>itests</artifactId>
         <version>2.1.3-SNAPSHOT</version>
     </parent>
 
diff --git a/itests/tests/pom.xml b/itests/tests/pom.xml
index abf0cf4..b65d944 100644
--- a/itests/tests/pom.xml
+++ b/itests/tests/pom.xml
@@ -21,8 +21,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.karaf</groupId>
-        <artifactId>karaf</artifactId>
+        <groupId>org.apache.karaf.itests</groupId>
+        <artifactId>itests</artifactId>
         <version>2.1.3-SNAPSHOT</version>
     </parent>
 
