Author: psteitz Date: Sun Aug 5 15:52:35 2007 New Revision: 562980 URL: http://svn.apache.org/viewvc?view=rev&rev=562980 Log: Step coberta back down to 2.0 - was causing build failures.
Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?view=diff&rev=562980&r1=562979&r2=562980 ============================================================================== --- commons/proper/math/trunk/pom.xml (original) +++ commons/proper/math/trunk/pom.xml Sun Aug 5 15:52:35 2007 @@ -228,6 +228,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> + <version>2.0</version> <executions> <execution> <goals> @@ -265,7 +266,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.1</version> + <version>2.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>