HADOOP-14653. Update joda-time version to 2.9.9. (rchiang)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a6432ba5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a6432ba5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a6432ba5 Branch: refs/heads/YARN-5972 Commit: a6432ba5a177ec3d3a95fa79e313a9bbc531a1e7 Parents: 3981825 Author: Ray Chiang <[email protected]> Authored: Tue Sep 12 11:12:44 2017 -0700 Committer: Ray Chiang <[email protected]> Committed: Tue Sep 12 11:12:44 2017 -0700 ---------------------------------------------------------------------- NOTICE.txt | 9 +++++++++ hadoop-project/pom.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a6432ba5/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index c41972b..b5c9c5d 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -576,3 +576,12 @@ The binary distribution of this product bundles binaries of software.amazon.ion:ion-java 1.0.1, which has the following notices: * Amazon Ion Java Copyright 2007-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. + +The binary distribution of this product bundles binaries of +joda-time:joda-time:2.9.9 +which has the following notices: + * ============================================================================= + = NOTICE file corresponding to section 4d of the Apache License Version 2.0 = + ============================================================================= + This product includes software developed by + Joda.org (http://www.joda.org/). http://git-wip-us.apache.org/repos/asf/hadoop/blob/a6432ba5/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index bb4bf44..fc31452 100755 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -90,7 +90,7 @@ <guava.version>11.0.2</guava.version> <guice.version>4.0</guice.version> - <joda-time.version>2.9.4</joda-time.version> + <joda-time.version>2.9.9</joda-time.version> <!-- Required for testing LDAP integration --> <apacheds.version>2.0.0-M21</apacheds.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
