You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/07/12 09:13:42 UTC

svn commit: r676131 - /maven/core-integration-testing/trunk/pom.xml

Author: brett
Date: Sat Jul 12 00:13:42 2008
New Revision: 676131

URL: http://svn.apache.org/viewvc?rev=676131&view=rev
Log:
add parent for distMgmt

Modified:
    maven/core-integration-testing/trunk/pom.xml

Modified: maven/core-integration-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?rev=676131&r1=676130&r2=676131&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Sat Jul 12 00:13:42 2008
@@ -23,6 +23,12 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>8</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
+  </parent>
 
   <groupId>org.apache.maven.its</groupId>
   <artifactId>core-integration-testing-parent</artifactId>