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

neuyilan 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 92e4755  [IOTDB-1265] fix bug: correct cluster to iotdb-cluster (#2949)
92e4755 is described below

commit 92e4755ec32d524897c02508c113a1ab84b1a969
Author: jamber001 <[email protected]>
AuthorDate: Wed Mar 31 08:58:36 2021 +0800

    [IOTDB-1265] fix bug: correct cluster to iotdb-cluster (#2949)
    
    Co-authored-by: haiyi.zb <[email protected]>
---
 distribution/pom.xml                  | 2 +-
 distribution/src/assembly/cluster.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8864d1c..e94433a 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -130,7 +130,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
-            <artifactId>cluster</artifactId>
+            <artifactId>iotdb-cluster</artifactId>
             <version>${project.version}</version>
             <type>zip</type>
         </dependency>
diff --git a/distribution/src/assembly/cluster.xml 
b/distribution/src/assembly/cluster.xml
index 534802e..7f5903c 100644
--- a/distribution/src/assembly/cluster.xml
+++ b/distribution/src/assembly/cluster.xml
@@ -29,7 +29,7 @@
     <dependencySets>
         <dependencySet>
             <includes>
-                <include>*:cluster:zip:*</include>
+                <include>*:iotdb-cluster:zip:*</include>
                 <include>*:iotdb-cli:zip:*</include>
             </includes>
             <outputDirectory>${file.separator}</outputDirectory>

Reply via email to