Author: jvanzyl
Date: Thu Jun 28 12:12:30 2007
New Revision: 551663
URL: http://svn.apache.org/viewvc?view=rev&rev=551663
Log:
o the maven it generated should stand on its own
Modified:
maven/core-integration-testing/trunk/core-integration-test-sample/pom.xml
Modified:
maven/core-integration-testing/trunk/core-integration-test-sample/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-test-sample/pom.xml?view=diff&rev=551663&r1=551662&r2=551663
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-test-sample/pom.xml
(original)
+++ maven/core-integration-testing/trunk/core-integration-test-sample/pom.xml
Thu Jun 28 12:12:30 2007
@@ -1,10 +1,6 @@
<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.maven.its</groupId>
- <artifactId>core-integration-testing</artifactId>
- <version>1-SNAPSHOT</version>
- </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.maven.its</groupId>
<artifactId>maven-it</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Maven Integration Tests</name>