Changing root element from <model> to <project>.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-06-23 20:47:48 +00:00
parent 4477d54a0c
commit 9665a75367
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<model> <project>
<parent> <parent>
<artifactId>maven-plugin-parent</artifactId> <artifactId>maven-plugin-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -22,4 +22,4 @@
<version>1.0-alpha-2</version> <version>1.0-alpha-2</version>
</dependency> </dependency>
</dependencies> </dependencies>
</model> </project>