Author: ebourg
Date: Wed Oct 9 12:58:30 2013
New Revision: 1530591
URL: http://svn.apache.org/r1530591
Log:
Align the version of the plugins with the parent pom
Modified:
commons/proper/jci/trunk/pom.xml
Modified: commons/proper/jci/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1530591&r1=1530590&r2=1530591&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Wed Oct 9 12:58:30 2013
@@ -176,11 +176,6 @@
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>1.2</version>
</plugin>
@@ -217,7 +212,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
- <version>2.1</version>
+ <version>${commons.jxr.version}</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
@@ -225,7 +220,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.5</version>
+ <version>${commons.javadoc.version}</version>
<configuration>
<aggregate>true</aggregate>
</configuration>