MPCLOVER-46: Upgrade to Clover 1.3.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@226345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-07-29 11:03:27 +00:00
parent 1af0bf9ca1
commit 5cef435b93
2 changed files with 4 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<dependency>
<groupId>clover</groupId>
<artifactId>clover</artifactId>
<version>1.3.8</version>
<version>1.3.9</version>
<properties>
<classloader>root</classloader>
</properties>

View File

@ -26,6 +26,9 @@
</properties>
<body>
<release version="1.10-SNAPSHOT" date="in svn">
<action dev="vmassol" type="update" isssue="MPCLOVER-46">
Upgrade to Clover 1.3.9.
</action>
<action dev="carlos" type="fix" isssue="MPCLOVER-44">
The <code>ant:clover-check</code> Ant task requires <code>initString</code> parameter.
</action>