This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch rc/2.0.10
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/2.0.10 by this push:
new 4e05ea0d211 [maven-release-plugin] prepare for next development
iteration
4e05ea0d211 is described below
commit 4e05ea0d21169f91130f8025da82ab8844992ce6
Author: HTHou <[email protected]>
AuthorDate: Fri Jul 3 11:22:03 2026 +0800
[maven-release-plugin] prepare for next development iteration
---
code-coverage/pom.xml | 2 +-
distribution/pom.xml | 14 ++++----
example/jdbc/pom.xml | 2 +-
example/mqtt-customize/pom.xml | 2 +-
example/mqtt/pom.xml | 2 +-
example/pipe-count-point-processor/pom.xml | 4 +--
example/pipe-opc-ua-sink/pom.xml | 2 +-
example/pom.xml | 2 +-
example/rest-java-example/pom.xml | 2 +-
example/schema/pom.xml | 2 +-
example/session/pom.xml | 2 +-
example/subscription/pom.xml | 2 +-
example/trigger/pom.xml | 2 +-
example/udf/pom.xml | 2 +-
external-service-impl/mqtt/pom.xml | 12 +++----
external-service-impl/pom.xml | 4 +--
external-service-impl/rest-openapi/pom.xml | 2 +-
external-service-impl/rest/pom.xml | 18 +++++------
integration-test/pom.xml | 52 +++++++++++++++---------------
iotdb-api/external-api/pom.xml | 2 +-
iotdb-api/external-service-api/pom.xml | 2 +-
iotdb-api/pipe-api/pom.xml | 2 +-
iotdb-api/pom.xml | 2 +-
iotdb-api/trigger-api/pom.xml | 2 +-
iotdb-api/udf-api/pom.xml | 2 +-
iotdb-client/cli/pom.xml | 26 +++++++--------
iotdb-client/client-py/pom.xml | 8 ++---
iotdb-client/isession/pom.xml | 8 ++---
iotdb-client/jdbc/pom.xml | 10 +++---
iotdb-client/pom.xml | 2 +-
iotdb-client/service-rpc/pom.xml | 6 ++--
iotdb-client/session/pom.xml | 10 +++---
iotdb-client/subscription/pom.xml | 14 ++++----
iotdb-core/antlr/pom.xml | 2 +-
iotdb-core/calc-commons/pom.xml | 14 ++++----
iotdb-core/confignode/pom.xml | 30 ++++++++---------
iotdb-core/consensus/pom.xml | 14 ++++----
iotdb-core/datanode/pom.xml | 44 ++++++++++++-------------
iotdb-core/metrics/core/pom.xml | 4 +--
iotdb-core/metrics/interface/pom.xml | 8 ++---
iotdb-core/metrics/pom.xml | 2 +-
iotdb-core/node-commons/pom.xml | 30 ++++++++---------
iotdb-core/pom.xml | 2 +-
iotdb-core/relational-grammar/pom.xml | 2 +-
iotdb-protocol/pom.xml | 2 +-
iotdb-protocol/thrift-ainode/pom.xml | 4 +--
iotdb-protocol/thrift-commons/pom.xml | 2 +-
iotdb-protocol/thrift-confignode/pom.xml | 4 +--
iotdb-protocol/thrift-consensus/pom.xml | 4 +--
iotdb-protocol/thrift-datanode/pom.xml | 4 +--
library-udf/pom.xml | 4 +--
pom.xml | 16 ++++-----
52 files changed, 209 insertions(+), 209 deletions(-)
diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index 9f0fb4fa3b6..f6aa7d49275 100644
--- a/code-coverage/pom.xml
+++ b/code-coverage/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-code-coverage</artifactId>
<packaging>pom</packaging>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 833ac4c89fe..7d8305d80d5 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-distribution</artifactId>
<packaging>pom</packaging>
@@ -36,36 +36,36 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-cli</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-confignode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>library-udf</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>mqtt</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>rest</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index f27f1a39408..5445aab204b 100644
--- a/example/jdbc/pom.xml
+++ b/example/jdbc/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>jdbc-example</artifactId>
<name>IoTDB: Example: JDBC</name>
diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml
index f796119d8d0..4d25efdd7f9 100644
--- a/example/mqtt-customize/pom.xml
+++ b/example/mqtt-customize/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>customize-mqtt-example</artifactId>
<name>IoTDB: Example: Customized MQTT</name>
diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml
index a5e33bf0669..8d08cdd087c 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>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>mqtt-example</artifactId>
<name>IoTDB: Example: MQTT</name>
diff --git a/example/pipe-count-point-processor/pom.xml
b/example/pipe-count-point-processor/pom.xml
index 27452d1a02d..a5d80b45b09 100644
--- a/example/pipe-count-point-processor/pom.xml
+++ b/example/pipe-count-point-processor/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>pipe-count-point-processor-example</artifactId>
<name>IoTDB: Example: Pipe: Count Point Processor</name>
@@ -59,7 +59,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
- <configuration/>
+ <configuration />
</plugin>
</plugins>
</build>
diff --git a/example/pipe-opc-ua-sink/pom.xml b/example/pipe-opc-ua-sink/pom.xml
index 51c30712dcc..916e5262c62 100644
--- a/example/pipe-opc-ua-sink/pom.xml
+++ b/example/pipe-opc-ua-sink/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pipe-opc-ua-sink-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index b873fddab32..3dc7c87485b 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-examples</artifactId>
<packaging>pom</packaging>
diff --git a/example/rest-java-example/pom.xml
b/example/rest-java-example/pom.xml
index b08f23f5706..4e2fd621806 100644
--- a/example/rest-java-example/pom.xml
+++ b/example/rest-java-example/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>rest-java-example</artifactId>
<name>IoTDB: Example: Java Rest</name>
diff --git a/example/schema/pom.xml b/example/schema/pom.xml
index 710570bd82c..b3994a798ed 100644
--- a/example/schema/pom.xml
+++ b/example/schema/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>iotdb-examples</artifactId>
<groupId>org.apache.iotdb</groupId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>schema-example</artifactId>
<name>IoTDB: Example: Schema</name>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index d3ed9cab772..72d5dd5eea1 100644
--- a/example/session/pom.xml
+++ b/example/session/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>client-example</artifactId>
<name>IoTDB: Example: Session Client</name>
diff --git a/example/subscription/pom.xml b/example/subscription/pom.xml
index 291a478c302..21314348f7a 100644
--- a/example/subscription/pom.xml
+++ b/example/subscription/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>subscription-example</artifactId>
<name>IoTDB: Example: Subscription Client</name>
diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml
index 4ffc7b676f7..d55947c2b74 100644
--- a/example/trigger/pom.xml
+++ b/example/trigger/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>trigger-example</artifactId>
<name>IoTDB: Example: Trigger</name>
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index 4b110a2e205..bebd303600d 100644
--- a/example/udf/pom.xml
+++ b/example/udf/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>udf-example</artifactId>
<name>IoTDB: Example: UDF</name>
diff --git a/external-service-impl/mqtt/pom.xml
b/external-service-impl/mqtt/pom.xml
index 084c069ebed..e2800ddbecf 100644
--- a/external-service-impl/mqtt/pom.xml
+++ b/external-service-impl/mqtt/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-impl</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>mqtt</artifactId>
<name>IoTDB: External-Service-Impl: MQTT</name>
@@ -81,7 +81,7 @@
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
<scope>provided</scope>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -119,13 +119,13 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -136,7 +136,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/external-service-impl/pom.xml b/external-service-impl/pom.xml
index 825693c9d04..466b2add783 100644
--- a/external-service-impl/pom.xml
+++ b/external-service-impl/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>external-service-impl</artifactId>
<name>IoTDB: External-Service-Impl</name>
@@ -44,7 +44,7 @@
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-api</artifactId>
<scope>provided</scope>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/external-service-impl/rest-openapi/pom.xml
b/external-service-impl/rest-openapi/pom.xml
index 3b407f18357..599edaf8399 100644
--- a/external-service-impl/rest-openapi/pom.xml
+++ b/external-service-impl/rest-openapi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-impl</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>rest-openapi</artifactId>
<name>IoTDB: External-Service-Impl: Rest-OpenAPI</name>
diff --git a/external-service-impl/rest/pom.xml
b/external-service-impl/rest/pom.xml
index fcf91f41786..65755731139 100644
--- a/external-service-impl/rest/pom.xml
+++ b/external-service-impl/rest/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-impl</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>rest</artifactId>
<name>IoTDB: External-Service-Impl: Rest</name>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>rest-openapi</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<exclusions>
<!-- repeated in datanode -->
<exclusion>
@@ -107,25 +107,25 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>calc-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -141,7 +141,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -151,7 +151,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -169,7 +169,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 533e9f19cae..4ced0914cc0 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -24,21 +24,21 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>integration-test</artifactId>
<name>IoTDB: Integration-Test</name>
<properties>
- <integrationTest.excludedGroups/>
+ <integrationTest.excludedGroups />
<integrationTest.forkCount>1</integrationTest.forkCount>
- <integrationTest.includedGroups/>
+ <integrationTest.includedGroups />
<integrationTest.launchNodeInSameJVM>true</integrationTest.launchNodeInSameJVM>
<integrationTest.nodeMaxHeapSize>200m</integrationTest.nodeMaxHeapSize>
<integrationTest.nodeNewHeapSize>200m</integrationTest.nodeNewHeapSize>
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
<integrationTest.readAndVerifyWithMultiNode>true</integrationTest.readAndVerifyWithMultiNode>
<integrationTest.dataRegionPerDataNode>0</integrationTest.dataRegionPerDataNode>
- <integrationTest.testEnv/>
+ <integrationTest.testEnv />
<lightWeightStandaloneMode.configNodeConsensus>Simple</lightWeightStandaloneMode.configNodeConsensus>
<!-- -DClusterConfigurations values configured here -->
<lightWeightStandaloneMode.configNodeNumber>1</lightWeightStandaloneMode.configNodeNumber>
@@ -87,57 +87,57 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-subscription</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>trigger-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>isession</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-confignode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>calc-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -147,7 +147,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>udf-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
@@ -157,7 +157,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-consensus</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -178,17 +178,17 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-confignode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-cli</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
@@ -213,7 +213,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -240,19 +240,19 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>mqtt</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<!--We will integrate mqtt-jar-with-dependencies into lib by
assembly plugin-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>rest</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<!--We will integrate rest-jar-with-dependencies into lib by
assembly plugin-->
<scope>provided</scope>
</dependency>
@@ -699,7 +699,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
- <integrationTest.excludedGroups/>
+ <integrationTest.excludedGroups />
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.DailyIT</integrationTest.includedGroups>
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
@@ -741,7 +741,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
- <integrationTest.excludedGroups/>
+ <integrationTest.excludedGroups />
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.ManualIT</integrationTest.includedGroups>
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml
index b34615de82e..6cc744e1b7e 100644
--- a/iotdb-api/external-api/pom.xml
+++ b/iotdb-api/external-api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>external-api</artifactId>
<name>IoTDB: API: External API</name>
diff --git a/iotdb-api/external-service-api/pom.xml
b/iotdb-api/external-service-api/pom.xml
index 446904e361a..cdbe6577c27 100644
--- a/iotdb-api/external-service-api/pom.xml
+++ b/iotdb-api/external-service-api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>external-service-api</artifactId>
<name>IoTDB: API: External Service API</name>
diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml
index 082e01367f7..36d0141d09f 100644
--- a/iotdb-api/pipe-api/pom.xml
+++ b/iotdb-api/pipe-api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>pipe-api</artifactId>
<name>IoTDB: API: Pipe API</name>
diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml
index c6bbd0342cc..b9a83e9b786 100644
--- a/iotdb-api/pom.xml
+++ b/iotdb-api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-api</artifactId>
<packaging>pom</packaging>
diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml
index 64b23646884..64b38176e57 100644
--- a/iotdb-api/trigger-api/pom.xml
+++ b/iotdb-api/trigger-api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>trigger-api</artifactId>
<name>IoTDB: API: Trigger API</name>
diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml
index e7b88e414b6..e90dd26be6c 100644
--- a/iotdb-api/udf-api/pom.xml
+++ b/iotdb-api/udf-api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>udf-api</artifactId>
<name>IoTDB: API: UDF API</name>
diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml
index c7c525a1177..5de247a084a 100644
--- a/iotdb-client/cli/pom.xml
+++ b/iotdb-client/cli/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-cli</artifactId>
<name>IoTDB: Client: CLI</name>
@@ -37,47 +37,47 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-subscription</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-antlr</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>calc-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>isession</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -92,17 +92,17 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>pipe-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml
index 702d6feef41..04ba76b63e4 100644
--- a/iotdb-client/client-py/pom.xml
+++ b/iotdb-client/client-py/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-python-api</artifactId>
<name>IoTDB: Client: Python-API</name>
@@ -34,19 +34,19 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-confignode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml
index 036373f2d1e..90592baf1a8 100644
--- a/iotdb-client/isession/pom.xml
+++ b/iotdb-client/isession/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>isession</artifactId>
<name>IoTDB: Client: isession</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -47,12 +47,12 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml
index bf76d3c7aff..4e5179a89c5 100644
--- a/iotdb-client/jdbc/pom.xml
+++ b/iotdb-client/jdbc/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-jdbc</artifactId>
<name>IoTDB: Client: Jdbc</name>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
@@ -262,7 +262,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
</pluginExecutions>
diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml
index 1179043c4b9..1d0c8d42e21 100644
--- a/iotdb-client/pom.xml
+++ b/iotdb-client/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-client</artifactId>
<packaging>pom</packaging>
diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml
index 8d103c3ecb2..206cc949fe4 100644
--- a/iotdb-client/service-rpc/pom.xml
+++ b/iotdb-client/service-rpc/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>service-rpc</artifactId>
<name>IoTDB: Client: Service-RPC</name>
@@ -55,12 +55,12 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml
index 7838a3eef90..c2db27c0824 100644
--- a/iotdb-client/session/pom.xml
+++ b/iotdb-client/session/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-session</artifactId>
<name>IoTDB: Client: Session</name>
@@ -37,17 +37,17 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>isession</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/iotdb-client/subscription/pom.xml
b/iotdb-client/subscription/pom.xml
index db4afc71f42..3a7f812f209 100644
--- a/iotdb-client/subscription/pom.xml
+++ b/iotdb-client/subscription/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-subscription</artifactId>
<name>IoTDB: Client: Subscription</name>
@@ -32,32 +32,32 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>pipe-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>isession</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml
index 9b717665300..5b8410917c9 100644
--- a/iotdb-core/antlr/pom.xml
+++ b/iotdb-core/antlr/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-antlr</artifactId>
<name>IoTDB: Core: Antlr-Parser</name>
diff --git a/iotdb-core/calc-commons/pom.xml b/iotdb-core/calc-commons/pom.xml
index b0caeda606f..031444864c8 100644
--- a/iotdb-core/calc-commons/pom.xml
+++ b/iotdb-core/calc-commons/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>calc-commons</artifactId>
<name>IoTDB: Core: Calc Commons</name>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -53,27 +53,27 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>udf-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>metrics-interface</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>pipe-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml
index c0d4ffb4dc2..4bf643b871e 100644
--- a/iotdb-core/confignode/pom.xml
+++ b/iotdb-core/confignode/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-confignode</artifactId>
<name>IoTDB: Core: ConfigNode</name>
@@ -43,72 +43,72 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-subscription</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-consensus</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>calc-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>pipe-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>trigger-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>metrics-interface</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-confignode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-ainode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>udf-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index fb7129b6c8e..cd5e18739fb 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/consensus/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-consensus</artifactId>
<name>IoTDB: Core: Consensus</name>
@@ -39,32 +39,32 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>metrics-interface</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-consensus</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>pipe-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.ratis</groupId>
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index fd4e586e44e..91b3a0cdbb0 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-server</artifactId>
<name>IoTDB: Core: Data-Node (Server)</name>
@@ -37,17 +37,17 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-subscription</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-consensus</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -62,87 +62,87 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>calc-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>isession</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-antlr</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-relational-grammar</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-consensus</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>udf-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>trigger-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>metrics-interface</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-confignode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-ainode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>pipe-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
@@ -276,7 +276,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>metrics-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml
index 6a699a222eb..2fa80bf1b11 100644
--- a/iotdb-core/metrics/core/pom.xml
+++ b/iotdb-core/metrics/core/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-metrics</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>metrics-core</artifactId>
<name>IoTDB: Core: Metrics: API Impl</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>metrics-interface</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
diff --git a/iotdb-core/metrics/interface/pom.xml
b/iotdb-core/metrics/interface/pom.xml
index da40d6fe800..1f1286f2c18 100644
--- a/iotdb-core/metrics/interface/pom.xml
+++ b/iotdb-core/metrics/interface/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-metrics</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>metrics-interface</artifactId>
<name>IoTDB: Core: Metrics: Metrics API</name>
@@ -33,17 +33,17 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>isession</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml
index 1095b0e5986..b864972236c 100644
--- a/iotdb-core/metrics/pom.xml
+++ b/iotdb-core/metrics/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-metrics</artifactId>
<packaging>pom</packaging>
diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml
index 9073c5ae9c1..2baf82bf21c 100644
--- a/iotdb-core/node-commons/pom.xml
+++ b/iotdb-core/node-commons/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>node-commons</artifactId>
<name>IoTDB: Core: Node Commons</name>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-subscription</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -53,52 +53,52 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-relational-grammar</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>udf-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>trigger-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>pipe-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-confignode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-ainode</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-consensus</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
@@ -108,12 +108,12 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>metrics-interface</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>metrics-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml
index 174a93667af..6efbda07d06 100644
--- a/iotdb-core/pom.xml
+++ b/iotdb-core/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-core</artifactId>
<packaging>pom</packaging>
diff --git a/iotdb-core/relational-grammar/pom.xml
b/iotdb-core/relational-grammar/pom.xml
index ed89ace2180..6e7012b63ff 100644
--- a/iotdb-core/relational-grammar/pom.xml
+++ b/iotdb-core/relational-grammar/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-relational-grammar</artifactId>
<name>IoTDB: Core: Relational-Antlr-Parser</name>
diff --git a/iotdb-protocol/pom.xml b/iotdb-protocol/pom.xml
index 20c876458f9..78bdf2f5bae 100644
--- a/iotdb-protocol/pom.xml
+++ b/iotdb-protocol/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-protocol</artifactId>
<packaging>pom</packaging>
diff --git a/iotdb-protocol/thrift-ainode/pom.xml
b/iotdb-protocol/thrift-ainode/pom.xml
index 3df868e66db..eee0a376253 100644
--- a/iotdb-protocol/thrift-ainode/pom.xml
+++ b/iotdb-protocol/thrift-ainode/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-protocol</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-thrift-ainode</artifactId>
<name>IoTDB: Protocol: Thrift AI Node</name>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/iotdb-protocol/thrift-commons/pom.xml
b/iotdb-protocol/thrift-commons/pom.xml
index ff40ce8ddcd..4438a3706fc 100644
--- a/iotdb-protocol/thrift-commons/pom.xml
+++ b/iotdb-protocol/thrift-commons/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-protocol</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-thrift-commons</artifactId>
<name>IoTDB: Protocol: Thrift Commons</name>
diff --git a/iotdb-protocol/thrift-confignode/pom.xml
b/iotdb-protocol/thrift-confignode/pom.xml
index 5a5a1be7d65..b13d2a6d80b 100644
--- a/iotdb-protocol/thrift-confignode/pom.xml
+++ b/iotdb-protocol/thrift-confignode/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-protocol</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-thrift-confignode</artifactId>
<name>IoTDB: Protocol: Thrift Config Node</name>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/iotdb-protocol/thrift-consensus/pom.xml
b/iotdb-protocol/thrift-consensus/pom.xml
index 6b3e7643a34..8163f406a12 100644
--- a/iotdb-protocol/thrift-consensus/pom.xml
+++ b/iotdb-protocol/thrift-consensus/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-protocol</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-thrift-consensus</artifactId>
<name>IoTDB: Protocol: Thrift Consensus</name>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/iotdb-protocol/thrift-datanode/pom.xml
b/iotdb-protocol/thrift-datanode/pom.xml
index 8eddfd3877c..7d86774df2b 100644
--- a/iotdb-protocol/thrift-datanode/pom.xml
+++ b/iotdb-protocol/thrift-datanode/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-protocol</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-thrift</artifactId>
<name>IoTDB: Protocol: Thrift Data Node</name>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index 6284a1c24cb..08c1cb11c1a 100644
--- a/library-udf/pom.xml
+++ b/library-udf/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>library-udf</artifactId>
<name>IoTDB: UDF</name>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>udf-api</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/pom.xml b/pom.xml
index e5944ec1cca..d816366cf85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
</parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache IoTDB Project Parent POM</name>
<description>This is the top level project that builds, packages the iotdb
engine, client, and integration libs.</description>
@@ -58,9 +58,9 @@
<!-- This was the last version to support Java 8 -->
<antlr4.version>4.9.3</antlr4.version>
<!-- By default, the argLine is empty-->
- <argLine/>
+ <argLine />
<awaitility.version>4.2.0</awaitility.version>
- <boost.include.dir/>
+ <boost.include.dir />
<bouncycastle.version>1.84</bouncycastle.version>
<!-- This was the last version to support Java 8 -->
<caffeine.version>2.9.3</caffeine.version>
@@ -154,7 +154,7 @@
<!-- This was the last version to support Java 8 -->
<swagger.version>1.6.14</swagger.version>
<thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>
- <thrift.exec.absolute.path/>
+ <thrift.exec.absolute.path />
<!--
Thrift 0.17.0 was the last version that could be used in Java 8
applications,
However Thrift 0.17.0 has an invalid entry in the META-INF/MANIFEST.mf
file.
@@ -166,7 +166,7 @@
<zstd-jni.version>1.5.6-3</zstd-jni.version>
<tsfile.version>2.3.1</tsfile.version>
<i18n.locale>en</i18n.locale>
- <tsfile.locale.opt/>
+ <tsfile.locale.opt />
</properties>
<!--
if we claim dependencies in dependencyManagement, then we do not claim
@@ -836,7 +836,7 @@
<importOrder>
<order>org.apache.iotdb,,javax,java,\#</order>
</importOrder>
- <removeUnusedImports/>
+ <removeUnusedImports />
</java>
<lineEndings>UNIX</lineEndings>
</configuration>
@@ -1088,7 +1088,7 @@
<phase>validate</phase>
<configuration>
<rules>
- <dependencyConvergence/>
+ <dependencyConvergence />
</rules>
</configuration>
</execution>
@@ -1351,7 +1351,7 @@
<connection>scm:git:ssh://[email protected]/apache/iotdb.git</connection>
<developerConnection>scm:git:ssh://[email protected]/apache/iotdb.git</developerConnection>
<url>ssh://[email protected]:apache/iotdb.git</url>
- <tag>v2.0.10</tag>
+ <tag>rel/0.10</tag>
</scm>
<issueManagement>
<system>Jira</system>