mirror of https://github.com/apache/maven.git
16 lines
389 B
XML
16 lines
389 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<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>
|