Author: mbenson Date: Tue Aug 3 22:51:49 2010 New Revision: 982059 URL: http://svn.apache.org/viewvc?rev=982059&view=rev Log: upgrade checkstyle and cobertura plugins Modified: commons/sandbox/functor/trunk/pom.xml Modified: commons/sandbox/functor/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=982059&r1=982058&r2=982059&view=diff ============================================================================== --- commons/sandbox/functor/trunk/pom.xml (original) +++ commons/sandbox/functor/trunk/pom.xml Tue Aug 3 22:51:49 2010 @@ -33,7 +33,7 @@ A "functor" is an entity that serves the role of a function but can be operated upon like an object. Commons Functor - defines common functor and functor-related iterfaces, + defines common functor and functor-related interfaces, implementations, and utilities. http://commons.apache.org/sandbox/functor/ @@ -115,11 +115,16 @@ maven-checkstyle-plugin - 2.1 + 2.2 ${basedir}/checkstyle.xml + + org.codehaus.mojo + cobertura-maven-plugin + 2.4 +