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 2020/12/06 06:40:49 UTC

[iotdb] branch rel/0.11 updated (4226d69 -> 0e6429e)

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

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


    from 4226d69  prepare to release 0.11.1
     new 05d3c81  [maven-release-plugin] prepare release release/0.11.1
     new 0e6429e  fix release note

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES.md               | 6 +++---
 antlr/pom.xml                  | 2 +-
 cli/pom.xml                    | 4 ++--
 client-py/pom.xml              | 2 +-
 cross-tests/pom.xml            | 2 +-
 distribution/pom.xml           | 2 +-
 example/flink/pom.xml          | 2 +-
 example/hadoop/pom.xml         | 6 +++---
 example/jdbc/pom.xml           | 2 +-
 example/kafka/pom.xml          | 2 +-
 example/mqtt/pom.xml           | 2 +-
 example/pom.xml                | 2 +-
 example/rocketmq/pom.xml       | 2 +-
 example/session/pom.xml        | 2 +-
 example/tsfile/pom.xml         | 2 +-
 flink-iotdb-connector/pom.xml  | 2 +-
 flink-tsfile-connector/pom.xml | 2 +-
 grafana/pom.xml                | 2 +-
 hadoop/pom.xml                 | 4 ++--
 hive-connector/pom.xml         | 6 +++---
 jdbc/pom.xml                   | 2 +-
 pom.xml                        | 4 ++--
 server/pom.xml                 | 2 +-
 service-rpc/pom.xml            | 2 +-
 session/pom.xml                | 2 +-
 site/pom.xml                   | 2 +-
 spark-iotdb-connector/pom.xml  | 2 +-
 spark-tsfile/pom.xml           | 4 ++--
 thrift/pom.xml                 | 2 +-
 tsfile/pom.xml                 | 2 +-
 30 files changed, 40 insertions(+), 40 deletions(-)


[iotdb] 02/02: fix release note

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0e6429e44f523c18c513e4e1be4b301821748659
Author: HTHou <hh...@outlook.com>
AuthorDate: Sun Dec 6 14:39:00 2020 +0800

    fix release note
---
 RELEASE_NOTES.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2580508..640095d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -33,15 +33,15 @@
 * IOTDB-1035 Fix bug in getDeviceTimeseriesMetadata when querying non-exist device
 * IOTDB-1038 Fix flink set storage group bug
 * ISSUE-2179 fix insert partial tablet with binary NullPointer bug
-* Optimise mem control and add reject status code
+* add reject status code
 * Update compaction level list delete
-* Fix compaction add list bug when last level exceeds max file num
+* Fix query result is not correct
 * Fix import errors in Session.py and SessionExample.py
 * Fix modules can not be found when using pypi to pack client-py
 * Fix Count timeseries group by level bug
 * Fix desc batchdata count bug
 
-# Apache IoTDB 0.11.1
+# Apache IoTDB 0.11.0
 
 ## New Features
 


[iotdb] 01/02: [maven-release-plugin] prepare release release/0.11.1

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 05d3c81d18e47c3ee8f4ea80b5c9fb1af21aac2d
Author: HTHou <hh...@outlook.com>
AuthorDate: Sun Dec 6 01:57:13 2020 +0800

    [maven-release-plugin] prepare release release/0.11.1
---
 antlr/pom.xml                  | 2 +-
 cli/pom.xml                    | 4 ++--
 client-py/pom.xml              | 2 +-
 cross-tests/pom.xml            | 2 +-
 distribution/pom.xml           | 2 +-
 example/flink/pom.xml          | 2 +-
 example/hadoop/pom.xml         | 6 +++---
 example/jdbc/pom.xml           | 2 +-
 example/kafka/pom.xml          | 2 +-
 example/mqtt/pom.xml           | 2 +-
 example/pom.xml                | 2 +-
 example/rocketmq/pom.xml       | 2 +-
 example/session/pom.xml        | 2 +-
 example/tsfile/pom.xml         | 2 +-
 flink-iotdb-connector/pom.xml  | 2 +-
 flink-tsfile-connector/pom.xml | 2 +-
 grafana/pom.xml                | 2 +-
 hadoop/pom.xml                 | 4 ++--
 hive-connector/pom.xml         | 6 +++---
 jdbc/pom.xml                   | 2 +-
 pom.xml                        | 4 ++--
 server/pom.xml                 | 2 +-
 service-rpc/pom.xml            | 2 +-
 session/pom.xml                | 2 +-
 site/pom.xml                   | 2 +-
 spark-iotdb-connector/pom.xml  | 2 +-
 spark-tsfile/pom.xml           | 4 ++--
 thrift/pom.xml                 | 2 +-
 tsfile/pom.xml                 | 2 +-
 29 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/antlr/pom.xml b/antlr/pom.xml
index 8293218..0f110d3 100644
--- a/antlr/pom.xml
+++ b/antlr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-antlr</artifactId>
diff --git a/cli/pom.xml b/cli/pom.xml
index 932a659..94ea230 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-cli</artifactId>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>0.11.1-SNAPSHOT</version>
+            <version>0.11.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/client-py/pom.xml b/client-py/pom.xml
index 8921a87..c5ff980 100644
--- a/client-py/pom.xml
+++ b/client-py/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-python-api</artifactId>
diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml
index fcd3d22..0052123 100644
--- a/cross-tests/pom.xml
+++ b/cross-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>cross-tests</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6818e7d..b37dfae 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-distribution</artifactId>
diff --git a/example/flink/pom.xml b/example/flink/pom.xml
index 4c09ffe..f683f4d 100644
--- a/example/flink/pom.xml
+++ b/example/flink/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-example</artifactId>
diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml
index 53a83b7..d05b62a 100644
--- a/example/hadoop/pom.xml
+++ b/example/hadoop/pom.xml
@@ -24,17 +24,17 @@
     <parent>
         <artifactId>iotdb-examples</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hadoop-example</artifactId>
-    <version>0.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
     <name>hadoop-example</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>hadoop-tsfile</artifactId>
-            <version>0.11.1-SNAPSHOT</version>
+            <version>0.11.1</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 4a04643..10e9cf9 100644
--- a/example/jdbc/pom.xml
+++ b/example/jdbc/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-examples</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jdbc-example</artifactId>
diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index 1d9f9b6..00ab0c0 100644
--- a/example/kafka/pom.xml
+++ b/example/kafka/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>kafka-example</artifactId>
diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml
index a6f098d..0cc831d 100644
--- a/example/mqtt/pom.xml
+++ b/example/mqtt/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>mqtt-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index cb77e49..eda2dbc 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml
index d7d5c62..af5f9c2 100644
--- a/example/rocketmq/pom.xml
+++ b/example/rocketmq/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>rocketmq-example</artifactId>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index 04481e6..34b7e47 100644
--- a/example/session/pom.xml
+++ b/example/session/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-examples</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>client-example</artifactId>
diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml
index a4a1bd0..702d6e9 100644
--- a/example/tsfile/pom.xml
+++ b/example/tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tsfile-example</artifactId>
diff --git a/flink-iotdb-connector/pom.xml b/flink-iotdb-connector/pom.xml
index 7cd2c67..b7d6177 100644
--- a/flink-iotdb-connector/pom.xml
+++ b/flink-iotdb-connector/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-iotdb-connector</artifactId>
diff --git a/flink-tsfile-connector/pom.xml b/flink-tsfile-connector/pom.xml
index fea0ffb..97a1b09 100644
--- a/flink-tsfile-connector/pom.xml
+++ b/flink-tsfile-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-tsfile-connector</artifactId>
diff --git a/grafana/pom.xml b/grafana/pom.xml
index 350a5f2..27f663c 100644
--- a/grafana/pom.xml
+++ b/grafana/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <!--parent>
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index 511aa7d..7b3b78d 100644
--- a/hadoop/pom.xml
+++ b/hadoop/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hadoop-tsfile</artifactId>
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>tsfile</artifactId>
-            <version>0.11.1-SNAPSHOT</version>
+            <version>0.11.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.hadoop</groupId>
diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 4695868..947cf05 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hive-connector</artifactId>
-    <version>0.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
     <packaging>jar</packaging>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>hadoop-tsfile</artifactId>
-            <version>0.11.1-SNAPSHOT</version>
+            <version>0.11.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.hive</groupId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 9b9d4a7..4343c79 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-jdbc</artifactId>
diff --git a/pom.xml b/pom.xml
index 771c9cf..ab19063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-parent</artifactId>
-    <version>0.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
     <packaging>pom</packaging>
     <name>Apache IoTDB Project Parent POM</name>
     <description>This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.</description>
@@ -42,7 +42,7 @@
         <connection>scm:git:ssh://git@github.com/apache/iotdb.git</connection>
         <developerConnection>scm:git:ssh://git@github.com/apache/iotdb.git</developerConnection>
         <url>ssh://git@github.com:apache/iotdb.git</url>
-        <tag>rel/0.10</tag>
+        <tag>release/0.11.1</tag>
     </scm>
     <!-- Only configure the site distribution as the rest is handled by the apache parent -->
     <distributionManagement>
diff --git a/server/pom.xml b/server/pom.xml
index 0ab644b..bc6b271 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-server</artifactId>
diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml
index 5b625a9..c26dc7d 100644
--- a/service-rpc/pom.xml
+++ b/service-rpc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>service-rpc</artifactId>
diff --git a/session/pom.xml b/session/pom.xml
index f439b16..de513c2 100644
--- a/session/pom.xml
+++ b/session/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/site/pom.xml b/site/pom.xml
index bfa1c9c..62107a8 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml
index dd178ce..76f8063 100644
--- a/spark-iotdb-connector/pom.xml
+++ b/spark-iotdb-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>spark-iotdb-connector</artifactId>
diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml
index a104af3..f44082c 100644
--- a/spark-tsfile/pom.xml
+++ b/spark-tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>spark-tsfile</artifactId>
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>hadoop-tsfile</artifactId>
-            <version>0.11.1-SNAPSHOT</version>
+            <version>0.11.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.spark</groupId>
diff --git a/thrift/pom.xml b/thrift/pom.xml
index 2a431c0..a1f9b84 100644
--- a/thrift/pom.xml
+++ b/thrift/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift</artifactId>
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index 9668830..c9fa918 100644
--- a/tsfile/pom.xml
+++ b/tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tsfile</artifactId>