[maven-scm-plugin] prepare release 1.5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9d08a14dd
commit
b48f2ffb94
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-dashboard-plugin</id>
|
||||
<name>Maven Dashboard Plugin</name>
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.5</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>
|
||||
@ -60,6 +60,11 @@
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_DASHBOARD_1_4</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.5</id>
|
||||
<name>1.5</name>
|
||||
<tag>MAVEN_DASHBOARD_1_5</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -24,28 +24,20 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5-SNAPSHOT" date="in CVS">
|
||||
<action dev="vmassol" type="add">
|
||||
Added dashboard report example to the Dashboard plugin web site.
|
||||
<release version="1.5" date="2004-10-15">
|
||||
<action dev="vmassol" type="add">Added dashboard report example to the Dashboard plugin web site.</action>
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">Added new
|
||||
<code>fbfiles</code>aggregator that computes FindBugs total number of files with violations.
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">
|
||||
Added new <code>fbfiles</code> aggregator that computes FindBugs total
|
||||
number of files with violations.
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">Added new
|
||||
<code>fbviolations</code>aggregator that computes FindBugs total number of violations.
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">
|
||||
Added new <code>fbviolations</code> aggregator that computes FindBugs
|
||||
total number of violations.
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-3" due-to="Nascif Abousalh-Neto">Added percentage bar graphs to the report.</action>
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-12" due-to="Thomas Recloux">Added new
|
||||
<code>jcoverageloc</code>aggregator that computes JCoverage total lines of code.
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-3" due-to="Nascif Abousalh-Neto">
|
||||
Added percentage bar graphs to the report.
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-12" due-to="Thomas Recloux">
|
||||
Added new <code>jcoverageloc</code> aggregator that computes JCoverage total
|
||||
lines of code.
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-11" due-to="Thomas Recloux">
|
||||
Added new <code>jcoveragelipc</code> aggregator that computes JCoverage
|
||||
lines percentage.
|
||||
<action dev="vmassol" type="add" issue="MPDASHBOARD-11" due-to="Thomas Recloux">Added new
|
||||
<code>jcoveragelipc</code>aggregator that computes JCoverage lines percentage.
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.4" date="2004-08-15">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user