You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/12/10 19:34:25 UTC

svn commit: r725370 - /maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml

Author: jdcasey
Date: Wed Dec 10 10:34:24 2008
New Revision: 725370

URL: http://svn.apache.org/viewvc?rev=725370&view=rev
Log:
isolate the IT launcher POM to make it easier to use.

Modified:
    maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml?rev=725370&r1=725369&r2=725370&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml Wed Dec 10 10:34:24 2008
@@ -1,12 +1,11 @@
 <?xml version="1.0"?>
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven</artifactId>
-    <groupId>org.apache.maven</groupId>
-    <version>2.0.x</version>
-  </parent>
+
+  <groupId>org.apache.maven</groupId>
   <artifactId>maven-integration-tests</artifactId>
+  <version>2.0.x</version>
+  
   <name>Maven Integration-Test Importer</name>
   
   <properties>