mirror of https://github.com/apache/maven.git
21 lines
567 B
XML
21 lines
567 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>../project.xml</extend>
|
|
<name>Maven Model</name>
|
|
<groupId>maven</groupId>
|
|
<id>maven-model</id>
|
|
<artifactId>maven-model</artifactId>
|
|
<currentVersion>2.0-SNAPSHOT</currentVersion>
|
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
|
<description>Maven Model</description>
|
|
<shortDescription>Maven Model</shortDescription>
|
|
<dependencies>
|
|
<dependency>
|
|
<artifactId>xpp3</artifactId>
|
|
<groupId>xpp3</groupId>
|
|
<version>1.1.3.3</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|