You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vm...@apache.org on 2005/10/28 10:56:52 UTC

svn commit: r329161 - /maven/components/trunk/maven-plugins/maven-clover-plugin/pom.xml

Author: vmassol
Date: Fri Oct 28 01:56:48 2005
New Revision: 329161

URL: http://svn.apache.org/viewcvs?rev=329161&view=rev
Log:
MNG-1350: Upgrade to Clover 1.3.10_01

Modified:
    maven/components/trunk/maven-plugins/maven-clover-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-clover-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-clover-plugin/pom.xml?rev=329161&r1=329160&r2=329161&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-clover-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-clover-plugin/pom.xml Fri Oct 28 01:56:48 2005
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>clover</groupId>
       <artifactId>clover</artifactId>
-      <version>1.3.9</version>
+      <version>1.3.10_01</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>