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.