You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2018/10/04 18:23:02 UTC

knox git commit: KNOX-1501 - Upgrade hadoop to 3.1.1

Repository: knox
Updated Branches:
  refs/heads/master 427242bc9 -> a60062273


KNOX-1501 - Upgrade hadoop to 3.1.1

Signed-off-by: Kevin Risden <kr...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/a6006227
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/a6006227
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/a6006227

Branch: refs/heads/master
Commit: a60062273d0f2e480eda282f283cf1845650965a
Parents: 427242b
Author: Kevin Risden <kr...@apache.org>
Authored: Wed Oct 3 09:04:34 2018 -0400
Committer: Kevin Risden <kr...@apache.org>
Committed: Thu Oct 4 14:22:43 2018 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/a6006227/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ce895a..3ad1ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
         <findsecbugs-plugin.version>1.8.0</findsecbugs-plugin.version>
         <forbiddenapis.version>2.6</forbiddenapis.version>
         <groovy.version>2.5.2</groovy.version>
-        <hadoop.version>3.0.0</hadoop.version>
+        <hadoop.version>3.1.1</hadoop.version>
         <hamcrest.version>1.3</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>
         <httpclient.version>4.5.6</httpclient.version>