You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/05/20 01:51:18 UTC

[hadoop] branch branch-3.3.1 updated: HADOOP-17663. Remove useless property hadoop.assemblies.version in pom file. (#3025)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3.1 by this push:
     new 72ad7d6  HADOOP-17663. Remove useless property hadoop.assemblies.version in pom file. (#3025)
72ad7d6 is described below

commit 72ad7d65386496e76df07c5c752fe388b33ba2f0
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu May 20 10:47:33 2021 +0900

    HADOOP-17663. Remove useless property hadoop.assemblies.version in pom file. (#3025)
    
    Reviewed-by: Wei-Chiu Chuang <we...@apache.org>
    (cherry picked from commit 3f5a66c1583f6b8f21f4e8db73ce0d65d019e33c)
    
     Conflicts:
    	hadoop-project/pom.xml
    
    (cherry picked from commit 86682a83aadb7dd6f086d4bcd305b3f34f4b07f0)
---
 hadoop-project/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 59279ad..441a71f 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -52,7 +52,6 @@
 
     <kafka.version>2.4.0</kafka.version>
 
-    <hadoop.assemblies.version>3.3.1</hadoop.assemblies.version>
     <commons-daemon.version>1.0.13</commons-daemon.version>
 
     <test.build.dir>${project.build.directory}/test-dir</test.build.dir>

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org