mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
cb0c6ad6c4
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162855 13f79535-47bb-0310-9956-ffa450edef68
17 lines
450 B
XML
17 lines
450 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 Model</name>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-model</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<description>Maven Model</description>
|
|
<shortDescription>Maven Model</shortDescription>
|
|
</project>
|