mirror of https://github.com/apache/maven.git
15 lines
352 B
XML
15 lines
352 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<project>
|
||
|
<parent>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-component</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
<name>Maven Meper</name>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-meeper</artifactId>
|
||
|
<version>0.1-SNAPSHOT</version>
|
||
|
<description></description>
|
||
|
</project>
|