You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2019/10/15 07:59:36 UTC

[directory-kerby] branch trunk updated: DIRKRB-736 Upgrade Hadoop version.

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

plusplusjiajia pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 079cfc8  DIRKRB-736 Upgrade Hadoop version.
079cfc8 is described below

commit 079cfc89ea90d5aec9da6ca662d049a6507e9634
Author: Jiajia Li <ji...@intel.com>
AuthorDate: Tue Oct 15 15:26:22 2019 +0800

    DIRKRB-736 Upgrade Hadoop version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e44683..60891c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
     <mockito.version>2.27.0</mockito.version>
     <netty.version>4.1.42.Final</netty.version>
-    <hadoop.version>3.1.1</hadoop.version>
+    <hadoop.version>3.1.2</hadoop.version>
     <bouncycastle.version>1.64</bouncycastle.version>
     <jersey.container.version>2.17</jersey.container.version>
     <jersey.version>1.19.4</jersey.version>