You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/07 02:59:07 UTC

svn commit: r1143617 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Thu Jul  7 00:59:07 2011
New Revision: 1143617

URL: http://svn.apache.org/viewvc?rev=1143617&view=rev
Log:
updated cobertura plugin version

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1143617&r1=1143616&r2=1143617&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Jul  7 00:59:07 2011
@@ -708,7 +708,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.5</version>
+            <version>2.5.1</version>
             <executions>
               <execution>
                 <phase>clean</phase>
@@ -759,7 +759,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.5</version>
+            <version>2.5.1</version>
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>