You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2011/04/08 21:03:55 UTC

svn commit: r1090402 - /turbine/core/trunk/pom.xml

Author: tv
Date: Fri Apr  8 19:03:55 2011
New Revision: 1090402

URL: http://svn.apache.org/viewvc?rev=1090402&view=rev
Log:
Seems that a current version of the Cobertura plugin does the trick

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1090402&r1=1090401&r2=1090402&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Fri Apr  8 19:03:55 2011
@@ -823,7 +823,7 @@
         <!-- get test coverage for regression tests -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.4</version>
       </plugin>      
       <plugin>
         <!-- generate the changes report from changes.xml -->