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 2006/09/21 16:40:53 UTC

svn commit: r448569 - in /maven/maven-1/plugins/trunk/clover: project.xml xdocs/changes.xml

Author: vmassol
Date: Thu Sep 21 07:40:52 2006
New Revision: 448569

URL: http://svn.apache.org/viewvc?view=rev&rev=448569
Log:
MPCLOVER-56: Upgrade to Clover 1.3.13

Modified:
    maven/maven-1/plugins/trunk/clover/project.xml
    maven/maven-1/plugins/trunk/clover/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/clover/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/clover/project.xml?view=diff&rev=448569&r1=448568&r2=448569
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Thu Sep 21 07:40:52 2006
@@ -127,9 +127,9 @@
   </developers>
   <dependencies>
     <dependency>
-      <groupId>clover</groupId>
+      <groupId>com.cenqua.clover</groupId>
       <artifactId>clover</artifactId>
-      <version>1.3.11</version>
+      <version>1.3.13</version>
       <properties>
         <classloader>root</classloader>
       </properties>

Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/clover/xdocs/changes.xml?view=diff&rev=448569&r1=448568&r2=448569
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Thu Sep 21 07:40:52 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.12-SNAPSHOT" date="in SVN">
+      <action dev="vmassol" type="update" issue="MPCLOVER-56">Upgrade to Clover 1.3.13.</action>
       <action dev="ltheussl" type="fix" issue="MPCLOVER-57"><code>clover:merge</code> should use <code>maven.multiproject.basedir</code>.</action>
     </release>
     <release version="1.11" date="2006-02-05">