diff --git a/clover/project.xml b/clover/project.xml index 25c9a98b..d835b9df 100644 --- a/clover/project.xml +++ b/clover/project.xml @@ -17,13 +17,12 @@ * limitations under the License. */ --> - ../plugin-parent/project.xml 3 maven-clover-plugin Maven Clover Plugin - 1.10-SNAPSHOT + 1.10 The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). Produce Clover reports http://maven.apache.org/reference/plugins/clover/ @@ -75,6 +74,11 @@ 1.9.1 MAVEN_CLOVER_1_9_1 + + 1.10 + 1.10 + MAVEN_CLOVER_1_10 + @@ -97,10 +101,10 @@ - Stéphane Mor + Stéphane Mor smor stephanemor@yahoo.fr - Hasgard Systèmes et Réseaux + Hasgard Systèmes et Réseaux Java Developer diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index 41ab037c..ef030690 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -17,7 +17,6 @@ * limitations under the License. */ --> - Changes @@ -25,16 +24,15 @@ Emmanuel Venisse - - - Upgrade to Clover 1.3.9. + + Upgrade to Clover 1.3.9. + The + ant:clover-checkAnt task requires + initStringparameter. - - The ant:clover-check Ant task requires initString parameter. - - - When calling clover:on a second time, an updated - maven.compile.src.set was ignored. + When calling + clover:ona second time, an updated + maven.compile.src.setwas ignored.