This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 45b1c86fe51 HADOOP-19294. NPE on maven enforcer with -Pnative on arm mac (#7082) 45b1c86fe51 is described below commit 45b1c86fe51ec09fc0ffc1083a4996c34f49719b Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Tue Oct 1 14:34:05 2024 +0100 HADOOP-19294. NPE on maven enforcer with -Pnative on arm mac (#7082) Update maven-enforcer-plugin.version to 3.5.0 Contributed by Steve Loughran --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 964c23c6cb5..1d4fda50677 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version> <maven-assembly-plugin.version>2.4</maven-assembly-plugin.version> <maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version> - <maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version> + <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> <restrict-imports.enforcer.version>2.0.0</restrict-imports.enforcer.version> <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version> <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org