[MNG-6176] Upgrade findbugs to 3.0.4 so that the site can be built with Java 7 
and 8


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/55eeb325
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/55eeb325
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/55eeb325

Branch: refs/heads/mvn-3.5.1/MNG-6174
Commit: 55eeb325cd0ddb2a093196f4804e232d45bcc54a
Parents: b12905c
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Sat Mar 18 12:32:06 2017 +0000
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Sat Mar 18 12:34:45 2017 +0000

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/55eeb325/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a64bae..bb95b7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,6 +531,11 @@ under the License.
             </lifecycleMappingMetadata>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>findbugs-maven-plugin</artifactId>
+          <version>3.0.4</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>

Reply via email to