use parent POM

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@492139 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-01-03 13:29:04 +00:00
parent 0be430bafb
commit 2831b5086c
1 changed files with 5 additions and 1 deletions

View File

@ -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>