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

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f96b6f  ARROW-3481: [Java] Fix java building failure with Maven 3.5.4
7f96b6f is described below

commit 7f96b6feb1d12d2bccba70b7c1aadc52ff4e337e
Author: Yuhong Guo <yuhong....@antfin.com>
AuthorDate: Mon Feb 4 16:39:40 2019 +0100

    ARROW-3481: [Java] Fix java building failure with Maven 3.5.4
    
    This problem happens in some rare case.
    When there are arrow lib build by old maven, but now current maven is 
updated to 3.5.4. This problem could happen and raise a building failure.
    
    Author: Yuhong Guo <yuhong....@antfin.com>
    
    Closes #2738 from guoyuhong/fixJavaBuild and squashes the following commits:
    
    74665109 <Yuhong Guo> Fix java build with Maven 3.5.4
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 9093bfa..57005b9 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -368,7 +368,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M1</version>
+          <version>3.0.0-M2</version>
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>

Reply via email to