Author: ggregory Date: Wed Jul 15 17:33:45 2009 New Revision: 794330 URL: http://svn.apache.org/viewvc?rev=794330&view=rev Log: Fix exception during build, see http://jira.codehaus.org/browse/MCOBERTURA-101
Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=794330&r1=794329&r2=794330&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Wed Jul 15 17:33:45 2009 @@ -226,7 +226,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>