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

chaow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new ee908fb  bug fix:correct cluster to iotdb-cluster when pacakging zip 
files (#2954)
ee908fb is described below

commit ee908fb63c942ab7e2a66133a0d4ec7d838eab86
Author: HouliangQi <[email protected]>
AuthorDate: Wed Mar 31 16:42:27 2021 +0800

    bug fix:correct cluster to iotdb-cluster when pacakging zip files (#2954)
---
 distribution/src/assembly/all.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/assembly/all.xml 
b/distribution/src/assembly/all.xml
index 001ad75..11f16e7 100644
--- a/distribution/src/assembly/all.xml
+++ b/distribution/src/assembly/all.xml
@@ -31,7 +31,7 @@
             <includes>
                 <include>*:iotdb-server:zip:*</include>
                 <include>*:iotdb-cli:zip:*</include>
-                <include>*:cluster:zip:*</include>
+                <include>*:iotdb-cluster:zip:*</include>
             </includes>
             <outputDirectory>${file.separator}</outputDirectory>
             
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>

Reply via email to