You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/07/28 04:23:20 UTC

svn commit: r560454 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0012/pom.xml

Author: jvanzyl
Date: Fri Jul 27 19:23:19 2007
New Revision: 560454

URL: http://svn.apache.org/viewvc?view=rev&rev=560454
Log:
o remove the <model> element and use the <project> element which is actually valid

Modified:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0012/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0012/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0012/pom.xml?view=diff&rev=560454&r1=560453&r2=560454
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0012/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0012/pom.xml Fri Jul 27 19:23:19 2007
@@ -1,4 +1,4 @@
-<model>
+<project>
   <modelVersion>4.0.0</modelVersion>
   <name>Maven Integration Test :: it0012</name> 
   <groupId>org.apache.maven.its.it0012</groupId>
@@ -21,4 +21,4 @@
   <modules>
     <module>child-project</module>
   </modules>
-</model>
+</project>