This is an automated email from the ASF dual-hosted git repository. stevel 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 29362cdf104 HADOOP-18773. Upgrade maven-shade-plugin to 3.4.1 (#5750) 29362cdf104 is described below commit 29362cdf104bc88fa22bcfb379809e971f3ae856 Author: rohit-kb <115476286+rohit...@users.noreply.github.com> AuthorDate: Tue Jun 27 19:34:22 2023 +0530 HADOOP-18773. Upgrade maven-shade-plugin to 3.4.1 (#5750) This is needed to successfully shade the hadoop binaries on recent Java versions. Contributed by Rohit Kumar --- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 8208eaa210f..d1b74fe7e1e 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -176,7 +176,7 @@ <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> - <maven-shade-plugin.version>3.2.1</maven-shade-plugin.version> + <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version> <maven-jar-plugin.version>2.5</maven-jar-plugin.version> <maven-war-plugin.version>3.1.0</maven-war-plugin.version> <maven-source-plugin.version>2.3</maven-source-plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org