You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/12/22 03:38:01 UTC

[iotdb] branch rel/0.13 updated: [To rel/0.13] rename artifactId iotdb-isession to isession (#8570)

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

haonan pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new e03c83e03b [To rel/0.13] rename artifactId iotdb-isession to isession (#8570)
e03c83e03b is described below

commit e03c83e03ba397afa9d577707603edee2e8979b9
Author: Zhijia Cao <ca...@126.com>
AuthorDate: Thu Dec 22 11:37:55 2022 +0800

    [To rel/0.13] rename artifactId iotdb-isession to isession (#8570)
---
 isession/pom.xml | 2 +-
 session/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/isession/pom.xml b/isession/pom.xml
index 7ea9f48b21..0138390cc9 100644
--- a/isession/pom.xml
+++ b/isession/pom.xml
@@ -26,7 +26,7 @@
         <version>0.13.4-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>iotdb-isession</artifactId>
+    <artifactId>isession</artifactId>
     <dependencies>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
diff --git a/session/pom.xml b/session/pom.xml
index 4244fd2cb4..995cc53ffa 100644
--- a/session/pom.xml
+++ b/session/pom.xml
@@ -83,7 +83,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
-            <artifactId>iotdb-isession</artifactId>
+            <artifactId>isession</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>