mirror of https://github.com/apache/maven.git
o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ead720aeeb
commit
f9fb49eccf
|
@ -1,4 +1,4 @@
|
||||||
<model>
|
<project>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<name>Maven Integration Test :: it0011</name>
|
<name>Maven Integration Test :: it0011</name>
|
||||||
<groupId>org.apache.maven.its.it0011</groupId>
|
<groupId>org.apache.maven.its.it0011</groupId>
|
||||||
|
@ -38,4 +38,4 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
</model>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue