HADOOP-14426. Upgrade Kerby version from 1.0.0-RC2 to 1.0.0. Contributed by Jiajia Li.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d049bd2a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d049bd2a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d049bd2a Branch: refs/heads/YARN-1011 Commit: d049bd2a8654c9e46c9111f9d38794644908ac5a Parents: b8b69d7 Author: Wei-Chiu Chuang <[email protected]> Authored: Wed May 24 18:34:48 2017 -0700 Committer: Wei-Chiu Chuang <[email protected]> Committed: Wed May 24 18:34:48 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d049bd2a/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 1d97cfc..5e1da34 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1259,7 +1259,7 @@ <dependency> <groupId>org.apache.kerby</groupId> <artifactId>kerb-simplekdc</artifactId> - <version>1.0.0-RC2</version> + <version>1.0.0</version> </dependency> </dependencies> </dependencyManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
