o POM cleanup.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Trygve Laugstol 2005-03-15 07:33:58 +00:00
parent f9c6aa0f9d
commit 50a0b02bad
1 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
<model> <model>
<modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>maven-component</artifactId> <artifactId>maven-component</artifactId>
<groupId>maven</groupId> <groupId>maven</groupId>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <groupId>maven</groupId>
<artifactId>maven-user-model</artifactId> <artifactId>maven-user-model</artifactId>
<packaging>jar</packaging> <version>2.0-SNAPSHOT</version>
<name>Maven User Configuration Model</name>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>