Repository: hadoop Updated Branches: refs/heads/branch-3.0 85db3b2ae -> 619d61080
HADOOP-14653. Update joda-time version to 2.9.9. (rchiang) (cherry picked from commit a6432ba5a177ec3d3a95fa79e313a9bbc531a1e7) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/619d6108 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/619d6108 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/619d6108 Branch: refs/heads/branch-3.0 Commit: 619d61080c4c436a13f4f1828a47e2cc8680be1f Parents: 85db3b2 Author: Ray Chiang <[email protected]> Authored: Tue Sep 12 11:12:44 2017 -0700 Committer: Ray Chiang <[email protected]> Committed: Tue Sep 12 11:13:21 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/619d6108/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/619d6108/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index a0420a4..c34b1c9 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]
