You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/06/21 20:42:15 UTC

[orc] 01/02: ORC-497 - Fix build failures for maven 3.6.x

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 6b22e6b2e14155fc18a045c601c32d2a0512b88b
Author: Sandeep More <mo...@apache.org>
AuthorDate: Mon Apr 29 12:55:42 2019 -0400

    ORC-497 - Fix build failures for maven 3.6.x
    
    Fixes #390
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index b88d8f0..ea055b9 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -175,7 +175,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.3</version>
+          <version>3.0.5</version>
           <configuration>
             <effort>Max</effort>
             <excludeFilterFile>${basedir}/src/findbugs/exclude.xml</excludeFilterFile>