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 <[email protected]>
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 <[email protected]>
---
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>