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:30:38 UTC

svn commit: r725366 - /maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml

Author: jdcasey
Date: Wed Dec 10 10:30:38 2008
New Revision: 725366

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

Modified:
    maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml?rev=725366&r1=725365&r2=725366&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml Wed Dec 10 10:30:38 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.10-RC5-SNAPSHOT</version>
-  </parent>
+  
+  <groupId>org.apache.maven</groupId>
   <artifactId>maven-integration-tests</artifactId>
+  <version>2.0.10-RC</version>
+  
   <name>Maven Integration-Test Importer</name>
   
   <properties>