mirror of https://github.com/apache/maven.git
14 lines
358 B
XML
14 lines
358 B
XML
<model>
|
|
<parent>
|
|
<artifactId>maven-component</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-meeper</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>Maven Meper</name>
|
|
<version>0.1-SNAPSHOT</version>
|
|
<description></description>
|
|
</model>
|