This is an automated email from the ASF dual-hosted git repository. yzhao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mnemonic.git
commit ecf0bfd89929c44fc5dd9c8d06a363cdbfe7d222 Author: Chunyong He <[email protected]> AuthorDate: Sun Jul 11 22:51:38 2021 -0700 MNEMONIC-660: Fix DurablePersonNGTest testcase failure Signed-off-by: Chunyong He <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f7c1316..68dd933 100644 --- a/pom.xml +++ b/pom.xml @@ -372,7 +372,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0-M3</version> + <version>3.0.0-M5</version> <configuration> <skipTests>${skipTests}</skipTests> <enableAssertions>true</enableAssertions>
