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


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

Branch: refs/heads/HDFS-EC
Commit: bc80251b1212eca286b48c27b2d1ec1094d20a6a
Parents: b4c951a
Author: Haohui Mai <whe...@apache.org>
Authored: Wed Nov 5 11:15:28 2014 -0800
Committer: Haohui Mai <whe...@apache.org>
Committed: Wed Nov 5 11:15:28 2014 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++
 hadoop-dist/pom.xml                             | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/bc80251b/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index fd8528e..dbfb7df 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/bc80251b/hadoop-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-dist/pom.xml b/hadoop-dist/pom.xml
index 679ae1d..0c82332 100644
--- a/hadoop-dist/pom.xml
+++ b/hadoop-dist/pom.xml
@@ -77,7 +77,7 @@
       <activation>
         <activeByDefault>false</activeByDefault>
         <property>
-          <name>tar|rpm|deb</name>
+          <name>tar</name>
         </property>
       </activation>
       <build>

Reply via email to