You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/09/20 09:15:18 UTC

svn commit: r816989 - in /camel/trunk: parent/pom.xml pom.xml

Author: davsclaus
Date: Sun Sep 20 07:15:18 2009
New Revision: 816989

URL: http://svn.apache.org/viewvc?rev=816989&view=rev
Log:
Upgraded to newer cobertura

Modified:
    camel/trunk/parent/pom.xml
    camel/trunk/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=816989&r1=816988&r2=816989&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sun Sep 20 07:15:18 2009
@@ -1137,7 +1137,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.2</version>
+            <version>2.3</version>
             <configuration>
               <formats>
                 <format>html</format>

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=816989&r1=816988&r2=816989&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Sun Sep 20 07:15:18 2009
@@ -206,7 +206,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>cobertura-maven-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.3</version>
           <configuration>
             <check>
               <branchRate>85</branchRate>