HADOOP-11266. Remove no longer supported activation properties for packaging from pom. Contributed by Masatake Iwasaki.
This commit is contained in:
parent
b4c951ab83
commit
bc80251b12
|
@ -400,6 +400,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now()
|
HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now()
|
||||||
(vinayakumarb)
|
(vinayakumarb)
|
||||||
|
|
||||||
|
HADOOP-11266. Remove no longer supported activation properties for packaging
|
||||||
|
from pom. (Masatake Iwasaki via wheat9)
|
||||||
|
|
||||||
Release 2.6.0 - UNRELEASED
|
Release 2.6.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>false</activeByDefault>
|
<activeByDefault>false</activeByDefault>
|
||||||
<property>
|
<property>
|
||||||
<name>tar|rpm|deb</name>
|
<name>tar</name>
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue