Repository: hadoop
Updated Branches:
  refs/heads/trunk bbe80cdc7 -> 344a10ad5


YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry. 
Contributed by Yi Liu


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/344a10ad
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/344a10ad
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/344a10ad

Branch: refs/heads/trunk
Commit: 344a10ad5e26c25abd62eda65eec2820bb808a74
Parents: bbe80cd
Author: Jason Lowe <[email protected]>
Authored: Mon Oct 13 15:37:50 2014 +0000
Committer: Jason Lowe <[email protected]>
Committed: Mon Oct 13 15:37:50 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/344a10ad/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index a289b03..9e61b2d 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -627,6 +627,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/344a10ad/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 05d8f23..b1797c8 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>

Reply via email to