[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:
vmassol 2004-10-15 07:28:31 +00:00
parent e9d08a14dd
commit b48f2ffb94
2 changed files with 17 additions and 20 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-dashboard-plugin</id> <id>maven-dashboard-plugin</id>
<name>Maven Dashboard Plugin</name> <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> <description>Generate a dashboard containing global statistics about other maven reports</description>
<shortDescription>Generate a statistic dashboard</shortDescription> <shortDescription>Generate a statistic dashboard</shortDescription>
<url>http://maven.apache.org/reference/plugins/dashboard/</url> <url>http://maven.apache.org/reference/plugins/dashboard/</url>
@ -60,6 +60,11 @@
<name>1.4</name> <name>1.4</name>
<tag>MAVEN_DASHBOARD_1_4</tag> <tag>MAVEN_DASHBOARD_1_4</tag>
</version> </version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_DASHBOARD_1_5</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -24,28 +24,20 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.5-SNAPSHOT" date="in CVS"> <release version="1.5" date="2004-10-15">
<action dev="vmassol" type="add"> <action dev="vmassol" type="add">Added dashboard report example to the Dashboard plugin web site.</action>
Added dashboard report example to the Dashboard plugin web site. <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>
<action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto"> <action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">Added new
Added new <code>fbfiles</code> aggregator that computes FindBugs total <code>fbviolations</code>aggregator that computes FindBugs total number of violations.
number of files with violations.
</action> </action>
<action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto"> <action dev="vmassol" type="add" issue="MPDASHBOARD-3" due-to="Nascif Abousalh-Neto">Added percentage bar graphs to the report.</action>
Added new <code>fbviolations</code> aggregator that computes FindBugs <action dev="vmassol" type="add" issue="MPDASHBOARD-12" due-to="Thomas Recloux">Added new
total number of violations. <code>jcoverageloc</code>aggregator that computes JCoverage total lines of code.
</action> </action>
<action dev="vmassol" type="add" issue="MPDASHBOARD-3" due-to="Nascif Abousalh-Neto"> <action dev="vmassol" type="add" issue="MPDASHBOARD-11" due-to="Thomas Recloux">Added new
Added percentage bar graphs to the report. <code>jcoveragelipc</code>aggregator that computes JCoverage lines percentage.
</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> </action>
</release> </release>
<release version="1.4" date="2004-08-15"> <release version="1.4" date="2004-08-15">