You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/07/20 18:20:45 UTC

[mnemonic] 01/02: MNEMONIC-660: Fix DurablePersonNGTest testcase failure

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 <ch...@gmail.com>
AuthorDate: Sun Jul 11 22:51:38 2021 -0700

    MNEMONIC-660: Fix DurablePersonNGTest testcase failure
    
    Signed-off-by: Chunyong He <ch...@gmail.com>
---
 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>