diff --git a/dashboard/project.xml b/dashboard/project.xml index d274bad8..b69d0263 100644 --- a/dashboard/project.xml +++ b/dashboard/project.xml @@ -23,7 +23,7 @@ 3 maven-dashboard-plugin Maven Dashboard Plugin - 1.6-SNAPSHOT + 1.6 Generate a dashboard containing global statistics about other maven reports Generate a statistic dashboard http://maven.apache.org/reference/plugins/dashboard/ @@ -65,6 +65,11 @@ 1.5 MAVEN_DASHBOARD_1_5 + + 1.6 + 1.6 + MAVEN_DASHBOARD_1_6 + diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 5b124746..f0920f5f 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -24,17 +24,10 @@ Vincent Massol - - - Added Maven Change Log aggregators. - - - Added Maven Tasks List aggregators. - - - Added Findbugs aggregators which were supposed to have been committed - in the previous version but which somehow were not... - + + Added Maven Change Log aggregators. + Added Maven Tasks List aggregators. + Added Findbugs aggregators which were supposed to have been committed in the previous version but which somehow were not... Added dashboard report example to the Dashboard plugin web site.