- Start work on 1.3 version

- Start exploring plugin dependencies


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-12-05 14:18:14 +00:00
parent 2b27d00da4
commit 931e951c75
2 changed files with 28 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-dashboard-plugin</id>
<name>Maven Dashboard Plugin</name>
<currentVersion>1.2</currentVersion>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<description>Generate a dashboard containing global statistics about other maven reports</description>
<shortDescription>Generate a statistic dashboard</shortDescription>
<url>http://maven.apache.org/reference/plugins/dashboard/</url>
@@ -31,6 +31,11 @@
<name>1.2</name>
<tag>MAVEN_DASHBOARD_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>HEAD</tag>
</version>
</versions>
<developers>
<developer>
@@ -52,7 +57,20 @@
<email>jdt@roe.ac.uk</email>
</contributor>
</contributors>
<dependencies/>
<dependencies>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-clover-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<type>plugin</type>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-junit-report-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<type>plugin</type>
</dependency>
</dependencies>
<reports>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>

View File

@@ -7,11 +7,17 @@
<body>
<release version="1.3" date="in CVS">
<action dev="vmassol" type="update">
Added explicit dependencies on other Maven plugins.
</action>
</release>
<release version="1.2" date="2003-12-04">
<action dev="vmassol">
<action dev="vmassol" type="add">
Added column legends to the dashboard report.
</action>
<action dev="vmassol" due-to="John D Taylor">
<action dev="vmassol" type="add" due-to="John D Taylor">
Added JUnit aggregators.
</action>
<action dev="vmassol" type="add">