This is an automated email from the ASF dual-hosted git repository. slfan1989 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 88ad7db80de6 HADOOP-19071. Update maven-surefire-plugin from 3.0.0 to 3.2.5. (#6664) Contributed by Shilun Fan. 88ad7db80de6 is described below commit 88ad7db80de6f5e2d6185d5c397b32218d6c20ea Author: slfan1989 <55643692+slfan1...@users.noreply.github.com> AuthorDate: Sat Apr 27 20:30:21 2024 +0800 HADOOP-19071. Update maven-surefire-plugin from 3.0.0 to 3.2.5. (#6664) Contributed by Shilun Fan. Reviewed-by: Steve Loughran <ste...@cloudera.com> Reviewed-by: Ayush Saxena <ayushsax...@apache.org> Signed-off-by: Shilun Fan <slfan1...@apache.org> --- hadoop-project/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index c2b5fbe9d60d..9c812554c4d0 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -169,7 +169,7 @@ <!-- Plugin versions and config --> <maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> - <maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version> + <maven-surefire-plugin.version>3.2.5</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> @@ -2439,6 +2439,7 @@ <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