This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch rc/2.0.3
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/rc/2.0.3 by this push:
new de26a56 [maven-release-plugin] prepare for next development iteration
de26a56 is described below
commit de26a560c9f0125fdfd8e71884cbb83774729673
Author: CritasWang <[email protected]>
AuthorDate: Thu Jun 19 15:22:02 2025 +0800
[maven-release-plugin] prepare for next development iteration
---
connectors/flink-iotdb-connector/pom.xml | 2 +-
connectors/flink-sql-iotdb-connector/pom.xml | 2 +-
connectors/flink-tsfile-connector/pom.xml | 4 ++--
connectors/grafana-connector/pom.xml | 4 ++--
connectors/hadoop/pom.xml | 2 +-
connectors/hive-connector/pom.xml | 4 ++--
connectors/pom.xml | 2 +-
connectors/spark-iotdb-connector/pom.xml | 4 ++--
connectors/spark-iotdb-connector/scala_2.11/pom.xml | 2 +-
connectors/spark-iotdb-connector/scala_2.12/pom.xml | 2 +-
.../iotdb-table-connector-3.3/pom.xml | 2 +-
.../iotdb-table-connector-3.4/pom.xml | 2 +-
.../iotdb-table-connector-3.5/pom.xml | 2 +-
connectors/spark-iotdb-table-connector/pom.xml | 2 +-
.../spark-iotdb-table-common/pom.xml | 2 +-
connectors/spark-tsfile/pom.xml | 4 ++--
connectors/zeppelin-interpreter/pom.xml | 4 ++--
distributions/pom.xml | 6 +++---
examples/flink-sql/pom.xml | 4 ++--
examples/flink/pom.xml | 6 +++---
examples/hadoop/pom.xml | 4 ++--
examples/iotdb-spring-boot-start/pom.xml | 11 ++++-------
examples/kafka/pom.xml | 4 ++--
examples/mybatis-generator/pom.xml | 8 ++++----
examples/mybatisplus-generator/pom.xml | 6 +++---
examples/pom.xml | 2 +-
examples/pulsar/pom.xml | 4 ++--
examples/rabbitmq/pom.xml | 4 ++--
examples/rocketmq/pom.xml | 2 +-
examples/spark-table/pom.xml | 4 ++--
iotdb-collector/collector-core/pom.xml | 4 ++--
iotdb-collector/collector-distribution/pom.xml | 4 ++--
iotdb-collector/collector-openapi/pom.xml | 2 +-
iotdb-collector/pom.xml | 2 +-
iotdb-spring-boot-starter/pom.xml | 4 ++--
mybatis-generator/pom.xml | 4 ++--
pom.xml | 14 +++++++-------
37 files changed, 71 insertions(+), 74 deletions(-)
diff --git a/connectors/flink-iotdb-connector/pom.xml
b/connectors/flink-iotdb-connector/pom.xml
index a8cea83..7895abc 100644
--- a/connectors/flink-iotdb-connector/pom.xml
+++ b/connectors/flink-iotdb-connector/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-iotdb-connector</artifactId>
<name>IoTDB: Connector: Apache Flink</name>
diff --git a/connectors/flink-sql-iotdb-connector/pom.xml
b/connectors/flink-sql-iotdb-connector/pom.xml
index fcaaca0..bfe60d0 100644
--- a/connectors/flink-sql-iotdb-connector/pom.xml
+++ b/connectors/flink-sql-iotdb-connector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-sql-iotdb-connector</artifactId>
<name>IoTDB: Connector: Apache Flink SQL</name>
diff --git a/connectors/flink-tsfile-connector/pom.xml
b/connectors/flink-tsfile-connector/pom.xml
index c03207d..8c56337 100644
--- a/connectors/flink-tsfile-connector/pom.xml
+++ b/connectors/flink-tsfile-connector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-tsfile-connector</artifactId>
<name>IoTDB: Connector: Apache Flink TSFile</name>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<exclusions>
<!--
We need the flink-shaded-zookeeper-3 dependency for some
shaded classes.
diff --git a/connectors/grafana-connector/pom.xml
b/connectors/grafana-connector/pom.xml
index 12fe645..2dcccbe 100644
--- a/connectors/grafana-connector/pom.xml
+++ b/connectors/grafana-connector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>iotdb-grafana-connector</artifactId>
<packaging>war</packaging>
@@ -169,7 +169,7 @@
<transformer
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/spring.schemas</resource>
</transformer>
- <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+ <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
/>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>${start-class}</mainClass>
</transformer>
diff --git a/connectors/hadoop/pom.xml b/connectors/hadoop/pom.xml
index c89860e..ab27788 100644
--- a/connectors/hadoop/pom.xml
+++ b/connectors/hadoop/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>hadoop-tsfile</artifactId>
<name>IoTDB: Connector: Apache Hadoop TSFile</name>
diff --git a/connectors/hive-connector/pom.xml
b/connectors/hive-connector/pom.xml
index ef06a4d..6993547 100644
--- a/connectors/hive-connector/pom.xml
+++ b/connectors/hive-connector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>hive-connector</artifactId>
<name>IoTDB: Connector: Apache Hive</name>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tsfile</groupId>
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 8aaca47..b8f474c 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>connectors</artifactId>
<packaging>pom</packaging>
diff --git a/connectors/spark-iotdb-connector/pom.xml
b/connectors/spark-iotdb-connector/pom.xml
index 1f826e7..eb4b7a8 100644
--- a/connectors/spark-iotdb-connector/pom.xml
+++ b/connectors/spark-iotdb-connector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-iotdb-connector</artifactId>
<!-- NOTE: This module actually only contains the sources and the common
settings
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
diff --git a/connectors/spark-iotdb-connector/scala_2.11/pom.xml
b/connectors/spark-iotdb-connector/scala_2.11/pom.xml
index 0750ef3..85b68c2 100644
--- a/connectors/spark-iotdb-connector/scala_2.11/pom.xml
+++ b/connectors/spark-iotdb-connector/scala_2.11/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-iotdb-connector_2.11</artifactId>
<name>IoTDB: Connector: Apache Spark (Scala 2.11)</name>
diff --git a/connectors/spark-iotdb-connector/scala_2.12/pom.xml
b/connectors/spark-iotdb-connector/scala_2.12/pom.xml
index 5431cb1..7a524c0 100644
--- a/connectors/spark-iotdb-connector/scala_2.12/pom.xml
+++ b/connectors/spark-iotdb-connector/scala_2.12/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-iotdb-connector_2.12</artifactId>
<name>IoTDB: Connector: Apache Spark (Scala 2.12)</name>
diff --git
a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.3/pom.xml
b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.3/pom.xml
index 1d327e9..eff280c 100644
--- a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.3/pom.xml
+++ b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.3/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-table-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-iotdb-table-connector-3.3</artifactId>
<name>IoTDB: Table Connector: Apache Spark3.3 (Scala 2.12)</name>
diff --git
a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.4/pom.xml
b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.4/pom.xml
index eed3b4a..d6c1dd6 100644
--- a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.4/pom.xml
+++ b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.4/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-table-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-iotdb-table-connector-3.4</artifactId>
<name>IoTDB: Table Connector: Apache Spark3.4 (Scala 2.12)</name>
diff --git
a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.5/pom.xml
b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.5/pom.xml
index 033e385..55a54a6 100644
--- a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.5/pom.xml
+++ b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.5/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-table-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-iotdb-table-connector-3.5</artifactId>
<name>IoTDB: Table Connector: Apache Spark3.5 (Scala 2.12)</name>
diff --git a/connectors/spark-iotdb-table-connector/pom.xml
b/connectors/spark-iotdb-table-connector/pom.xml
index 4fc8daf..232c9c4 100644
--- a/connectors/spark-iotdb-table-connector/pom.xml
+++ b/connectors/spark-iotdb-table-connector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-iotdb-table-connector</artifactId>
<!-- NOTE: This module actually only contains the sources and the common
settings
diff --git
a/connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml
b/connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml
index 90f2571..a13446a 100644
--- a/connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml
+++ b/connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-table-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-iotdb-table-common</artifactId>
<name>IoTDB: Table Connector: Apache Spark Common</name>
diff --git a/connectors/spark-tsfile/pom.xml b/connectors/spark-tsfile/pom.xml
index ad0a438..7b1acca 100644
--- a/connectors/spark-tsfile/pom.xml
+++ b/connectors/spark-tsfile/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spark-tsfile</artifactId>
<name>IoTDB: Connector: Apache Spark TSFile</name>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/connectors/zeppelin-interpreter/pom.xml
b/connectors/zeppelin-interpreter/pom.xml
index ca7fd95..30c4279 100644
--- a/connectors/zeppelin-interpreter/pom.xml
+++ b/connectors/zeppelin-interpreter/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>connectors</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>zeppelin-iotdb</artifactId>
<name>IoTDB: Connector: Apache Zeppelin</name>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
diff --git a/distributions/pom.xml b/distributions/pom.xml
index 6507647..3c20e19 100644
--- a/distributions/pom.xml
+++ b/distributions/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>iotdb-extras-distributions</artifactId>
<packaging>pom</packaging>
@@ -56,12 +56,12 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-connector_2.11</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-connector_2.12</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/examples/flink-sql/pom.xml b/examples/flink-sql/pom.xml
index 122f340..6047b3e 100644
--- a/examples/flink-sql/pom.xml
+++ b/examples/flink-sql/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>examples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-sql-example</artifactId>
<name>IoTDB: Example: Apache Flink SQL</name>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>flink-sql-iotdb-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
diff --git a/examples/flink/pom.xml b/examples/flink/pom.xml
index 426f3a7..869f51e 100644
--- a/examples/flink/pom.xml
+++ b/examples/flink/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>examples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-example</artifactId>
<name>IoTDB: Example: Apache Flink</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>flink-iotdb-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<exclusions>
<!-- org.apache.iotdb:hadoop-tsfile uses hadoop-common:2.7.3,
which uses commons-compress:1.4.1-->
<!-- flink-java uses commons-compress:1.18-->
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>flink-tsfile-connector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
diff --git a/examples/hadoop/pom.xml b/examples/hadoop/pom.xml
index 268558d..4ad2f04 100644
--- a/examples/hadoop/pom.xml
+++ b/examples/hadoop/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>examples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>hadoop-example</artifactId>
<name>IoTDB: Example: Apache Hadoop</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/examples/iotdb-spring-boot-start/pom.xml
b/examples/iotdb-spring-boot-start/pom.xml
index b61ba40..c156f94 100644
--- a/examples/iotdb-spring-boot-start/pom.xml
+++ b/examples/iotdb-spring-boot-start/pom.xml
@@ -25,12 +25,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.3</version>
- <relativePath/>
+ <relativePath />
<!-- lookup parent from repository -->
</parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-spring-boot-start-example</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<name>IoTDB: Example: SpringBoot Starter</name>
<description>iotdb-spring-boot-start</description>
<properties>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-spring-boot-starter</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@@ -75,7 +75,7 @@
<importOrder>
<order>org.apache.iotdb,,javax,java,\#</order>
</importOrder>
- <removeUnusedImports/>
+ <removeUnusedImports />
</java>
<lineEndings>UNIX</lineEndings>
</configuration>
@@ -91,7 +91,4 @@
</plugin>
</plugins>
</build>
- <scm>
- <tag>v2.0.3</tag>
- </scm>
</project>
diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml
index 71d1b53..d09db4e 100644
--- a/examples/kafka/pom.xml
+++ b/examples/kafka/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>examples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>kafka-example</artifactId>
<name>IoTDB: Example: Apache Kafka</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
diff --git a/examples/mybatis-generator/pom.xml
b/examples/mybatis-generator/pom.xml
index 42b37b2..d0a609c 100644
--- a/examples/mybatis-generator/pom.xml
+++ b/examples/mybatis-generator/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>mybatis-generator-example</artifactId>
<name>IoTDB: Example: Mybatis Generator</name>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.mybatis</groupId>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>mybatis-generator-plugin</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
</dependencies>
<configuration>
diff --git a/examples/mybatisplus-generator/pom.xml
b/examples/mybatisplus-generator/pom.xml
index 7ec9b11..570b25e 100644
--- a/examples/mybatisplus-generator/pom.xml
+++ b/examples/mybatisplus-generator/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>mybatisplus-generator-example</artifactId>
<name>IoTDB: Example: Mybatis Plus Generator</name>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<properties>
<mybatisplus.version>3.5.10</mybatisplus.version>
<maven.compiler.source>17</maven.compiler.source>
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/examples/pom.xml b/examples/pom.xml
index ddbf0bd..205ffa0 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>examples</artifactId>
<packaging>pom</packaging>
diff --git a/examples/pulsar/pom.xml b/examples/pulsar/pom.xml
index c836901..eaf5a0a 100644
--- a/examples/pulsar/pom.xml
+++ b/examples/pulsar/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>examples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>pulsar-example</artifactId>
<name>IoTDB: Example: Apache Pulsar</name>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
diff --git a/examples/rabbitmq/pom.xml b/examples/rabbitmq/pom.xml
index d735435..a517789 100644
--- a/examples/rabbitmq/pom.xml
+++ b/examples/rabbitmq/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>examples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>rabbitmq-example</artifactId>
<name>IoTDB: Example: RabbitMQ</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
diff --git a/examples/rocketmq/pom.xml b/examples/rocketmq/pom.xml
index fc793ca..cd3668a 100644
--- a/examples/rocketmq/pom.xml
+++ b/examples/rocketmq/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>examples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-example</artifactId>
<name>IoTDB: Example: Apache RocketMQ</name>
diff --git a/examples/spark-table/pom.xml b/examples/spark-table/pom.xml
index edac7e8..c53c670 100644
--- a/examples/spark-table/pom.xml
+++ b/examples/spark-table/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>examples</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>table-spark-connector-example</artifactId>
<name>IoTDB: Example: IoTDB Table Spark Connector</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-iotdb-table-connector-3.5</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
diff --git a/iotdb-collector/collector-core/pom.xml
b/iotdb-collector/collector-core/pom.xml
index 75f80c5..d363b42 100644
--- a/iotdb-collector/collector-core/pom.xml
+++ b/iotdb-collector/collector-core/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-collector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>collector-core</artifactId>
<name>IoTDB: Collector: Core</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>collector-openapi</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
diff --git a/iotdb-collector/collector-distribution/pom.xml
b/iotdb-collector/collector-distribution/pom.xml
index a14c7ef..875bcc0 100644
--- a/iotdb-collector/collector-distribution/pom.xml
+++ b/iotdb-collector/collector-distribution/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-collector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>collector-distribution</artifactId>
<packaging>pom</packaging>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>collector-core</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<type>zip</type>
</dependency>
</dependencies>
diff --git a/iotdb-collector/collector-openapi/pom.xml
b/iotdb-collector/collector-openapi/pom.xml
index 79ad5a4..1352019 100644
--- a/iotdb-collector/collector-openapi/pom.xml
+++ b/iotdb-collector/collector-openapi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-collector</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>collector-openapi</artifactId>
<name>IoTDB: Collector: OpenAPI</name>
diff --git a/iotdb-collector/pom.xml b/iotdb-collector/pom.xml
index 62b0454..f221212 100644
--- a/iotdb-collector/pom.xml
+++ b/iotdb-collector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>iotdb-collector</artifactId>
<packaging>pom</packaging>
diff --git a/iotdb-spring-boot-starter/pom.xml
b/iotdb-spring-boot-starter/pom.xml
index 4e11ac6..892a1f2 100644
--- a/iotdb-spring-boot-starter/pom.xml
+++ b/iotdb-spring-boot-starter/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-spring-boot-starter</artifactId>
<name>IoTDB Extras: SpringBoot Starter</name>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
diff --git a/mybatis-generator/pom.xml b/mybatis-generator/pom.xml
index b1453bd..26a108e 100644
--- a/mybatis-generator/pom.xml
+++ b/mybatis-generator/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>mybatis-generator-plugin</artifactId>
<name>IoTDB Extras: Mybatis Generator Plugin</name>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<packaging>jar</packaging>
<licenses>
<license>
diff --git a/pom.xml b/pom.xml
index 2f9a77e..c5582a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-extras-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache IoTDB Project Extras Parent POM</name>
<description>This is the secondary repository that builds the examples and
integration modules for IoTDB.</description>
@@ -50,9 +50,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 />
<!-- This was the last version to support Java 8 -->
<caffeine.version>2.9.3</caffeine.version>
<cglib.version>3.3.0</cglib.version>
@@ -174,7 +174,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.
@@ -1578,7 +1578,7 @@
<importOrder>
<order>org.apache.iotdb,,javax,java,\#</order>
</importOrder>
- <removeUnusedImports/>
+ <removeUnusedImports />
</java>
<lineEndings>UNIX</lineEndings>
</configuration>
@@ -1697,7 +1697,7 @@
<phase>validate</phase>
<configuration>
<rules>
- <dependencyConvergence/>
+ <dependencyConvergence />
</rules>
</configuration>
</execution>
@@ -2003,7 +2003,7 @@
<connection>scm:git:ssh://[email protected]/apache/iotdb-extras.git</connection>
<developerConnection>scm:git:ssh://[email protected]/apache/iotdb-extras.git</developerConnection>
<url>ssh://[email protected]:apache/iotdb-extras.git</url>
- <tag>v2.0.3</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>Jira</system>