mirror of https://github.com/apache/maven.git
24 lines
670 B
XML
24 lines
670 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<name>Maven Model</name>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-model</artifactId>
|
|
<currentVersion>3.0.0-SNAPSHOT</currentVersion>
|
|
<description>Maven Model</description>
|
|
<shortDescription>Maven Model</shortDescription>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-modello-plugin</artifactId>
|
|
<version>0.9-SNAPSHOT</version>
|
|
<type>plugin</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
<version>1.0-alpha-1-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|