You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ws...@apache.org on 2008/01/07 01:29:24 UTC

svn commit: r609480 - /maven/archiva/trunk/pom.xml

Author: wsmoak
Date: Sun Jan  6 16:29:24 2008
New Revision: 609480

URL: http://svn.apache.org/viewvc?rev=609480&view=rev
Log:
Use the new Cobertura plugin, version 2.2

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=609480&r1=609479&r2=609480&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Sun Jan  6 16:29:24 2008
@@ -805,7 +805,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.0</version>
+            <version>2.2</version>
             <configuration>
               <check>
                 <!-- TODO: raise to 85/100 -->