This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch revert-6664-HADOOP-19071-V3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 83cefeeb5e9db4e79be4d883a5a968e96712e148 Author: slfan1989 <55643692+slfan1...@users.noreply.github.com> AuthorDate: Sat Jun 8 14:47:36 2024 +0800 Revert "HADOOP-19071. Update maven-surefire-plugin from 3.0.0 to 3.2.5. (#666…" This reverts commit 88ad7db80de6f5e2d6185d5c397b32218d6c20ea. --- hadoop-project/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index a8ef068bf8da..5b63dd129d6e 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -170,7 +170,7 @@ <!-- Plugin versions and config --> <maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> + <maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version> <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> @@ -2450,7 +2450,6 @@ <DYLD_LIBRARY_PATH>${env.DYLD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib:${hadoop.common.build.dir}/native/target/usr/local/lib</DYLD_LIBRARY_PATH> <MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX> </environmentVariables> - <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests> <trimStackTrace>false</trimStackTrace> <systemPropertyVariables> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org