YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry. Contributed by Yi Liu
(cherry picked from commit 344a10ad5e
)
This commit is contained in:
parent
e17e3bdbc4
commit
9ed9ea8c52
|
@ -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
|
||||
|
|
|
@ -130,6 +130,7 @@
|
|||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>src/main/resources/.keep</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue