Author: niallp
Date: Mon Jan 7 18:27:54 2008
New Revision: 609839
URL: http://svn.apache.org/viewvc?rev=609839&view=rev
Log:
Specify the latest release of the Cobertura plugin
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=609839&r1=609838&r2=609839&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Jan 7 18:27:54 2008
@@ -164,6 +164,11 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>