fixed IT run with Maven 3.0.x

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1594325 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/aether/pom.xml b/src/it/aether/pom.xml
index d496015..ce99bad 100644
--- a/src/it/aether/pom.xml
+++ b/src/it/aether/pom.xml
@@ -22,11 +22,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>21</version>
-  </parent>
 
   <groupId>org.apache.maven.shared.maven-reporting-exec.its</groupId>
   <artifactId>aether</artifactId>
diff --git a/src/it/forked-lifecycle/pom.xml b/src/it/forked-lifecycle/pom.xml
index fabd0e8..db5b50c 100644
--- a/src/it/forked-lifecycle/pom.xml
+++ b/src/it/forked-lifecycle/pom.xml
@@ -22,11 +22,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>21</version>
-  </parent>
 
   <groupId>org.apache.maven.shared.maven-reporting-exec.its</groupId>
   <artifactId>forked-lifecycle</artifactId>