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@560454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-07-28 02:23:19 +00:00
parent 021f239b7a
commit 992f8b0ba6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<model> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0012</name> <name>Maven Integration Test :: it0012</name>
<groupId>org.apache.maven.its.it0012</groupId> <groupId>org.apache.maven.its.it0012</groupId>
@ -21,4 +21,4 @@
<modules> <modules>
<module>child-project</module> <module>child-project</module>
</modules> </modules>
</model> </project>