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/23 12:55:35 UTC

[iotdb] branch master updated: [IOTDB-1255] refactor cluster package and jar name (#2892)

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 64c11bc  [IOTDB-1255] refactor cluster package and jar name (#2892)
64c11bc is described below

commit 64c11bc259cfc948286b8bf299792380766deb25
Author: wangchao316 <66...@users.noreply.github.com>
AuthorDate: Tue Mar 23 20:55:10 2021 +0800

    [IOTDB-1255] refactor cluster package and jar name (#2892)
---
 cluster/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cluster/pom.xml b/cluster/pom.xml
index 1d29693..9a15a0d 100644
--- a/cluster/pom.xml
+++ b/cluster/pom.xml
@@ -27,7 +27,7 @@
         <version>0.12.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>cluster</artifactId>
+    <artifactId>iotdb-cluster</artifactId>
     <name>cluster</name>
     <properties>
         <cluster.test.skip>false</cluster.test.skip>