From 2d9c559ef5745fa9e2dbce67938bec7f0ca36ed6 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 28 May 2005 07:54:57 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.9.1 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@178862 13f79535-47bb-0310-9956-ffa450edef68 --- clover/project.xml | 9 ++++++++- clover/xdocs/changes.xml | 15 ++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/clover/project.xml b/clover/project.xml index f6eac306..06ca0682 100644 --- a/clover/project.xml +++ b/clover/project.xml @@ -1,4 +1,5 @@ + + ../plugin-parent/project.xml 3 maven-clover-plugin Maven Clover Plugin - 1.9.1-SNAPSHOT + 1.9.1 The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). Produce Clover reports http://maven.apache.org/reference/plugins/clover/ @@ -68,6 +70,11 @@ 1.9 MAVEN_CLOVER_1_9 + + 1.9.1 + 1.9.1 + MAVEN_CLOVER_1_9_1 + diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index 4f2c5999..aaea3281 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -25,14 +25,15 @@ Emmanuel Venisse - - - Fixed the clover:test-single goal which was wrongly - calling the clover:swing-report-internal (should have - been clover:swing-report). + + Fixed the + clover:test-singlegoal which was wrongly calling the + clover:swing-report-internal(should have been + clover:swing-report). - - Fixed bug when maven.test.failure.ignore is null. + Fixed bug when + maven.test.failure.ignoreis + null.