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 2007/01/03 14:29:05 UTC

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

Author: brett
Date: Wed Jan  3 05:29:04 2007
New Revision: 492139

URL: http://svn.apache.org/viewvc?view=rev&rev=492139
Log:
use parent POM

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

Modified: maven/core-integration-testing/trunk/core-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/pom.xml?view=diff&rev=492139&r1=492138&r2=492139
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/pom.xml Wed Jan  3 05:29:04 2007
@@ -1,6 +1,10 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.integrationtests</groupId>
+  <parent>
+    <groupId>org.apache.maven.its</groupId>
+    <artifactId>core-integration-testing</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
   <artifactId>core-integration-tests</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Maven Integration Tests</name>