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

This commit is contained in:
Jason Lowe 2014-10-13 15:37:50 +00:00
parent bbe80cdc7b
commit 344a10ad5e
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -130,6 +130,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>src/main/resources/.keep</exclude>
</excludes>
</configuration>
</plugin>