Fixing overlay-keeps-contextxml IT by pointing to the correct parent POM.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1782683 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/overlay-keeps-contextxml/war2-result/pom.xml b/src/it/overlay-keeps-contextxml/war2-result/pom.xml
index bf007db..3656cf3 100644
--- a/src/it/overlay-keeps-contextxml/war2-result/pom.xml
+++ b/src/it/overlay-keeps-contextxml/war2-result/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>debug.war</groupId>
-    <artifactId>overlay-excludes</artifactId>
+    <artifactId>overlay-keeps-contextxml</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>war2-result</artifactId>