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.