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:21:36 UTC

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

Author: jvanzyl
Date: Fri Jul 27 19:21:35 2007
New Revision: 560448

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

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0007/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0007/pom.xml?view=diff&rev=560448&r1=560447&r2=560448
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0007/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0007/pom.xml Fri Jul 27 19:21:35 2007
@@ -1,4 +1,4 @@
-<model>
+<project>
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -19,4 +19,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</model>
+</project>