From a4d7231cfe6ad36cb0d5c66b49d3debeaeeb17d6 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 26 Nov 2004 19:18:23 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.6 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116265 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/project.xml | 7 ++++++- dashboard/xdocs/changes.xml | 15 ++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) 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.