HADOOP-11266. Remove no longer supported activation properties for packaging from pom. Contributed by Masatake Iwasaki.

This commit is contained in:
Haohui Mai 2014-11-05 11:15:28 -08:00
parent b4c951ab83
commit bc80251b12
2 changed files with 4 additions and 1 deletions

View File

@ -400,6 +400,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now()
(vinayakumarb)
HADOOP-11266. Remove no longer supported activation properties for packaging
from pom. (Masatake Iwasaki via wheat9)
Release 2.6.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -77,7 +77,7 @@
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>tar|rpm|deb</name>
<name>tar</name>
</property>
</activation>
<build>