mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
83b6e17c2d
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179552 13f79535-47bb-0310-9956-ffa450edef68
24 lines
651 B
XML
24 lines
651 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</currentVersion>
|
|
<description>Maven Model</description>
|
|
<shortDescription>Maven Model</shortDescription>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-modello-plugin</artifactId>
|
|
<version>1.0-alpha-1</version>
|
|
<type>plugin</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
<version>1.0-alpha-3</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|