From 025c0efaffbdb45adb72297523936a7ee80a14a0 Mon Sep 17 00:00:00 2001 From: CritasWang Date: Thu, 19 Jun 2025 11:14:41 +0800 Subject: [PATCH 1/7] update iotdb to 2.0.3 --- pom.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 06acb41..159b4da 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,8 @@ mybatis-generator - + 1.7 206 @@ -90,7 +91,7 @@ https://github.com/apache/iotdb-bin-resources/tree/main/iotdb-tools-thrift --> 0.14.1.0 - 2.0.2 + 2.0.3 2.16.2 4.0.4 @@ -1260,7 +1261,8 @@ parquet-hadoop 1.10.1 - + org.codehaus.jackson jackson-core-asl @@ -1489,7 +1491,8 @@ and hopefully let the site generation nod to too big updates every time. --> true - + false @@ -1542,7 +1545,8 @@ **/.png **/.jpg **/.jpeg - + local-snapshots-dir/** **/*.plan @@ -1772,7 +1776,7 @@ io.atomix @@ -1815,7 +1819,8 @@ net.revelc.code.formatter formatter-maven-plugin - + org.apache.maven.plugins maven-checkstyle-plugin From c1bfde9ee99daac09c9b30844ceea71490b35654 Mon Sep 17 00:00:00 2001 From: CritasWang Date: Thu, 19 Jun 2025 11:26:50 +0800 Subject: [PATCH 2/7] Bump version to 2.0.3 --- 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 | 2 +- connectors/grafana-plugin/pom.xml | 2 +- connectors/hadoop/pom.xml | 2 +- connectors/hive-connector/pom.xml | 4 ++-- connectors/pom.xml | 2 +- connectors/spark-iotdb-connector/pom.xml | 2 +- .../spark-iotdb-connector/scala_2.11/pom.xml | 2 +- .../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 | 2 +- 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 | 2 +- examples/iotdb-spring-boot-start/readme.md | 14 ++++++++------ examples/kafka/pom.xml | 2 +- examples/mybatis-generator/pom.xml | 4 ++-- .../main/resources/generatorConfigByExample.xml | 8 +++++--- examples/mybatisplus-generator/pom.xml | 2 +- examples/pom.xml | 2 +- examples/pulsar/pom.xml | 2 +- examples/rabbitmq/pom.xml | 2 +- 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/README.md | 12 +++++++----- iotdb-spring-boot-starter/pom.xml | 4 ++-- mybatis-generator/README-zh.md | 13 +++++++------ mybatis-generator/README.md | 14 +++++++------- mybatis-generator/pom.xml | 4 ++-- .../src/main/resources/generatorConfig.xml | 8 +++++--- pom.xml | 2 +- 44 files changed, 92 insertions(+), 83 deletions(-) diff --git a/connectors/flink-iotdb-connector/pom.xml b/connectors/flink-iotdb-connector/pom.xml index 4ed9fe7..a8cea83 100644 --- a/connectors/flink-iotdb-connector/pom.xml +++ b/connectors/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ org.apache.iotdb connectors - 2.0.2-SNAPSHOT + 2.0.3 flink-iotdb-connector IoTDB: Connector: Apache Flink diff --git a/connectors/flink-sql-iotdb-connector/pom.xml b/connectors/flink-sql-iotdb-connector/pom.xml index 2e5416b..fcaaca0 100644 --- a/connectors/flink-sql-iotdb-connector/pom.xml +++ b/connectors/flink-sql-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb connectors - 2.0.2-SNAPSHOT + 2.0.3 flink-sql-iotdb-connector IoTDB: Connector: Apache Flink SQL diff --git a/connectors/flink-tsfile-connector/pom.xml b/connectors/flink-tsfile-connector/pom.xml index 6bbcf23..c03207d 100644 --- a/connectors/flink-tsfile-connector/pom.xml +++ b/connectors/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb connectors - 2.0.2-SNAPSHOT + 2.0.3 flink-tsfile-connector IoTDB: Connector: Apache Flink TSFile @@ -54,7 +54,7 @@ org.apache.iotdb hadoop-tsfile - 2.0.2-SNAPSHOT + 2.0.3 @@ -50,7 +50,7 @@ org.apache.iotdb flink-tsfile-connector - 2.0.2-SNAPSHOT + 2.0.3 org.apache.flink diff --git a/examples/hadoop/pom.xml b/examples/hadoop/pom.xml index 4a23d40..268558d 100644 --- a/examples/hadoop/pom.xml +++ b/examples/hadoop/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.2-SNAPSHOT + 2.0.3 hadoop-example IoTDB: Example: Apache Hadoop @@ -32,7 +32,7 @@ org.apache.iotdb hadoop-tsfile - 2.0.2-SNAPSHOT + 2.0.3 diff --git a/examples/iotdb-spring-boot-start/pom.xml b/examples/iotdb-spring-boot-start/pom.xml index 71efaf0..5820c19 100644 --- a/examples/iotdb-spring-boot-start/pom.xml +++ b/examples/iotdb-spring-boot-start/pom.xml @@ -53,7 +53,7 @@ org.apache.iotdb iotdb-spring-boot-starter - 2.0.2-SNAPSHOT + 2.0.3 diff --git a/examples/iotdb-spring-boot-start/readme.md b/examples/iotdb-spring-boot-start/readme.md index ba43418..b9653f6 100644 --- a/examples/iotdb-spring-boot-start/readme.md +++ b/examples/iotdb-spring-boot-start/readme.md @@ -18,15 +18,17 @@ under the License. --> + # IoTDB-Spring-Boot-Starter Demo + ## Introduction This demo shows how to use iotdb-spring-boot-starter ### Version usage - IoTDB: 2.0.1-beta - iotdb-spring-boot-starter: 2.0.2-SNAPSHOT + IoTDB: 2.0.3 + iotdb-spring-boot-starter: 2.0.3 ### 1. Install IoTDB @@ -35,7 +37,7 @@ ### 2. Startup IoTDB please refer to [Quick Start](http://iotdb.apache.org/UserGuide/Master/Get%20Started/QuickStart.html) - + Then we need to create a database 'wind' by cli in table model ``` create database wind; @@ -65,7 +67,7 @@ org.springframework.boot spring-boot-starter - + org.springframework.boot spring-boot-starter-test @@ -74,13 +76,13 @@ org.apache.iotdb iotdb-spring-boot-starter - 2.0.2-SNAPSHOT + 2.0.3 ``` ### 4、Use The target Bean with @Autowired - + You can use the target Bean in your Project,like: ``` @Autowired diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index 26eb4c4..37c5e2b 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.2-SNAPSHOT + 2.0.3 kafka-example IoTDB: Example: Apache Kafka diff --git a/examples/mybatis-generator/pom.xml b/examples/mybatis-generator/pom.xml index 39c714d..0270f45 100644 --- a/examples/mybatis-generator/pom.xml +++ b/examples/mybatis-generator/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.2-SNAPSHOT + 2.0.3 ../../pom.xml mybatis-generator-example @@ -77,7 +77,7 @@ org.apache.iotdb mybatis-generator-plugin - 2.0.2-SNAPSHOT + 2.0.3 diff --git a/examples/mybatis-generator/src/main/resources/generatorConfigByExample.xml b/examples/mybatis-generator/src/main/resources/generatorConfigByExample.xml index 63b4559..7170ceb 100644 --- a/examples/mybatis-generator/src/main/resources/generatorConfigByExample.xml +++ b/examples/mybatis-generator/src/main/resources/generatorConfigByExample.xml @@ -18,13 +18,15 @@ --> - + - - + + diff --git a/examples/mybatisplus-generator/pom.xml b/examples/mybatisplus-generator/pom.xml index 729e2de..c6c3d02 100644 --- a/examples/mybatisplus-generator/pom.xml +++ b/examples/mybatisplus-generator/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.2-SNAPSHOT + 2.0.3 ../../pom.xml org.apache.iotdb diff --git a/examples/pom.xml b/examples/pom.xml index 3c99c7f..ddbf0bd 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.2-SNAPSHOT + 2.0.3 examples pom diff --git a/examples/pulsar/pom.xml b/examples/pulsar/pom.xml index c9b5cc4..80bfe79 100644 --- a/examples/pulsar/pom.xml +++ b/examples/pulsar/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.2-SNAPSHOT + 2.0.3 pulsar-example IoTDB: Example: Apache Pulsar diff --git a/examples/rabbitmq/pom.xml b/examples/rabbitmq/pom.xml index fd3789e..276805f 100644 --- a/examples/rabbitmq/pom.xml +++ b/examples/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.2-SNAPSHOT + 2.0.3 rabbitmq-example IoTDB: Example: RabbitMQ diff --git a/examples/rocketmq/pom.xml b/examples/rocketmq/pom.xml index 50fb7d0..fc793ca 100644 --- a/examples/rocketmq/pom.xml +++ b/examples/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.2-SNAPSHOT + 2.0.3 rocketmq-example IoTDB: Example: Apache RocketMQ diff --git a/examples/spark-table/pom.xml b/examples/spark-table/pom.xml index 762f318..edac7e8 100644 --- a/examples/spark-table/pom.xml +++ b/examples/spark-table/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.2-SNAPSHOT + 2.0.3 table-spark-connector-example IoTDB: Example: IoTDB Table Spark Connector @@ -32,7 +32,7 @@ org.apache.iotdb spark-iotdb-table-connector-3.5 - 2.0.2-SNAPSHOT + 2.0.3 org.apache.spark diff --git a/iotdb-collector/collector-core/pom.xml b/iotdb-collector/collector-core/pom.xml index a0e4502..75f80c5 100644 --- a/iotdb-collector/collector-core/pom.xml +++ b/iotdb-collector/collector-core/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-collector - 2.0.2-SNAPSHOT + 2.0.3 collector-core IoTDB: Collector: Core @@ -32,7 +32,7 @@ org.apache.iotdb collector-openapi - 2.0.2-SNAPSHOT + 2.0.3 org.eclipse.jetty diff --git a/iotdb-collector/collector-distribution/pom.xml b/iotdb-collector/collector-distribution/pom.xml index 4bc94ff..a14c7ef 100644 --- a/iotdb-collector/collector-distribution/pom.xml +++ b/iotdb-collector/collector-distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-collector - 2.0.2-SNAPSHOT + 2.0.3 collector-distribution pom @@ -33,7 +33,7 @@ org.apache.iotdb collector-core - 2.0.2-SNAPSHOT + 2.0.3 zip diff --git a/iotdb-collector/collector-openapi/pom.xml b/iotdb-collector/collector-openapi/pom.xml index e58a51d..79ad5a4 100644 --- a/iotdb-collector/collector-openapi/pom.xml +++ b/iotdb-collector/collector-openapi/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-collector - 2.0.2-SNAPSHOT + 2.0.3 collector-openapi IoTDB: Collector: OpenAPI diff --git a/iotdb-collector/pom.xml b/iotdb-collector/pom.xml index f315491..62b0454 100644 --- a/iotdb-collector/pom.xml +++ b/iotdb-collector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.2-SNAPSHOT + 2.0.3 iotdb-collector pom diff --git a/iotdb-spring-boot-starter/README.md b/iotdb-spring-boot-starter/README.md index 20860e1..d3ab8af 100644 --- a/iotdb-spring-boot-starter/README.md +++ b/iotdb-spring-boot-starter/README.md @@ -18,11 +18,12 @@ under the License. --> + # iotdb-spring-boot-starter -* After 'clone' the project, execute 'mvn clean install'. This step is not necessary as it has already been uploaded to the Maven central repository +- After 'clone' the project, execute 'mvn clean install'. This step is not necessary as it has already been uploaded to the Maven central repository -* Add the following configuration to the 'pom' file of the project to be generated: +- Add the following configuration to the 'pom' file of the project to be generated: ``` @@ -38,12 +39,13 @@ org.apache.iotdb iotdb-spring-boot-starter - 2.0.2-SNAPSHOT + 2.0.3 ``` -* Use The target Bean with @Autowired like: +- Use The target Bean with @Autowired like: + ```java @Autowired private ITableSessionPool ioTDBSessionPool; @@ -60,4 +62,4 @@ System.out.println(); } } -``` \ No newline at end of file +``` diff --git a/iotdb-spring-boot-starter/pom.xml b/iotdb-spring-boot-starter/pom.xml index cd2ad44..4e11ac6 100644 --- a/iotdb-spring-boot-starter/pom.xml +++ b/iotdb-spring-boot-starter/pom.xml @@ -24,12 +24,12 @@ org.apache.iotdb iotdb-extras-parent - 2.0.2-SNAPSHOT + 2.0.3 org.apache.iotdb iotdb-spring-boot-starter IoTDB Extras: SpringBoot Starter - 2.0.2-SNAPSHOT + 2.0.3 17 17 diff --git a/mybatis-generator/README-zh.md b/mybatis-generator/README-zh.md index b8b2b3f..c91e773 100644 --- a/mybatis-generator/README-zh.md +++ b/mybatis-generator/README-zh.md @@ -18,11 +18,12 @@ under the License. --> + # mybatis-generator-plugin -* 把该项目 `clone` 下来之后,在本地执行 `mvn clean install` 或者 `mvn clean deploy` (`deploy` 需要修改 `pom` 中的 `distributionManagement`)【已经上传 `Maven` 中央仓库,所以此步骤不在需要】 +- 把该项目 `clone` 下来之后,在本地执行 `mvn clean install` 或者 `mvn clean deploy` (`deploy` 需要修改 `pom` 中的 `distributionManagement`)【已经上传 `Maven` 中央仓库,所以此步骤不在需要】 -* 在要生成的项目的 `pom` 文件中添加如下配置: +- 在要生成的项目的 `pom` 文件中添加如下配置: ```xml @@ -35,7 +36,7 @@ org.apache.iotdb mybatis-generator-plugin - 2.0.2-SNAPSHOT + 2.0.3 @@ -48,8 +49,8 @@ ``` -* `configurationFile` 配置 `generatorConfig.xml` 文件的位置,其内容在本项目的 `src/main/resources` 有一个模板供参考,`copy` 其内容放到相应的位置 +- `configurationFile` 配置 `generatorConfig.xml` 文件的位置,其内容在本项目的 `src/main/resources` 有一个模板供参考,`copy` 其内容放到相应的位置 -* 修改 `generatorConfig.xml` 中 想用的内容,主要是:`jdbcConnection`、`javaModelGenerator`、`sqlMapGenerator`、`javaClientGenerator`、`table` +- 修改 `generatorConfig.xml` 中 想用的内容,主要是:`jdbcConnection`、`javaModelGenerator`、`sqlMapGenerator`、`javaClientGenerator`、`table` -* 在项目的 `pom` 所在的地方执行命令:`mvn mybatis-generator:generate` 生成相应的 `Java` 类和 `mapper` 文件 \ No newline at end of file +- 在项目的 `pom` 所在的地方执行命令:`mvn mybatis-generator:generate` 生成相应的 `Java` 类和 `mapper` 文件 diff --git a/mybatis-generator/README.md b/mybatis-generator/README.md index efc9df5..4f60b9c 100644 --- a/mybatis-generator/README.md +++ b/mybatis-generator/README.md @@ -1,4 +1,3 @@ - - + - - + + diff --git a/pom.xml b/pom.xml index 159b4da..f14942a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.2-SNAPSHOT + 2.0.3 pom Apache IoTDB Project Extras Parent POM This is the secondary repository that builds the examples and integration modules for IoTDB. From d6c4b70094a1e3fbfdb6507560ca2bf865f021c0 Mon Sep 17 00:00:00 2001 From: CritasWang Date: Thu, 19 Jun 2025 18:27:31 +0800 Subject: [PATCH 3/7] Bump Version to 2.0.3-SNAPSHOT add more profile --- 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 | 2 +- connectors/grafana-plugin/pom.xml | 2 +- connectors/hadoop/pom.xml | 2 +- connectors/hive-connector/pom.xml | 4 +- connectors/pom.xml | 75 ++++-- connectors/spark-iotdb-connector/pom.xml | 2 +- .../spark-iotdb-connector/scala_2.11/pom.xml | 2 +- .../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 +- .../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 | 2 +- distributions/pom.xml | 216 ++++++++---------- examples/flink-sql/pom.xml | 15 +- examples/flink/pom.xml | 17 +- examples/hadoop/pom.xml | 15 +- examples/iotdb-spring-boot-start/pom.xml | 9 +- examples/kafka/pom.xml | 13 +- examples/mybatis-generator/pom.xml | 11 +- examples/mybatisplus-generator/pom.xml | 9 +- examples/pom.xml | 35 ++- examples/pulsar/pom.xml | 13 +- examples/rabbitmq/pom.xml | 13 +- examples/rocketmq/pom.xml | 13 +- examples/spark-table/pom.xml | 11 +- iotdb-collector/collector-core/pom.xml | 5 +- .../collector-distribution/pom.xml | 5 +- iotdb-collector/collector-openapi/pom.xml | 3 +- iotdb-collector/pom.xml | 2 +- iotdb-spring-boot-starter/pom.xml | 4 +- mybatis-generator/pom.xml | 4 +- pom.xml | 14 +- 38 files changed, 358 insertions(+), 184 deletions(-) diff --git a/connectors/flink-iotdb-connector/pom.xml b/connectors/flink-iotdb-connector/pom.xml index a8cea83..1fb9fb0 100644 --- a/connectors/flink-iotdb-connector/pom.xml +++ b/connectors/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ org.apache.iotdb connectors - 2.0.3 + 2.0.3-SNAPSHOT flink-iotdb-connector IoTDB: Connector: Apache Flink diff --git a/connectors/flink-sql-iotdb-connector/pom.xml b/connectors/flink-sql-iotdb-connector/pom.xml index fcaaca0..476423e 100644 --- a/connectors/flink-sql-iotdb-connector/pom.xml +++ b/connectors/flink-sql-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb connectors - 2.0.3 + 2.0.3-SNAPSHOT flink-sql-iotdb-connector IoTDB: Connector: Apache Flink SQL diff --git a/connectors/flink-tsfile-connector/pom.xml b/connectors/flink-tsfile-connector/pom.xml index c03207d..15b02d7 100644 --- a/connectors/flink-tsfile-connector/pom.xml +++ b/connectors/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb connectors - 2.0.3 + 2.0.3-SNAPSHOT flink-tsfile-connector IoTDB: Connector: Apache Flink TSFile @@ -54,7 +54,7 @@ org.apache.iotdb hadoop-tsfile - 2.0.3 + 2.0.3-SNAPSHOT - - all-bin - - single - - package - - - src/assembly/spark-connector.xml - src/assembly/flink-sql-connector.xml - src/assembly/mybatis-generator-plugin.xml - src/assembly/iotdb-spring-boot-starter.xml - - apache-iotdb-${project.version} - - - - - - - net.nicoulaj.maven.plugins - checksum-maven-plugin - - - sign-source-release - - files - - package - - - SHA-512 - - - - - ${project.build.directory} - - apache-iotdb-${project.version}-spark-connector-bin.zip - apache-iotdb-${project.version}-flink-sql-connector-bin.zip - - - - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce-ban-duplicate-classes - - - - - - org.apache.iotdb.spark.db.* - - - - true - - - - - - - with-grafana-plugin + with-spark org.apache.iotdb - iotdb-grafana-plugin + spark-iotdb-connector_2.11 + ${project.version} + + + org.apache.iotdb + spark-iotdb-connector_2.12 ${project.version} - pom @@ -167,9 +58,87 @@ package - - src/assembly/grafana-plugin.xml + + src/assembly/spark-connector.xml + + apache-iotdb-${project.version} + + + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + + + sign-source-release + + files + + package + + + SHA-512 + + + + + ${project.build.directory} + + apache-iotdb-${project.version}-spark-connector-bin.zip + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-ban-duplicate-classes + + + + + + org.apache.iotdb.spark.db.* + + + + true + + + + + + + + + with-flink + + + + org.apache.maven.plugins + maven-assembly-plugin + + + + all-bin + + single + + package + + + src/assembly/flink-sql-connector.xml + apache-iotdb-${project.version} @@ -188,10 +157,15 @@ package + + SHA-512 + + - - apache-iotdb-${project.version}-grafana-plugin-bin.zip + ${project.build.directory} + + apache-iotdb-${project.version}-flink-sql-connector-bin.zip diff --git a/examples/flink-sql/pom.xml b/examples/flink-sql/pom.xml index 122f340..8279688 100644 --- a/examples/flink-sql/pom.xml +++ b/examples/flink-sql/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3 + 2.0.3-SNAPSHOT flink-sql-example IoTDB: Example: Apache Flink SQL @@ -35,7 +35,7 @@ org.apache.iotdb flink-sql-iotdb-connector - 2.0.3 + 2.0.3-SNAPSHOT org.apache.flink @@ -95,4 +95,15 @@ test + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/examples/flink/pom.xml b/examples/flink/pom.xml index 426f3a7..1c26c2f 100644 --- a/examples/flink/pom.xml +++ b/examples/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3 + 2.0.3-SNAPSHOT flink-example IoTDB: Example: Apache Flink @@ -32,7 +32,7 @@ org.apache.iotdb flink-iotdb-connector - 2.0.3 + 2.0.3-SNAPSHOT @@ -50,7 +50,7 @@ org.apache.iotdb flink-tsfile-connector - 2.0.3 + 2.0.3-SNAPSHOT org.apache.flink @@ -58,4 +58,15 @@ ${flink.version} + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/examples/hadoop/pom.xml b/examples/hadoop/pom.xml index 268558d..2cebfcb 100644 --- a/examples/hadoop/pom.xml +++ b/examples/hadoop/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3 + 2.0.3-SNAPSHOT hadoop-example IoTDB: Example: Apache Hadoop @@ -32,7 +32,18 @@ org.apache.iotdb hadoop-tsfile - 2.0.3 + 2.0.3-SNAPSHOT + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/examples/iotdb-spring-boot-start/pom.xml b/examples/iotdb-spring-boot-start/pom.xml index 5820c19..8178f2d 100644 --- a/examples/iotdb-spring-boot-start/pom.xml +++ b/examples/iotdb-spring-boot-start/pom.xml @@ -53,7 +53,7 @@ org.apache.iotdb iotdb-spring-boot-starter - 2.0.3 + 2.0.3-SNAPSHOT @@ -89,6 +89,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index 37c5e2b..e871b26 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3 + 2.0.3-SNAPSHOT kafka-example IoTDB: Example: Apache Kafka @@ -45,4 +45,15 @@ 2.8.2 + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/examples/mybatis-generator/pom.xml b/examples/mybatis-generator/pom.xml index 0270f45..3905611 100644 --- a/examples/mybatis-generator/pom.xml +++ b/examples/mybatis-generator/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3 + 2.0.3-SNAPSHOT ../../pom.xml mybatis-generator-example @@ -77,7 +77,7 @@ org.apache.iotdb mybatis-generator-plugin - 2.0.3 + 2.0.3-SNAPSHOT @@ -96,6 +96,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/examples/mybatisplus-generator/pom.xml b/examples/mybatisplus-generator/pom.xml index c6c3d02..b3775f9 100644 --- a/examples/mybatisplus-generator/pom.xml +++ b/examples/mybatisplus-generator/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3 + 2.0.3-SNAPSHOT ../../pom.xml org.apache.iotdb @@ -107,6 +107,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/examples/pom.xml b/examples/pom.xml index ddbf0bd..438a970 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3 + 2.0.3-SNAPSHOT examples pom @@ -48,6 +48,39 @@ mybatisplus-generator + + with-all-connectors + + flink + flink-sql + hadoop + kafka + pulsar + rabbitmq + rocketmq + spark-table + mybatis-generator + + + + with-flink + + flink + flink-sql + + + + with-hadoop + + hadoop + + + + with-spark + + spark-table + + diff --git a/examples/pulsar/pom.xml b/examples/pulsar/pom.xml index 80bfe79..2e38f6f 100644 --- a/examples/pulsar/pom.xml +++ b/examples/pulsar/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3 + 2.0.3-SNAPSHOT pulsar-example IoTDB: Example: Apache Pulsar @@ -52,4 +52,15 @@ ${iotdb.version} + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/examples/rabbitmq/pom.xml b/examples/rabbitmq/pom.xml index 276805f..5e06cac 100644 --- a/examples/rabbitmq/pom.xml +++ b/examples/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3 + 2.0.3-SNAPSHOT rabbitmq-example IoTDB: Example: RabbitMQ @@ -44,4 +44,15 @@ amqp-client + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/examples/rocketmq/pom.xml b/examples/rocketmq/pom.xml index fc793ca..ef232cb 100644 --- a/examples/rocketmq/pom.xml +++ b/examples/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3 + 2.0.3-SNAPSHOT rocketmq-example IoTDB: Example: Apache RocketMQ @@ -45,4 +45,15 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/examples/spark-table/pom.xml b/examples/spark-table/pom.xml index edac7e8..e83344c 100644 --- a/examples/spark-table/pom.xml +++ b/examples/spark-table/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3 + 2.0.3-SNAPSHOT table-spark-connector-example IoTDB: Example: IoTDB Table Spark Connector @@ -32,7 +32,7 @@ org.apache.iotdb spark-iotdb-table-connector-3.5 - 2.0.3 + 2.0.3-SNAPSHOT org.apache.spark @@ -67,6 +67,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/iotdb-collector/collector-core/pom.xml b/iotdb-collector/collector-core/pom.xml index 75f80c5..188cf80 100644 --- a/iotdb-collector/collector-core/pom.xml +++ b/iotdb-collector/collector-core/pom.xml @@ -24,15 +24,16 @@ org.apache.iotdb iotdb-collector - 2.0.3 + 2.0.3-SNAPSHOT collector-core IoTDB: Collector: Core + 2.0.3-SNAPSHOT org.apache.iotdb collector-openapi - 2.0.3 + 2.0.3-SNAPSHOT org.eclipse.jetty diff --git a/iotdb-collector/collector-distribution/pom.xml b/iotdb-collector/collector-distribution/pom.xml index a14c7ef..edcd8a1 100644 --- a/iotdb-collector/collector-distribution/pom.xml +++ b/iotdb-collector/collector-distribution/pom.xml @@ -24,16 +24,17 @@ org.apache.iotdb iotdb-collector - 2.0.3 + 2.0.3-SNAPSHOT collector-distribution pom IoTDB: Collector: Distribution + 2.0.3-SNAPSHOT org.apache.iotdb collector-core - 2.0.3 + 2.0.3-SNAPSHOT zip diff --git a/iotdb-collector/collector-openapi/pom.xml b/iotdb-collector/collector-openapi/pom.xml index 79ad5a4..adfb27a 100644 --- a/iotdb-collector/collector-openapi/pom.xml +++ b/iotdb-collector/collector-openapi/pom.xml @@ -24,10 +24,11 @@ org.apache.iotdb iotdb-collector - 2.0.3 + 2.0.3-SNAPSHOT collector-openapi IoTDB: Collector: OpenAPI + 2.0.3-SNAPSHOT io.swagger diff --git a/iotdb-collector/pom.xml b/iotdb-collector/pom.xml index 62b0454..fd7e68e 100644 --- a/iotdb-collector/pom.xml +++ b/iotdb-collector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3 + 2.0.3-SNAPSHOT iotdb-collector pom diff --git a/iotdb-spring-boot-starter/pom.xml b/iotdb-spring-boot-starter/pom.xml index 4e11ac6..173732c 100644 --- a/iotdb-spring-boot-starter/pom.xml +++ b/iotdb-spring-boot-starter/pom.xml @@ -24,12 +24,12 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3 + 2.0.3-SNAPSHOT org.apache.iotdb iotdb-spring-boot-starter IoTDB Extras: SpringBoot Starter - 2.0.3 + 2.0.3-SNAPSHOT 17 17 diff --git a/mybatis-generator/pom.xml b/mybatis-generator/pom.xml index b1453bd..34663d0 100644 --- a/mybatis-generator/pom.xml +++ b/mybatis-generator/pom.xml @@ -4,12 +4,12 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3 + 2.0.3-SNAPSHOT org.apache.iotdb mybatis-generator-plugin IoTDB Extras: Mybatis Generator Plugin - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index f14942a..6cd6fc5 100644 --- a/pom.xml +++ b/pom.xml @@ -28,14 +28,13 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3 + 2.0.3-SNAPSHOT pom Apache IoTDB Project Extras Parent POM This is the secondary repository that builds the examples and integration modules for IoTDB. connectors distributions - examples iotdb-collector mybatis-generator @@ -1652,6 +1651,11 @@ openapi-generator-maven-plugin ${openapi.generator.version} + + org.codehaus.mojo + build-helper-maven-plugin + 3.4.0 + @@ -2073,6 +2077,12 @@ iotdb-spring-boot-starter + + with-examples + + examples + + apache-release From a1aedb3f310c663d9563eaa24a119132eab5396f Mon Sep 17 00:00:00 2001 From: CritasWang Date: Thu, 19 Jun 2025 18:32:13 +0800 Subject: [PATCH 4/7] move spark-tsfile to with-spark-tsfile --- connectors/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/connectors/pom.xml b/connectors/pom.xml index 6339fde..a8ff4c0 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -103,6 +103,12 @@ spark-iotdb-connector spark-iotdb-table-connector + + + + with-spark-tsfile + + hadoop spark-tsfile From 16d73d9056150d2d2e90837c919c5e85ad72f543 Mon Sep 17 00:00:00 2001 From: HTHou Date: Thu, 19 Jun 2025 18:33:43 +0800 Subject: [PATCH 5/7] [maven-release-plugin] prepare release v2.0.3 --- connectors/pom.xml | 2 +- connectors/spark-iotdb-connector/pom.xml | 2 +- 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 +- distributions/pom.xml | 2 +- iotdb-collector/collector-core/pom.xml | 6 +++--- iotdb-collector/collector-distribution/pom.xml | 6 +++--- iotdb-collector/collector-openapi/pom.xml | 4 ++-- iotdb-collector/pom.xml | 2 +- iotdb-spring-boot-starter/pom.xml | 4 ++-- mybatis-generator/pom.xml | 4 ++-- pom.xml | 3 ++- 17 files changed, 25 insertions(+), 24 deletions(-) diff --git a/connectors/pom.xml b/connectors/pom.xml index a8ff4c0..3dc993c 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3-SNAPSHOT + 2.0.3 connectors pom diff --git a/connectors/spark-iotdb-connector/pom.xml b/connectors/spark-iotdb-connector/pom.xml index 30cda79..4859e8a 100644 --- a/connectors/spark-iotdb-connector/pom.xml +++ b/connectors/spark-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb connectors - 2.0.3-SNAPSHOT + 2.0.3 spark-iotdb-connector 4.9.3 - + 4.2.0 - + 2.9.3 3.3.0 @@ -173,7 +173,7 @@ 1.6.14 chmod - + @@ -50,7 +50,7 @@ org.apache.iotdb flink-tsfile-connector - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT org.apache.flink diff --git a/examples/hadoop/pom.xml b/examples/hadoop/pom.xml index 2cebfcb..38a1f66 100644 --- a/examples/hadoop/pom.xml +++ b/examples/hadoop/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT hadoop-example IoTDB: Example: Apache Hadoop @@ -32,7 +32,7 @@ org.apache.iotdb hadoop-tsfile - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT diff --git a/examples/iotdb-spring-boot-start/pom.xml b/examples/iotdb-spring-boot-start/pom.xml index 8178f2d..c2a8b3c 100644 --- a/examples/iotdb-spring-boot-start/pom.xml +++ b/examples/iotdb-spring-boot-start/pom.xml @@ -53,7 +53,7 @@ org.apache.iotdb iotdb-spring-boot-starter - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index e871b26..47d2c38 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT kafka-example IoTDB: Example: Apache Kafka diff --git a/examples/mybatis-generator/pom.xml b/examples/mybatis-generator/pom.xml index 3905611..7e2f455 100644 --- a/examples/mybatis-generator/pom.xml +++ b/examples/mybatis-generator/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT ../../pom.xml mybatis-generator-example @@ -77,7 +77,7 @@ org.apache.iotdb mybatis-generator-plugin - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT diff --git a/examples/mybatisplus-generator/pom.xml b/examples/mybatisplus-generator/pom.xml index b3775f9..75ffb63 100644 --- a/examples/mybatisplus-generator/pom.xml +++ b/examples/mybatisplus-generator/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT ../../pom.xml org.apache.iotdb diff --git a/examples/pom.xml b/examples/pom.xml index 438a970..c68bef4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-extras-parent - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT examples pom diff --git a/examples/pulsar/pom.xml b/examples/pulsar/pom.xml index 2e38f6f..99135ab 100644 --- a/examples/pulsar/pom.xml +++ b/examples/pulsar/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT pulsar-example IoTDB: Example: Apache Pulsar diff --git a/examples/rabbitmq/pom.xml b/examples/rabbitmq/pom.xml index 5e06cac..dd10aa8 100644 --- a/examples/rabbitmq/pom.xml +++ b/examples/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT rabbitmq-example IoTDB: Example: RabbitMQ diff --git a/examples/rocketmq/pom.xml b/examples/rocketmq/pom.xml index ef232cb..b880681 100644 --- a/examples/rocketmq/pom.xml +++ b/examples/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT rocketmq-example IoTDB: Example: Apache RocketMQ diff --git a/examples/spark-table/pom.xml b/examples/spark-table/pom.xml index e83344c..eb5d4c6 100644 --- a/examples/spark-table/pom.xml +++ b/examples/spark-table/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb examples - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT table-spark-connector-example IoTDB: Example: IoTDB Table Spark Connector @@ -32,7 +32,7 @@ org.apache.iotdb spark-iotdb-table-connector-3.5 - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT org.apache.spark diff --git a/iotdb-collector/collector-distribution/pom.xml b/iotdb-collector/collector-distribution/pom.xml index ccd553a..488d5d6 100644 --- a/iotdb-collector/collector-distribution/pom.xml +++ b/iotdb-collector/collector-distribution/pom.xml @@ -65,6 +65,7 @@ net.nicoulaj.maven.plugins checksum-maven-plugin + 1.11 sign-source-release diff --git a/pom.xml b/pom.xml index d0a76bf..149c1a3 100644 --- a/pom.xml +++ b/pom.xml @@ -2143,6 +2143,7 @@ net.nicoulaj.maven.plugins checksum-maven-plugin + 1.11 sign-source-release