diff --git a/client/datacap-cli/pom.xml b/client/datacap-cli/pom.xml index 00d6c872..76718069 100644 --- a/client/datacap-cli/pom.xml +++ b/client/datacap-cli/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/core/datacap-captcha/pom.xml b/core/datacap-captcha/pom.xml index 56af235e..901424e3 100644 --- a/core/datacap-captcha/pom.xml +++ b/core/datacap-captcha/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/core/datacap-common/pom.xml b/core/datacap-common/pom.xml index 8e90c6b6..1cf1a0ed 100644 --- a/core/datacap-common/pom.xml +++ b/core/datacap-common/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/core/datacap-parser/pom.xml b/core/datacap-parser/pom.xml index 97e0607f..3722506e 100644 --- a/core/datacap-parser/pom.xml +++ b/core/datacap-parser/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/core/datacap-security/pom.xml b/core/datacap-security/pom.xml index 168a5a4c..691a1b20 100644 --- a/core/datacap-security/pom.xml +++ b/core/datacap-security/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/core/datacap-server/pom.xml b/core/datacap-server/pom.xml index 213bb36c..69e20da9 100644 --- a/core/datacap-server/pom.xml +++ b/core/datacap-server/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/core/datacap-service/pom.xml b/core/datacap-service/pom.xml index ad4c0539..9ac4fe7b 100644 --- a/core/datacap-service/pom.xml +++ b/core/datacap-service/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/core/datacap-spi/pom.xml b/core/datacap-spi/pom.xml index fb4115cb..86abe80d 100644 --- a/core/datacap-spi/pom.xml +++ b/core/datacap-spi/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/core/datacap-web/package.json b/core/datacap-web/package.json index c5ebfab0..de125517 100644 --- a/core/datacap-web/package.json +++ b/core/datacap-web/package.json @@ -1,7 +1,7 @@ { "name": "datacap-console", "description": "DataCap console", - "version": "1.15.0-SNAPSHOT", + "version": "1.15.0", "private": true, "scripts": { "dev": "vue-cli-service serve", diff --git a/docs/docs/download.md b/docs/docs/download.md index 587ade59..7a344327 100644 --- a/docs/docs/download.md +++ b/docs/docs/download.md @@ -27,7 +27,7 @@ The current Trino release is version - [datacap-client-cli-1.14.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.14.0/datacap-client-cli-1.14.0.jar){ .md-button .md-button-primary } + [datacap-client-cli-1.15.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.15.0/datacap-client-cli-1.15.0.jar){ .md-button .md-button-primary } - :material-more: __More package__ diff --git a/docs/docs/release/1.14.0.md b/docs/docs/release/1.14.0.md new file mode 100644 index 00000000..50652a01 --- /dev/null +++ b/docs/docs/release/1.14.0.md @@ -0,0 +1,65 @@ +!!! note + + The current release involves several major updates. + +:tada: :tada: :tada: :tada: :tada: :tada: **DataCap is released** :tada: :tada: :tada: :tada: :tada: :tada: + +| Release Version | Release Time | +|:---------------:|:------------:| +| `1.14.0` | `2023-09-14` | + +#### General + +--- + +- Fix the issue where the data source check task returns an empty +- Add captcha +- Support login verification code +- Automatic refresh of verification code failure is supported +- Support signup verification code +- Support signup enable +- Move etc to configure + +#### Web + +--- + +- Fixed empty editor destruction exception +- Global public page adds layout +- Fixed the profile page error +- Fixed the abnormal login page style + +#### Pipeline (Apache Seatunnel) + +--- + +- Support kafka source and sink +- Support delete +- Build pipeline page +- Support submit +- Support SWITCH field type +- Add executor logo +- Supports traffic limiting queuing +- Support stop +- Reset the pipeline when the service restarts +- Add logging interface and optimize UI +- Support field description +- Support field select type +- Support field checker +- Support field array +- Support redis sink +- Supports specifying the runtime mechanism + +#### Dependencies + +--- + +- Bump com.google.guava:guava from 31.1-jre to 32.1.2-jre +- Bump org.devlive.sdk:openai-java-sdk from 1.5.0 to 1.9.0 +- Bump com.h2database:h2 from 2.1.214 to 2.2.220 +- Bump org.projectlombok:lombok from 1.18.24 to 1.18.28 +- Bump org.apache.kafka:kafka-clients from 2.8.0 to 2.8.1 +- Bump org.duckdb:duckdb_jdbc from 0.7.0 to 0.8.1 +- Bump com.github.eirslett:frontend-maven-plugin from 1.12.1 to 1.13.4 +- Bump kotlin.version from 1.8.20 to 1.9.10 +- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6 to 1.6.13 diff --git a/docs/docs/release/1.14.0.zh.md b/docs/docs/release/1.14.0.zh.md new file mode 100644 index 00000000..699794c7 --- /dev/null +++ b/docs/docs/release/1.14.0.zh.md @@ -0,0 +1,66 @@ +!!! note + + 当前版本涉及几个主要更新。 + +:tada: :tada: :tada: :tada: :tada: :tada: **DataCap 已发布** :tada: :tada: :tada: :tada: :tada: :tada: + +| 发布版本 | 发布时间 | +|:--------:|:------------:| +| `1.14.0` | `2023-09-14` | + +#### General + +--- + +- 修复数据源检查任务返回空的问题 +- 添加验证码 +- 支持登录验证码 +- 支持验证码失败自动刷新 +- 支持注册验证码 +- 支持注册启用 +- 移动 etc 到 configure + +#### Web + +--- + +- 修复空编辑器破坏异常 +- 公共页面增加布局 +- 修复了个人资料页面错误 +- 修复登录页面样式异常的问题 + +#### Pipeline (Apache Seatunnel) + +--- + +- 支持 Kafka 输入|输出 +- 支持 ClickHouse 输入|输出 +- 支持删除 +- 构建管道页面 +- 支持提交 +- 支持 SWITCH 字段类型 +- 添加执行者标志 +- 支持限流排队 +- 支持停止 +- 服务重启时重置流水线 +- 添加日志界面并优化UI +- 支持字段描述 +- 支持字段 SELECT 类型 +- 支持字段检查 +- 支持字段数组 +- 支持 Redis 输出 +- 支持指定运行时机制 + +#### Dependencies + +--- + +- 将 com.google.guava:guava 从 31.1-jre 更改为 32.1.2-jre +- 将 org.devlive.sdk:openai-java-sdk 从 1.5.0 升级到 1.9.0 +- 将 com.h2database:h2 从 2.1.214 提升到 2.2.220 +- 将 org.projectlombok:lombok 从 1.18.24 更改为 1.18.28 +- 将 org.apache.kafka:kafka-clients 从 2.8.0 升级到 2.8.1 +- 将 org.duckdb:duckdb_jdbc 从 0.7.0 升级到 0.8.1 +- 将 com.github.eirslett:frontend-maven-plugin 从 1.12.1 升级到 1.13.4 +- 将 kotlin.version 从 1.8.20 升级到 1.9.10 +- 将 org.sonatype.plugins:nexus-staging-maven-plugin 从 1.6 升级到 1.6.13 diff --git a/docs/docs/release/latest.md b/docs/docs/release/latest.md index 50652a01..a973a644 100644 --- a/docs/docs/release/latest.md +++ b/docs/docs/release/latest.md @@ -6,60 +6,28 @@ | Release Version | Release Time | |:---------------:|:------------:| -| `1.14.0` | `2023-09-14` | +| `1.15.0` | `2023-10-18` | #### General --- -- Fix the issue where the data source check task returns an empty -- Add captcha -- Support login verification code -- Automatic refresh of verification code failure is supported -- Support signup verification code -- Support signup enable -- Move etc to configure +- Support database synchronization +- Support table synchronization +- Support column synchronization +- Add scheduler history +- Refactor metadata module +- Improve SQL files -#### Web +#### Editor --- -- Fixed empty editor destruction exception -- Global public page adds layout -- Fixed the profile page error -- Fixed the abnormal login page style +- Replace `monaco` to `ace` -#### Pipeline (Apache Seatunnel) +#### Docs --- -- Support kafka source and sink -- Support delete -- Build pipeline page -- Support submit -- Support SWITCH field type -- Add executor logo -- Supports traffic limiting queuing -- Support stop -- Reset the pipeline when the service restarts -- Add logging interface and optimize UI -- Support field description -- Support field select type -- Support field checker -- Support field array -- Support redis sink -- Supports specifying the runtime mechanism - -#### Dependencies - ---- - -- Bump com.google.guava:guava from 31.1-jre to 32.1.2-jre -- Bump org.devlive.sdk:openai-java-sdk from 1.5.0 to 1.9.0 -- Bump com.h2database:h2 from 2.1.214 to 2.2.220 -- Bump org.projectlombok:lombok from 1.18.24 to 1.18.28 -- Bump org.apache.kafka:kafka-clients from 2.8.0 to 2.8.1 -- Bump org.duckdb:duckdb_jdbc from 0.7.0 to 0.8.1 -- Bump com.github.eirslett:frontend-maven-plugin from 1.12.1 to 1.13.4 -- Bump kotlin.version from 1.8.20 to 1.9.10 -- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6 to 1.6.13 +- Add deployment documents in Chinese +- Refine the fragment and data source Chinese documentation diff --git a/docs/docs/release/latest.zh.md b/docs/docs/release/latest.zh.md index 699794c7..a9d88d1a 100644 --- a/docs/docs/release/latest.zh.md +++ b/docs/docs/release/latest.zh.md @@ -6,61 +6,28 @@ | 发布版本 | 发布时间 | |:--------:|:------------:| -| `1.14.0` | `2023-09-14` | +| `1.15.0` | `2023-10-18` | #### General --- -- 修复数据源检查任务返回空的问题 -- 添加验证码 -- 支持登录验证码 -- 支持验证码失败自动刷新 -- 支持注册验证码 -- 支持注册启用 -- 移动 etc 到 configure +- 支持数据库同步 +- 支持表同步 +- 支持列同步 +- 添加调度程序历史记录 +- 重构元数据模块 +- 改进 SQL 文件 -#### Web +#### Editor --- -- 修复空编辑器破坏异常 -- 公共页面增加布局 -- 修复了个人资料页面错误 -- 修复登录页面样式异常的问题 +- 替换 `monaco` 为 `ace` -#### Pipeline (Apache Seatunnel) +#### Docs --- -- 支持 Kafka 输入|输出 -- 支持 ClickHouse 输入|输出 -- 支持删除 -- 构建管道页面 -- 支持提交 -- 支持 SWITCH 字段类型 -- 添加执行者标志 -- 支持限流排队 -- 支持停止 -- 服务重启时重置流水线 -- 添加日志界面并优化UI -- 支持字段描述 -- 支持字段 SELECT 类型 -- 支持字段检查 -- 支持字段数组 -- 支持 Redis 输出 -- 支持指定运行时机制 - -#### Dependencies - ---- - -- 将 com.google.guava:guava 从 31.1-jre 更改为 32.1.2-jre -- 将 org.devlive.sdk:openai-java-sdk 从 1.5.0 升级到 1.9.0 -- 将 com.h2database:h2 从 2.1.214 提升到 2.2.220 -- 将 org.projectlombok:lombok 从 1.18.24 更改为 1.18.28 -- 将 org.apache.kafka:kafka-clients 从 2.8.0 升级到 2.8.1 -- 将 org.duckdb:duckdb_jdbc 从 0.7.0 升级到 0.8.1 -- 将 com.github.eirslett:frontend-maven-plugin 从 1.12.1 升级到 1.13.4 -- 将 kotlin.version 从 1.8.20 升级到 1.9.10 -- 将 org.sonatype.plugins:nexus-staging-maven-plugin 从 1.6 升级到 1.6.13 +- 添加中文部署文档 +- 优化片段和数据来源中文文档 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 27511ed1..41ef31a3 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -200,7 +200,8 @@ nav: - Other: - developer_guide/pipeline/home.md - Release Note: - - 1.14.0 (latest): release/latest.md + - 1.15.0 (latest): release/latest.md + - 1.14.0: release/1.14.0.md - 1.13.0: release/1.13.0.md - 1.12.0: release/1.12.0.md - 1.11.0: release/1.11.0.md diff --git a/driver/datacap-driver-mongo/pom.xml b/driver/datacap-driver-mongo/pom.xml index 30d2832d..da85e276 100644 --- a/driver/datacap-driver-mongo/pom.xml +++ b/driver/datacap-driver-mongo/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/driver/datacap-driver-redis/pom.xml b/driver/datacap-driver-redis/pom.xml index a46377e2..1e29c2d7 100644 --- a/driver/datacap-driver-redis/pom.xml +++ b/driver/datacap-driver-redis/pom.xml @@ -6,7 +6,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/executor/datacap-executor-example/pom.xml b/executor/datacap-executor-example/pom.xml index d37a5a6a..0806674b 100644 --- a/executor/datacap-executor-example/pom.xml +++ b/executor/datacap-executor-example/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml @@ -20,4 +20,17 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${plugin.maven.nexus.version} + true + + true + + + + diff --git a/executor/datacap-executor-seatunnel/pom.xml b/executor/datacap-executor-seatunnel/pom.xml index 9b076a2a..d9f28e93 100644 --- a/executor/datacap-executor-seatunnel/pom.xml +++ b/executor/datacap-executor-seatunnel/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/lib/datacap-http/pom.xml b/lib/datacap-http/pom.xml index 17acbc92..60fd0b8a 100644 --- a/lib/datacap-http/pom.xml +++ b/lib/datacap-http/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/lib/datacap-logger/pom.xml b/lib/datacap-logger/pom.xml index 8e9a1e0e..a090b807 100644 --- a/lib/datacap-logger/pom.xml +++ b/lib/datacap-logger/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/lib/datacap-schedule/pom.xml b/lib/datacap-schedule/pom.xml index 04591ba2..a7a310ce 100644 --- a/lib/datacap-schedule/pom.xml +++ b/lib/datacap-schedule/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/lib/datacap-shell/pom.xml b/lib/datacap-shell/pom.xml index d9c13a86..d1d2687b 100644 --- a/lib/datacap-shell/pom.xml +++ b/lib/datacap-shell/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-http-ceresdb/pom.xml b/plugin/datacap-http-ceresdb/pom.xml index a0d2f2c0..477d8869 100644 --- a/plugin/datacap-http-ceresdb/pom.xml +++ b/plugin/datacap-http-ceresdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-http-clickhouse/pom.xml b/plugin/datacap-http-clickhouse/pom.xml index ad0f86c3..66dc19f5 100644 --- a/plugin/datacap-http-clickhouse/pom.xml +++ b/plugin/datacap-http-clickhouse/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-http-cratedb/pom.xml b/plugin/datacap-http-cratedb/pom.xml index ca2cbc50..d8293c68 100644 --- a/plugin/datacap-http-cratedb/pom.xml +++ b/plugin/datacap-http-cratedb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-http-greptime/pom.xml b/plugin/datacap-http-greptime/pom.xml index 8387f4cd..905727a1 100644 --- a/plugin/datacap-http-greptime/pom.xml +++ b/plugin/datacap-http-greptime/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-http-questdb/pom.xml b/plugin/datacap-http-questdb/pom.xml index fa60c619..1754b60a 100644 --- a/plugin/datacap-http-questdb/pom.xml +++ b/plugin/datacap-http-questdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-clickhouse/pom.xml b/plugin/datacap-jdbc-clickhouse/pom.xml index 3a25f3b7..97106d49 100644 --- a/plugin/datacap-jdbc-clickhouse/pom.xml +++ b/plugin/datacap-jdbc-clickhouse/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-cratedb/pom.xml b/plugin/datacap-jdbc-cratedb/pom.xml index 982e7a81..7a0daf19 100644 --- a/plugin/datacap-jdbc-cratedb/pom.xml +++ b/plugin/datacap-jdbc-cratedb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-db2/pom.xml b/plugin/datacap-jdbc-db2/pom.xml index a6e052c8..e17ff8a4 100644 --- a/plugin/datacap-jdbc-db2/pom.xml +++ b/plugin/datacap-jdbc-db2/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-dm/pom.xml b/plugin/datacap-jdbc-dm/pom.xml index c5af8606..bf5d9842 100644 --- a/plugin/datacap-jdbc-dm/pom.xml +++ b/plugin/datacap-jdbc-dm/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-doris/pom.xml b/plugin/datacap-jdbc-doris/pom.xml index 67003485..0134890b 100644 --- a/plugin/datacap-jdbc-doris/pom.xml +++ b/plugin/datacap-jdbc-doris/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-dremio/pom.xml b/plugin/datacap-jdbc-dremio/pom.xml index 91e62d2f..d2f5ad58 100644 --- a/plugin/datacap-jdbc-dremio/pom.xml +++ b/plugin/datacap-jdbc-dremio/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-druid/pom.xml b/plugin/datacap-jdbc-druid/pom.xml index 9fd9ae63..264771c7 100644 --- a/plugin/datacap-jdbc-druid/pom.xml +++ b/plugin/datacap-jdbc-druid/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-duckdb/pom.xml b/plugin/datacap-jdbc-duckdb/pom.xml index a7c9bdc6..6ed9636a 100644 --- a/plugin/datacap-jdbc-duckdb/pom.xml +++ b/plugin/datacap-jdbc-duckdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-elasticsearch/pom.xml b/plugin/datacap-jdbc-elasticsearch/pom.xml index d9616d94..55109f70 100644 --- a/plugin/datacap-jdbc-elasticsearch/pom.xml +++ b/plugin/datacap-jdbc-elasticsearch/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-h2/pom.xml b/plugin/datacap-jdbc-h2/pom.xml index 413b0b45..2a8505a4 100644 --- a/plugin/datacap-jdbc-h2/pom.xml +++ b/plugin/datacap-jdbc-h2/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-hive/pom.xml b/plugin/datacap-jdbc-hive/pom.xml index 4fc0ae91..51276a70 100644 --- a/plugin/datacap-jdbc-hive/pom.xml +++ b/plugin/datacap-jdbc-hive/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-hologres/pom.xml b/plugin/datacap-jdbc-hologres/pom.xml index 6a53f1c4..4e18afbc 100644 --- a/plugin/datacap-jdbc-hologres/pom.xml +++ b/plugin/datacap-jdbc-hologres/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-ignite/pom.xml b/plugin/datacap-jdbc-ignite/pom.xml index 4d35e21e..9647f47b 100644 --- a/plugin/datacap-jdbc-ignite/pom.xml +++ b/plugin/datacap-jdbc-ignite/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-impala/pom.xml b/plugin/datacap-jdbc-impala/pom.xml index 52d18ee5..5d486df9 100644 --- a/plugin/datacap-jdbc-impala/pom.xml +++ b/plugin/datacap-jdbc-impala/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-iotdb/pom.xml b/plugin/datacap-jdbc-iotdb/pom.xml index 853c21ab..7c44dedc 100644 --- a/plugin/datacap-jdbc-iotdb/pom.xml +++ b/plugin/datacap-jdbc-iotdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-kylin/pom.xml b/plugin/datacap-jdbc-kylin/pom.xml index 531b4543..a28ad612 100644 --- a/plugin/datacap-jdbc-kylin/pom.xml +++ b/plugin/datacap-jdbc-kylin/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-kyuubi/pom.xml b/plugin/datacap-jdbc-kyuubi/pom.xml index 1a57f61f..a8c84bb1 100644 --- a/plugin/datacap-jdbc-kyuubi/pom.xml +++ b/plugin/datacap-jdbc-kyuubi/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-monetdb/pom.xml b/plugin/datacap-jdbc-monetdb/pom.xml index 70710d32..fe95147a 100644 --- a/plugin/datacap-jdbc-monetdb/pom.xml +++ b/plugin/datacap-jdbc-monetdb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-mongo/pom.xml b/plugin/datacap-jdbc-mongo/pom.xml index 3e5fdd2e..8d00b2bd 100644 --- a/plugin/datacap-jdbc-mongo/pom.xml +++ b/plugin/datacap-jdbc-mongo/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-mysql/pom.xml b/plugin/datacap-jdbc-mysql/pom.xml index 75ebf2e5..65e29127 100644 --- a/plugin/datacap-jdbc-mysql/pom.xml +++ b/plugin/datacap-jdbc-mysql/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-neo4j/pom.xml b/plugin/datacap-jdbc-neo4j/pom.xml index 141c4fb9..6f7247d3 100644 --- a/plugin/datacap-jdbc-neo4j/pom.xml +++ b/plugin/datacap-jdbc-neo4j/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-oceanbase/pom.xml b/plugin/datacap-jdbc-oceanbase/pom.xml index ce126c4e..45ffe54d 100644 --- a/plugin/datacap-jdbc-oceanbase/pom.xml +++ b/plugin/datacap-jdbc-oceanbase/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-oracle/pom.xml b/plugin/datacap-jdbc-oracle/pom.xml index a5eaf99b..b8efef0b 100644 --- a/plugin/datacap-jdbc-oracle/pom.xml +++ b/plugin/datacap-jdbc-oracle/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-phoenix/pom.xml b/plugin/datacap-jdbc-phoenix/pom.xml index e4e0b1a3..6a0721a9 100644 --- a/plugin/datacap-jdbc-phoenix/pom.xml +++ b/plugin/datacap-jdbc-phoenix/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-postgresql/pom.xml b/plugin/datacap-jdbc-postgresql/pom.xml index 99cfe1d4..bf92f757 100644 --- a/plugin/datacap-jdbc-postgresql/pom.xml +++ b/plugin/datacap-jdbc-postgresql/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-presto/pom.xml b/plugin/datacap-jdbc-presto/pom.xml index ce8f4937..27282f2b 100644 --- a/plugin/datacap-jdbc-presto/pom.xml +++ b/plugin/datacap-jdbc-presto/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-redis/pom.xml b/plugin/datacap-jdbc-redis/pom.xml index 93dd403f..ac763eb2 100644 --- a/plugin/datacap-jdbc-redis/pom.xml +++ b/plugin/datacap-jdbc-redis/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-snowflake/pom.xml b/plugin/datacap-jdbc-snowflake/pom.xml index 126abaa8..1f0be2ec 100644 --- a/plugin/datacap-jdbc-snowflake/pom.xml +++ b/plugin/datacap-jdbc-snowflake/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-sqlserver/pom.xml b/plugin/datacap-jdbc-sqlserver/pom.xml index 37126ef8..3d8d0931 100644 --- a/plugin/datacap-jdbc-sqlserver/pom.xml +++ b/plugin/datacap-jdbc-sqlserver/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-starrocks/pom.xml b/plugin/datacap-jdbc-starrocks/pom.xml index 180cd00e..12bf7f27 100644 --- a/plugin/datacap-jdbc-starrocks/pom.xml +++ b/plugin/datacap-jdbc-starrocks/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-jdbc-tdengine/pom.xml b/plugin/datacap-jdbc-tdengine/pom.xml index 1079e6a0..c9924f7c 100644 --- a/plugin/datacap-jdbc-tdengine/pom.xml +++ b/plugin/datacap-jdbc-tdengine/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-trino/pom.xml b/plugin/datacap-jdbc-trino/pom.xml index 539d3cd9..ed632434 100644 --- a/plugin/datacap-jdbc-trino/pom.xml +++ b/plugin/datacap-jdbc-trino/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-ydb/pom.xml b/plugin/datacap-jdbc-ydb/pom.xml index 5d8f545b..f65614b0 100644 --- a/plugin/datacap-jdbc-ydb/pom.xml +++ b/plugin/datacap-jdbc-ydb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-native-alioss/pom.xml b/plugin/datacap-native-alioss/pom.xml index 1b478b98..2047045c 100644 --- a/plugin/datacap-native-alioss/pom.xml +++ b/plugin/datacap-native-alioss/pom.xml @@ -6,7 +6,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-native-h2/pom.xml b/plugin/datacap-native-h2/pom.xml index 855efa28..0396cb51 100644 --- a/plugin/datacap-native-h2/pom.xml +++ b/plugin/datacap-native-h2/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-native-hdfs/pom.xml b/plugin/datacap-native-hdfs/pom.xml index 85cd5fa7..5023c5f0 100644 --- a/plugin/datacap-native-hdfs/pom.xml +++ b/plugin/datacap-native-hdfs/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-native-kafka/pom.xml b/plugin/datacap-native-kafka/pom.xml index b42ae92d..0bf2fb42 100644 --- a/plugin/datacap-native-kafka/pom.xml +++ b/plugin/datacap-native-kafka/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-native-redis/pom.xml b/plugin/datacap-native-redis/pom.xml index e0cf2472..6a83bcbd 100644 --- a/plugin/datacap-native-redis/pom.xml +++ b/plugin/datacap-native-redis/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-native-zookeeper/pom.xml b/plugin/datacap-native-zookeeper/pom.xml index e03c8362..8dd00124 100644 --- a/plugin/datacap-native-zookeeper/pom.xml +++ b/plugin/datacap-native-zookeeper/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml 4.0.0 diff --git a/plugin/datacap-plugin-cassandra/pom.xml b/plugin/datacap-plugin-cassandra/pom.xml index cc428028..372f9591 100644 --- a/plugin/datacap-plugin-cassandra/pom.xml +++ b/plugin/datacap-plugin-cassandra/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-plugin-mongo-community/pom.xml b/plugin/datacap-plugin-mongo-community/pom.xml index 7ec20cae..23fd3620 100644 --- a/plugin/datacap-plugin-mongo-community/pom.xml +++ b/plugin/datacap-plugin-mongo-community/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/plugin/datacap-plugin-pinot/pom.xml b/plugin/datacap-plugin-pinot/pom.xml index 3e983369..bfaa6b8b 100644 --- a/plugin/datacap-plugin-pinot/pom.xml +++ b/plugin/datacap-plugin-pinot/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/pom.xml b/pom.xml index 9ff651f5..8282216a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap pom - 1.15.0-SNAPSHOT + 1.15.0 client/datacap-cli diff --git a/shaded/datacap-shaded-pinot/pom.xml b/shaded/datacap-shaded-pinot/pom.xml index 07d5452c..06d007da 100644 --- a/shaded/datacap-shaded-pinot/pom.xml +++ b/shaded/datacap-shaded-pinot/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml diff --git a/shaded/datacap-shaded-ydb/pom.xml b/shaded/datacap-shaded-ydb/pom.xml index fe0d5a52..992e4d98 100644 --- a/shaded/datacap-shaded-ydb/pom.xml +++ b/shaded/datacap-shaded-ydb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 1.15.0-SNAPSHOT + 1.15.0 ../../pom.xml