This is an automated email from the ASF dual-hosted git repository.
garyw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 1121a82 MNEMONIC-743: Update source-assembly file to include redis
memory service module
1121a82 is described below
commit 1121a82aff59a3f91899e4461b2db774a09fc39d
Author: Zhen Li <[email protected]>
AuthorDate: Wed Apr 27 20:37:10 2022 -0700
MNEMONIC-743: Update source-assembly file to include redis memory service
module
Signed-off-by: Zhen Li <[email protected]>
---
tools/source-assembly.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/source-assembly.xml b/tools/source-assembly.xml
index b886c24..e1e0a5a 100644
--- a/tools/source-assembly.xml
+++ b/tools/source-assembly.xml
@@ -76,6 +76,7 @@
</moduleSet>
<moduleSet>
<includes>
+ <include>org.apache.mnemonic:mnemonic-redis-service</include>
<include>org.apache.mnemonic:mnemonic-pmalloc-service</include>
<include>org.apache.mnemonic:mnemonic-nvml-vmem-service</include>
<include>org.apache.mnemonic:mnemonic-nvml-pmem-service</include>