Repository: hadoop Updated Branches: refs/heads/branch-2.6 5dbbabe85 -> eb5faa161
YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry. Contributed by Yi Liu (cherry picked from commit 344a10ad5e26c25abd62eda65eec2820bb808a74) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eb5faa16 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/eb5faa16 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/eb5faa16 Branch: refs/heads/branch-2.6 Commit: eb5faa161a88c608ec7c2e7dd37ee9d8acd4dc5a Parents: 5dbbabe Author: Jason Lowe <[email protected]> Authored: Mon Oct 13 15:37:50 2014 +0000 Committer: Jason Lowe <[email protected]> Committed: Mon Oct 13 15:46:14 2014 +0000 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 3 +++ hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/eb5faa16/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index d5e9a2f..13a09c0 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -564,6 +564,9 @@ Release 2.6.0 - UNRELEASED YARN-2671. Fixed ApplicationSubmissionContext to still set resource for backward compatibility. (Wangda Tan via zjshen) + YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry + (Yi Liu via jlowe) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/eb5faa16/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml index ed80c42..04569db 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml @@ -130,6 +130,7 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> + <exclude>src/main/resources/.keep</exclude> </excludes> </configuration> </plugin>
