This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 2a2c3a4 HADOOP-14836. Upgrade maven-clean-plugin to 3.1.0 (#1933)
2a2c3a4 is described below
commit 2a2c3a4094bfa7c8282975e1ed92ecad9f32c8e7
Author: Akira Ajisaka <[email protected]>
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 548ffb3..351a07f 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -158,7 +158,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 b4adb1d..01bb191 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: [email protected]
For additional commands, e-mail: [email protected]