mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162739 13f79535-47bb-0310-9956-ffa450edef68
22 lines
539 B
XML
22 lines
539 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>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|