mirror of https://github.com/apache/maven.git
17 lines
480 B
XML
17 lines
480 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 MBoot</name>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-mboot</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
<description>Tool used to bootstrap m2.</description>
|
||
|
<shortDescription>Tool used to bootstrap m2.</shortDescription>
|
||
|
</project>
|