This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.14.0_preview1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.14.0_preview1 by this
push:
new 20474fba3f update info
20474fba3f is described below
commit 20474fba3f2f5f2294a168b2cbd93c501b4666d1
Author: HTHou <[email protected]>
AuthorDate: Wed Jun 29 14:31:21 2022 +0800
update info
---
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 a3f147af3c..da24072559 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.13.0",
+ version="0.14.0-preview1",
author=" Apache Software Foundation",
author_email="[email protected]",
description="Apache IoTDB client API",
diff --git a/jdbc/src/main/feature/feature.xml
b/jdbc/src/main/feature/feature.xml
index 933a75171e..187cfa569d 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.10.0.SNAPSHOT">
+ <feature name="iotdb-feature" description="iotdb-feature"
version="0.14.0-preview1">
<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>