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:26:10 UTC

svn commit: r560467 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0029/child-project/pom.xml

Author: jvanzyl
Date: Fri Jul 27 19:26:10 2007
New Revision: 560467

URL: http://svn.apache.org/viewvc?view=rev&rev=560467
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/it0029/child-project/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0029/child-project/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0029/child-project/pom.xml?view=diff&rev=560467&r1=560466&r2=560467
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0029/child-project/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0029/child-project/pom.xml Fri Jul 27 19:26:10 2007
@@ -1,4 +1,4 @@
-<model>
+<project>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.maven.its.it0029</groupId>
@@ -25,4 +25,4 @@
       </plugin>
     </plugins>
   </build>
-</model>
+</project>