Author: dennisl
Date: Sat Oct 31 21:03:09 2009
New Revision: 831593

URL: http://svn.apache.org/viewvc?rev=831593&view=rev
Log:
Revert back to Cobertura Maven Plugin 2.2 in the reporting section, to enable 
Java 1.4 to be used during releases.

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=831593&r1=831592&r2=831593&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Oct 31 21:03:09 2009
@@ -699,7 +699,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.3</version>
+            <version>2.2</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>


Reply via email to