Author: davsclaus Date: Thu Jul 22 06:46:35 2010 New Revision: 966517 URL: http://svn.apache.org/viewvc?rev=966517&view=rev Log: Upgraded 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=966517&r1=966516&r2=966517&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Thu Jul 22 06:46:35 2010 @@ -1487,7 +1487,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> <configuration> <formats> <format>html</format> Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=966517&r1=966516&r2=966517&view=diff ============================================================================== --- camel/trunk/pom.xml (original) +++ camel/trunk/pom.xml Thu Jul 22 06:46:35 2010 @@ -214,7 +214,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> <configuration> <check> <branchRate>85</branchRate>