Author: bimargulies
Date: Sun Nov 18 22:26:06 2012
New Revision: 1411004
URL: http://svn.apache.org/viewvc?rev=1411004&view=rev
Log:
ACCUMULO-859: site 3.2, m-p-i-r 2.6, changes 2.8, findbugs 2.5.2.
Update to current versions of various reporting-related plugins.
Modified:
accumulo/trunk/pom.xml
Modified: accumulo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1411004&r1=1411003&r2=1411004&view=diff
==============================================================================
--- accumulo/trunk/pom.xml (original)
+++ accumulo/trunk/pom.xml Sun Nov 18 22:26:06 2012
@@ -338,7 +338,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.0</version>
+ <version>3.2</version>
<executions>
<execution>
<id>attach-descriptor</id>
@@ -357,7 +357,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.8</version>
<configuration>
<onlyCurrentVersion>true</onlyCurrentVersion>
<statusIds>closed,resolved</statusIds>
@@ -400,7 +400,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.4.0</version>
+ <version>2.5.2</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
@@ -417,7 +417,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.4</version>
+ <version>2.6</version>
<configuration>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>