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:44 UTC

[mnemonic] branch master updated (fd6371b -> 96a7b8f)

This is an automated email from the ASF dual-hosted git repository.

yzhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git.


    from fd6371b  Bump version to 0.16.0-SNAPSHOT
     new ecf0bfd  MNEMONIC-660: Fix DurablePersonNGTest testcase failure
     new 96a7b8f  MNEMONIC-660: Fix DurablePersonNGTest testcase failurei second step

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

[mnemonic] 02/02: MNEMONIC-660: Fix DurablePersonNGTest testcase failurei second step

Posted by yz...@apache.org.
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 96a7b8f58cb728499515419eaf0dbc77fa5fe091
Author: Chunyong He <ch...@gmail.com>
AuthorDate: Sun Jul 18 17:33:06 2021 -0700

    MNEMONIC-660: Fix DurablePersonNGTest testcase failurei second step
    
    Signed-off-by: Chunyong He <ch...@gmail.com>
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68dd933..5fe7857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,7 +376,6 @@
           <configuration>
             <skipTests>${skipTests}</skipTests>
             <enableAssertions>true</enableAssertions>
-            <argLine>-Djava.ext.dirs=${memory.service.dist.dir}:${computing.service.dist.dir}</argLine>
           </configuration>
         </plugin>
         <plugin>

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

Posted by yz...@apache.org.
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>