You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ne...@apache.org on 2021/03/31 00:59:04 UTC

[iotdb] branch master updated: [IOTDB-1265] fix bug: correct cluster to iotdb-cluster (#2949)

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 <ja...@sina.com>
AuthorDate: Wed Mar 31 08:58:36 2021 +0800

    [IOTDB-1265] fix bug: correct cluster to iotdb-cluster (#2949)
    
    Co-authored-by: haiyi.zb <ha...@alibaba-inc.com>
---
 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>