mirror of https://github.com/apache/maven.git
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:
parent
f9c6aa0f9d
commit
50a0b02bad
|
@ -1,12 +1,14 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>maven-component</artifactId>
|
||||
<groupId>maven</groupId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-user-model</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<name>Maven User Configuration Model</name>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue