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/11/29 14:56:03 UTC

[iotdb] branch rel/1.0 updated: Update client-py & jdbc version

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

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


The following commit(s) were added to refs/heads/rel/1.0 by this push:
     new 27f9e971d9 Update client-py & jdbc version
27f9e971d9 is described below

commit 27f9e971d96155ae593d23050bab5f190fee99f0
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue Nov 29 22:55:48 2022 +0800

    Update client-py & jdbc version
---
 client-py/setup.py                | 2 +-
 jdbc/src/main/feature/feature.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/client-py/setup.py b/client-py/setup.py
index 0e67070dde..6cbdf12c1c 100644
--- a/client-py/setup.py
+++ b/client-py/setup.py
@@ -31,7 +31,7 @@ print(long_description)
 
 setuptools.setup(
     name="apache-iotdb",  # Replace with your own username
-    version="0.14.0",
+    version="1.0.0",
     author=" Apache Software Foundation",
     author_email="dev@iotdb.apache.org",
     description="Apache IoTDB client API",
diff --git a/jdbc/src/main/feature/feature.xml b/jdbc/src/main/feature/feature.xml
index 2ce90e664a..8f37dae5f8 100644
--- a/jdbc/src/main/feature/feature.xml
+++ b/jdbc/src/main/feature/feature.xml
@@ -18,7 +18,7 @@
 
 -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="driver-s7-feature">
-    <feature name="iotdb-feature" description="iotdb-feature" version="0.14.0.SNAPSHOT">
+    <feature name="iotdb-feature" description="iotdb-feature" version="1.0.0">
         <details>Feature to install required Bundle to use IoTDB inside Karaf container</details>
         <feature prerequisite="true">wrap</feature>
         <feature>scr</feature>
@@ -28,7 +28,7 @@
         <bundle>mvn:org.apache.iotdb/iotdb-thrift/${project.version}</bundle>
         <bundle>mvn:org.apache.iotdb/hadoop-tsfile/${project.version}</bundle>
         <bundle>mvn:org.apache.thrift/libthrift/0.14.1</bundle>
-        <bundle>mvn:org.xerial.snappy/snappy-java/1.1.7.2</bundle>
+        <bundle>mvn:org.xerial.snappy/snappy-java/1.1.8.4</bundle>
         <bundle>mvn:commons-io/commons-io/2.5</bundle>
         <bundle>wrap:mvn:org.apache.hadoop/hadoop-core/1.2.1</bundle>
         <bundle>wrap:mvn:org.ops4j.pax.jdbc/pax-jdbc-common/1.4.5</bundle>