mirror of https://github.com/apache/maven.git
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:
parent
0be430bafb
commit
2831b5086c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue