From b48f2ffb94a4bdc393af3a38d75fab97532668af Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 15 Oct 2004 07:28:31 +0000 Subject: [PATCH] [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 --- dashboard/project.xml | 7 ++++++- dashboard/xdocs/changes.xml | 30 +++++++++++------------------- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/dashboard/project.xml b/dashboard/project.xml index 31c2504c..4fe70a83 100644 --- a/dashboard/project.xml +++ b/dashboard/project.xml @@ -23,7 +23,7 @@ 3 maven-dashboard-plugin Maven Dashboard Plugin - 1.5-SNAPSHOT + 1.5 Generate a dashboard containing global statistics about other maven reports Generate a statistic dashboard http://maven.apache.org/reference/plugins/dashboard/ @@ -60,6 +60,11 @@ 1.4 MAVEN_DASHBOARD_1_4 + + 1.5 + 1.5 + MAVEN_DASHBOARD_1_5 + diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 3b39b767..942287bb 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -24,28 +24,20 @@ Vincent Massol - - - Added dashboard report example to the Dashboard plugin web site. + + Added dashboard report example to the Dashboard plugin web site. + Added new + fbfilesaggregator that computes FindBugs total number of files with violations. - - Added new fbfiles aggregator that computes FindBugs total - number of files with violations. + Added new + fbviolationsaggregator that computes FindBugs total number of violations. - - Added new fbviolations aggregator that computes FindBugs - total number of violations. + Added percentage bar graphs to the report. + Added new + jcoveragelocaggregator that computes JCoverage total lines of code. - - Added percentage bar graphs to the report. - - - Added new jcoverageloc aggregator that computes JCoverage total - lines of code. - - - Added new jcoveragelipc aggregator that computes JCoverage - lines percentage. + Added new + jcoveragelipcaggregator that computes JCoverage lines percentage.