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/04/29 18:06:27 UTC

[orc] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new 5176307  ORC-497 - Fix build failures for maven 3.6.x
5176307 is described below

commit 5176307a7d99d372adcb1a5c652d574b18658986
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 d742088..18d2461 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -176,7 +176,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>