Repository: incubator-ratis Updated Branches: refs/heads/master 9d65b502c -> a0843f4c2
RATIS-294. Fix ratis-hadoop CVEs. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/a0843f4c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/a0843f4c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/a0843f4c Branch: refs/heads/master Commit: a0843f4c2745ef0812107b48a52d2ca083a02eaa Parents: 9d65b50 Author: Tsz Wo Nicholas Sze <[email protected]> Authored: Fri Sep 28 10:31:56 2018 -0700 Committer: Tsz Wo Nicholas Sze <[email protected]> Committed: Fri Sep 28 10:31:56 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a0843f4c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8fa43ab..123aeb2 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ <shell-executable>bash</shell-executable> - <hadoop.version>3.0.0-alpha1</hadoop.version> + <hadoop.version>3.1.1</hadoop.version> <hadoop-maven-plugins.version>${hadoop.version}</hadoop-maven-plugins.version> <!-- define the Java language version used by the compiler -->
