align to other plugins

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-20 09:37:57 +00:00
parent 15a6120bde
commit 8c840a72ae
1 changed files with 16 additions and 3 deletions

View File

@ -2,14 +2,27 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>maven-plugin-parent</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
</parent>
<artifactId>maven-clover-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Clover Plugin</name>
<description>Maven plugin for Clover</description>
<version>1.0-SNAPSHOT</version>
<inceptionYear>2005</inceptionYear>
<developers>
<developer>
<id>vmassol</id>
<name>Vincent Massol</name>
<email>vmassol@apache.org</email>
<organization>Apache Software Foundation</organization>
<roles>
<role>Architect</role>
<role>Release Manager</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
@ -39,7 +52,7 @@
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.4</version>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>