You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by jl...@apache.org on 2014/10/13 17:46:06 UTC

git commit: YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry. Contributed by Yi Liu (cherry picked from commit 344a10ad5e26c25abd62eda65eec2820bb808a74)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 e17e3bdbc -> 9ed9ea8c5


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/9ed9ea8c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9ed9ea8c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9ed9ea8c

Branch: refs/heads/branch-2
Commit: 9ed9ea8c522134dfbd3b6275e9af0e2a3be5f494
Parents: e17e3bd
Author: Jason Lowe <jl...@apache.org>
Authored: Mon Oct 13 15:37:50 2014 +0000
Committer: Jason Lowe <jl...@apache.org>
Committed: Mon Oct 13 15:40:16 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/9ed9ea8c/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index 97b44bf..2cf5a93 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -597,6 +597,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/9ed9ea8c/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>