Author: brett
Date: Tue May 10 05:24:47 2011
New Revision: 1101312

URL: http://svn.apache.org/viewvc?rev=1101312&view=rev
Log:
add missing parents

Modified:
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml

Modified: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml?rev=1101312&r1=1101311&r2=1101312&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
 Tue May 10 05:24:47 2011
@@ -19,6 +19,11 @@ under the License.
 -->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns="http://maven.apache.org/POM/4.0.0";>
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>NPanday.ITs</groupId>
+    <artifactId>NPanday.ITs.Parent</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
   <groupId>Microsoft.NPANDAY377WithCustomNPandaySettingsDirectoryTest</groupId>
   
<artifactId>NPANDAY377WithCustomNPandaySettingsDirectoryTest-parent</artifactId>
   <packaging>pom</packaging>
@@ -27,4 +32,4 @@ under the License.
   <modules>
     <module>NPANDAY_377_WithCustomNPandaySettingsDirectoryTest</module>
   </modules>
-</project>
\ No newline at end of file
+</project>

Modified: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml?rev=1101312&r1=1101311&r2=1101312&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsFileTest/pom.xml
 Tue May 10 05:24:47 2011
@@ -19,6 +19,11 @@ under the License.
 -->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns="http://maven.apache.org/POM/4.0.0";>
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>NPanday.ITs</groupId>
+    <artifactId>NPanday.ITs.Parent</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
   <groupId>Microsoft.NPANDAY377WithCustomNPandaySettingsFileTest</groupId>
   <artifactId>NPANDAY377WithCustomNPandaySettingsFileTest-parent</artifactId>
   <packaging>pom</packaging>
@@ -27,4 +32,4 @@ under the License.
   <modules>
     <module>NPANDAY_377_WithCustomNPandaySettingsFileTest</module>
   </modules>
-</project>
\ No newline at end of file
+</project>


Reply via email to