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 2020/04/08 16:49:27 UTC

[hadoop] branch branch-3.3 updated: HADOOP-14836. Upgrade maven-clean-plugin to 3.1.0 (#1933)

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

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


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new e8520fd  HADOOP-14836. Upgrade maven-clean-plugin to 3.1.0 (#1933)
e8520fd is described below

commit e8520fd132d3b5de3f2ab2a9384d7da70856fc32
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Apr 9 01:47:31 2020 +0900

    HADOOP-14836. Upgrade maven-clean-plugin to 3.1.0 (#1933)
    
    
    (cherry picked from commit e53d472bb07fc25d6cc5a13af1bd5ffdbf671164)
---
 hadoop-project/pom.xml                                 | 2 +-
 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index f6c4300..59a458b 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -167,7 +167,7 @@
     <maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
     <maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
 
-    <maven-clean-plugin.version>2.5</maven-clean-plugin.version>
+    <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
     <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
     <maven-install-plugin.version>2.5.1</maven-install-plugin.version>
     <maven-resources-plugin.version>2.6</maven-resources-plugin.version>
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
index 06e589b..7ec11cd 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
@@ -65,7 +65,6 @@
 
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>3.0.0</version>
         <configuration>
           <skip>${keepUIBuildCache}</skip>
           <followSymLinks>false</followSymLinks>


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