[ http://jira.codehaus.org/browse/MCOBERTURA-55?page=comments#action_81956 ] Gary Kind commented on MCOBERTURA-55: -------------------------------------
Ok, that's fine. I made the changes manually and everything works fine. Oh and by the way, I am using maven 2.0.4 so you might want to bump that up in the new pom file. There do not seem to be any compatibility issues. > cobertura-maven-plugin-2.0.pom still has cobertura and cobertura-runtime 1.7 > as dependencies -- needs to move up to 1.8 > ----------------------------------------------------------------------------------------------------------------------- > > Key: MCOBERTURA-55 > URL: http://jira.codehaus.org/browse/MCOBERTURA-55 > Project: Maven 2.x Cobertura Plugin > Issue Type: Bug > Reporter: Gary Kind > Priority: Minor > > cobertura-maven-plugin-2.0.pom still has cobertura and cobertura-runtime 1.7 > as dependencies -- needs to move up to 1.8. 1.8 is out and has additional > functionality that is desirable: > <dependency> > <groupId>cobertura</groupId> > <artifactId>cobertura</artifactId> > <version>1.7</version> <<=== change to 1.8 > </dependency> > <dependency> > <groupId>cobertura</groupId> > <artifactId>cobertura-runtime</artifactId> > <version>1.7</version> <<=== change to 1.8 > <type>pom</type> > </dependency> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
