From 1c222885a965042a0a5e0e96e7eae04338381d42 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Mon, 20 May 2024 13:57:53 +0800 Subject: [PATCH] [Docker] Fixed jdk version --- Dockerfile | 4 ++-- client/datacap-cli/pom.xml | 2 +- core/datacap-captcha/pom.xml | 2 +- core/datacap-common/pom.xml | 2 +- core/datacap-parser/pom.xml | 2 +- core/datacap-security/pom.xml | 2 +- core/datacap-server/pom.xml | 2 +- core/datacap-service/pom.xml | 2 +- core/datacap-spi/pom.xml | 2 +- core/datacap-sql/pom.xml | 2 +- core/datacap-ui/package.json | 2 +- driver/datacap-driver-mongo/pom.xml | 2 +- driver/datacap-driver-redis/pom.xml | 2 +- executor/datacap-executor-local/pom.xml | 2 +- executor/datacap-executor-seatunnel/pom.xml | 2 +- executor/datacap-executor-spi/pom.xml | 2 +- fs/datacap-fs-alioss/pom.xml | 2 +- fs/datacap-fs-local/pom.xml | 2 +- fs/datacap-fs-qiniu/pom.xml | 2 +- fs/datacap-fs-spi/pom.xml | 2 +- lib/datacap-http/pom.xml | 2 +- lib/datacap-logger/pom.xml | 2 +- lib/datacap-schedule/pom.xml | 2 +- lib/datacap-shell/pom.xml | 2 +- parser/datacap-parser-mysql/pom.xml | 2 +- parser/datacap-parser-spi/pom.xml | 2 +- parser/datacap-parser-trino/pom.xml | 2 +- plugin/datacap-http-ceresdb/pom.xml | 2 +- plugin/datacap-http-clickhouse/pom.xml | 2 +- plugin/datacap-http-cratedb/pom.xml | 2 +- plugin/datacap-http-greptime/pom.xml | 2 +- plugin/datacap-http-questdb/pom.xml | 2 +- plugin/datacap-jdbc-clickhouse/pom.xml | 2 +- plugin/datacap-jdbc-cratedb/pom.xml | 2 +- plugin/datacap-jdbc-db2/pom.xml | 2 +- plugin/datacap-jdbc-dm/pom.xml | 2 +- plugin/datacap-jdbc-doris/pom.xml | 2 +- plugin/datacap-jdbc-dremio/pom.xml | 2 +- plugin/datacap-jdbc-druid/pom.xml | 2 +- plugin/datacap-jdbc-duckdb/pom.xml | 2 +- plugin/datacap-jdbc-elasticsearch/pom.xml | 2 +- plugin/datacap-jdbc-h2/pom.xml | 2 +- plugin/datacap-jdbc-hive/pom.xml | 2 +- plugin/datacap-jdbc-hologres/pom.xml | 2 +- plugin/datacap-jdbc-ignite/pom.xml | 2 +- plugin/datacap-jdbc-impala/pom.xml | 2 +- plugin/datacap-jdbc-iotdb/pom.xml | 2 +- plugin/datacap-jdbc-kylin/pom.xml | 2 +- plugin/datacap-jdbc-kyuubi/pom.xml | 2 +- plugin/datacap-jdbc-monetdb/pom.xml | 2 +- plugin/datacap-jdbc-mongo/pom.xml | 2 +- plugin/datacap-jdbc-mysql/pom.xml | 2 +- plugin/datacap-jdbc-neo4j/pom.xml | 2 +- plugin/datacap-jdbc-oceanbase/pom.xml | 2 +- plugin/datacap-jdbc-oracle/pom.xml | 2 +- plugin/datacap-jdbc-phoenix/pom.xml | 2 +- plugin/datacap-jdbc-postgresql/pom.xml | 2 +- plugin/datacap-jdbc-presto/pom.xml | 2 +- plugin/datacap-jdbc-redis/pom.xml | 2 +- plugin/datacap-jdbc-snowflake/pom.xml | 2 +- plugin/datacap-jdbc-sqlserver/pom.xml | 2 +- plugin/datacap-jdbc-starrocks/pom.xml | 2 +- plugin/datacap-jdbc-tdengine/pom.xml | 2 +- plugin/datacap-jdbc-trino/pom.xml | 2 +- plugin/datacap-jdbc-ydb/pom.xml | 2 +- plugin/datacap-native-alioss/pom.xml | 2 +- plugin/datacap-native-h2/pom.xml | 2 +- plugin/datacap-native-hdfs/pom.xml | 2 +- plugin/datacap-native-kafka/pom.xml | 2 +- plugin/datacap-native-redis/pom.xml | 2 +- plugin/datacap-native-zookeeper/pom.xml | 2 +- plugin/datacap-plugin-cassandra/pom.xml | 2 +- plugin/datacap-plugin-matrixone/pom.xml | 2 +- plugin/datacap-plugin-mongo-community/pom.xml | 2 +- plugin/datacap-plugin-paradedb/pom.xml | 2 +- plugin/datacap-plugin-pinot/pom.xml | 2 +- plugin/datacap-plugin-scylladb/pom.xml | 2 +- plugin/datacap-plugin-timescale/pom.xml | 2 +- pom.xml | 2 +- scheduler/datacap-scheduler-local/pom.xml | 2 +- scheduler/datacap-scheduler-spi/pom.xml | 2 +- shaded/datacap-shaded-pinot/pom.xml | 2 +- shaded/datacap-shaded-ydb/pom.xml | 2 +- 83 files changed, 84 insertions(+), 84 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6410529..83af7e10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM eclipse-temurin:8-jdk-focal -MAINTAINER qianmoQ "shicheng@ttxit.com" +FROM eclipse-temurin:11-jdk-focal +MAINTAINER qianmoQ "shicheng@devlive.org" LABEL org.opencontainers.image.description DESCRIPTION diff --git a/client/datacap-cli/pom.xml b/client/datacap-cli/pom.xml index 8092556b..01a492b1 100644 --- a/client/datacap-cli/pom.xml +++ b/client/datacap-cli/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/core/datacap-captcha/pom.xml b/core/datacap-captcha/pom.xml index 652c172a..319448f0 100644 --- a/core/datacap-captcha/pom.xml +++ b/core/datacap-captcha/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/core/datacap-common/pom.xml b/core/datacap-common/pom.xml index cdec01ac..69f593cf 100644 --- a/core/datacap-common/pom.xml +++ b/core/datacap-common/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/core/datacap-parser/pom.xml b/core/datacap-parser/pom.xml index df91cd6e..e307fa55 100644 --- a/core/datacap-parser/pom.xml +++ b/core/datacap-parser/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/core/datacap-security/pom.xml b/core/datacap-security/pom.xml index a40a9db3..fd5d085c 100644 --- a/core/datacap-security/pom.xml +++ b/core/datacap-security/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/core/datacap-server/pom.xml b/core/datacap-server/pom.xml index 09a8e24b..862a97c8 100644 --- a/core/datacap-server/pom.xml +++ b/core/datacap-server/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/core/datacap-service/pom.xml b/core/datacap-service/pom.xml index 38ecf892..bfc50d9e 100644 --- a/core/datacap-service/pom.xml +++ b/core/datacap-service/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/core/datacap-spi/pom.xml b/core/datacap-spi/pom.xml index 26bb9a9d..e0cf4f0d 100644 --- a/core/datacap-spi/pom.xml +++ b/core/datacap-spi/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/core/datacap-sql/pom.xml b/core/datacap-sql/pom.xml index 901c2ef6..1cae961e 100644 --- a/core/datacap-sql/pom.xml +++ b/core/datacap-sql/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/core/datacap-ui/package.json b/core/datacap-ui/package.json index 9ade3221..073ea486 100644 --- a/core/datacap-ui/package.json +++ b/core/datacap-ui/package.json @@ -1,7 +1,7 @@ { "name": "datacap-ui", "description": "DataCap console", - "version": "2024.3.4", + "version": "2024.3.5-SNAPSHOT", "private": true, "scripts": { "dev": "vite", diff --git a/driver/datacap-driver-mongo/pom.xml b/driver/datacap-driver-mongo/pom.xml index 8e1ac18b..adfa0b29 100644 --- a/driver/datacap-driver-mongo/pom.xml +++ b/driver/datacap-driver-mongo/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/driver/datacap-driver-redis/pom.xml b/driver/datacap-driver-redis/pom.xml index 2b4a184a..4af58ca6 100644 --- a/driver/datacap-driver-redis/pom.xml +++ b/driver/datacap-driver-redis/pom.xml @@ -6,7 +6,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/executor/datacap-executor-local/pom.xml b/executor/datacap-executor-local/pom.xml index 8c198b9c..070af8c3 100644 --- a/executor/datacap-executor-local/pom.xml +++ b/executor/datacap-executor-local/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/executor/datacap-executor-seatunnel/pom.xml b/executor/datacap-executor-seatunnel/pom.xml index e6c6049a..72ded484 100644 --- a/executor/datacap-executor-seatunnel/pom.xml +++ b/executor/datacap-executor-seatunnel/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/executor/datacap-executor-spi/pom.xml b/executor/datacap-executor-spi/pom.xml index f7b51c5a..72907ec8 100644 --- a/executor/datacap-executor-spi/pom.xml +++ b/executor/datacap-executor-spi/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/fs/datacap-fs-alioss/pom.xml b/fs/datacap-fs-alioss/pom.xml index 117a6b27..43d822be 100644 --- a/fs/datacap-fs-alioss/pom.xml +++ b/fs/datacap-fs-alioss/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/fs/datacap-fs-local/pom.xml b/fs/datacap-fs-local/pom.xml index 8cb72e9e..aa8ddef2 100644 --- a/fs/datacap-fs-local/pom.xml +++ b/fs/datacap-fs-local/pom.xml @@ -3,7 +3,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/fs/datacap-fs-qiniu/pom.xml b/fs/datacap-fs-qiniu/pom.xml index e7d12ee2..8cd3d963 100644 --- a/fs/datacap-fs-qiniu/pom.xml +++ b/fs/datacap-fs-qiniu/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/fs/datacap-fs-spi/pom.xml b/fs/datacap-fs-spi/pom.xml index 7f4d839c..30397afd 100644 --- a/fs/datacap-fs-spi/pom.xml +++ b/fs/datacap-fs-spi/pom.xml @@ -3,7 +3,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/lib/datacap-http/pom.xml b/lib/datacap-http/pom.xml index 4c7340f4..c1f43348 100644 --- a/lib/datacap-http/pom.xml +++ b/lib/datacap-http/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/lib/datacap-logger/pom.xml b/lib/datacap-logger/pom.xml index d919c508..1d9395d8 100644 --- a/lib/datacap-logger/pom.xml +++ b/lib/datacap-logger/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/lib/datacap-schedule/pom.xml b/lib/datacap-schedule/pom.xml index a1c4c04f..fd1311a1 100644 --- a/lib/datacap-schedule/pom.xml +++ b/lib/datacap-schedule/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/lib/datacap-shell/pom.xml b/lib/datacap-shell/pom.xml index 3b8c5347..f8cfe67e 100644 --- a/lib/datacap-shell/pom.xml +++ b/lib/datacap-shell/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/parser/datacap-parser-mysql/pom.xml b/parser/datacap-parser-mysql/pom.xml index f076810f..1d56ce35 100644 --- a/parser/datacap-parser-mysql/pom.xml +++ b/parser/datacap-parser-mysql/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/parser/datacap-parser-spi/pom.xml b/parser/datacap-parser-spi/pom.xml index 35d8746f..5fb51df0 100644 --- a/parser/datacap-parser-spi/pom.xml +++ b/parser/datacap-parser-spi/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/parser/datacap-parser-trino/pom.xml b/parser/datacap-parser-trino/pom.xml index 8fdca94e..d0de75d7 100644 --- a/parser/datacap-parser-trino/pom.xml +++ b/parser/datacap-parser-trino/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-http-ceresdb/pom.xml b/plugin/datacap-http-ceresdb/pom.xml index dfda413b..82090e0a 100644 --- a/plugin/datacap-http-ceresdb/pom.xml +++ b/plugin/datacap-http-ceresdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-http-clickhouse/pom.xml b/plugin/datacap-http-clickhouse/pom.xml index 1607b18f..5e4696ac 100644 --- a/plugin/datacap-http-clickhouse/pom.xml +++ b/plugin/datacap-http-clickhouse/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-http-cratedb/pom.xml b/plugin/datacap-http-cratedb/pom.xml index b046e732..32b422ff 100644 --- a/plugin/datacap-http-cratedb/pom.xml +++ b/plugin/datacap-http-cratedb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-http-greptime/pom.xml b/plugin/datacap-http-greptime/pom.xml index 65d54638..5a948771 100644 --- a/plugin/datacap-http-greptime/pom.xml +++ b/plugin/datacap-http-greptime/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-http-questdb/pom.xml b/plugin/datacap-http-questdb/pom.xml index fcec32b3..7ba4a9b8 100644 --- a/plugin/datacap-http-questdb/pom.xml +++ b/plugin/datacap-http-questdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-clickhouse/pom.xml b/plugin/datacap-jdbc-clickhouse/pom.xml index 9ff0df9d..51848b59 100644 --- a/plugin/datacap-jdbc-clickhouse/pom.xml +++ b/plugin/datacap-jdbc-clickhouse/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-cratedb/pom.xml b/plugin/datacap-jdbc-cratedb/pom.xml index 1da7ca7c..76b971e0 100644 --- a/plugin/datacap-jdbc-cratedb/pom.xml +++ b/plugin/datacap-jdbc-cratedb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-db2/pom.xml b/plugin/datacap-jdbc-db2/pom.xml index 04ec03ce..c9230fd3 100644 --- a/plugin/datacap-jdbc-db2/pom.xml +++ b/plugin/datacap-jdbc-db2/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-dm/pom.xml b/plugin/datacap-jdbc-dm/pom.xml index 9f4b0f7b..3229e88b 100644 --- a/plugin/datacap-jdbc-dm/pom.xml +++ b/plugin/datacap-jdbc-dm/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-doris/pom.xml b/plugin/datacap-jdbc-doris/pom.xml index 643d7b54..c62aa13c 100644 --- a/plugin/datacap-jdbc-doris/pom.xml +++ b/plugin/datacap-jdbc-doris/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-dremio/pom.xml b/plugin/datacap-jdbc-dremio/pom.xml index 0981e84b..d34a6ffb 100644 --- a/plugin/datacap-jdbc-dremio/pom.xml +++ b/plugin/datacap-jdbc-dremio/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-druid/pom.xml b/plugin/datacap-jdbc-druid/pom.xml index 25869c1f..a4875eb4 100644 --- a/plugin/datacap-jdbc-druid/pom.xml +++ b/plugin/datacap-jdbc-druid/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-duckdb/pom.xml b/plugin/datacap-jdbc-duckdb/pom.xml index 02b73ede..4f76d305 100644 --- a/plugin/datacap-jdbc-duckdb/pom.xml +++ b/plugin/datacap-jdbc-duckdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-elasticsearch/pom.xml b/plugin/datacap-jdbc-elasticsearch/pom.xml index 4988f3e7..490fe87e 100644 --- a/plugin/datacap-jdbc-elasticsearch/pom.xml +++ b/plugin/datacap-jdbc-elasticsearch/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-h2/pom.xml b/plugin/datacap-jdbc-h2/pom.xml index 678a4c74..e141d2f5 100644 --- a/plugin/datacap-jdbc-h2/pom.xml +++ b/plugin/datacap-jdbc-h2/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-hive/pom.xml b/plugin/datacap-jdbc-hive/pom.xml index e7e42b7a..dbec3ac9 100644 --- a/plugin/datacap-jdbc-hive/pom.xml +++ b/plugin/datacap-jdbc-hive/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-hologres/pom.xml b/plugin/datacap-jdbc-hologres/pom.xml index 08150b0e..2ca8b1b6 100644 --- a/plugin/datacap-jdbc-hologres/pom.xml +++ b/plugin/datacap-jdbc-hologres/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-ignite/pom.xml b/plugin/datacap-jdbc-ignite/pom.xml index 29049f48..a76fe88a 100644 --- a/plugin/datacap-jdbc-ignite/pom.xml +++ b/plugin/datacap-jdbc-ignite/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-impala/pom.xml b/plugin/datacap-jdbc-impala/pom.xml index 647494c7..bc087250 100644 --- a/plugin/datacap-jdbc-impala/pom.xml +++ b/plugin/datacap-jdbc-impala/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-iotdb/pom.xml b/plugin/datacap-jdbc-iotdb/pom.xml index 3ce5a0f1..f9323abc 100644 --- a/plugin/datacap-jdbc-iotdb/pom.xml +++ b/plugin/datacap-jdbc-iotdb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-kylin/pom.xml b/plugin/datacap-jdbc-kylin/pom.xml index d4e69a42..dbc361b8 100644 --- a/plugin/datacap-jdbc-kylin/pom.xml +++ b/plugin/datacap-jdbc-kylin/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-kyuubi/pom.xml b/plugin/datacap-jdbc-kyuubi/pom.xml index 9139eace..f2944064 100644 --- a/plugin/datacap-jdbc-kyuubi/pom.xml +++ b/plugin/datacap-jdbc-kyuubi/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-monetdb/pom.xml b/plugin/datacap-jdbc-monetdb/pom.xml index 0b7c4e1b..2ba32b7e 100644 --- a/plugin/datacap-jdbc-monetdb/pom.xml +++ b/plugin/datacap-jdbc-monetdb/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-mongo/pom.xml b/plugin/datacap-jdbc-mongo/pom.xml index e859f8d9..68f74692 100644 --- a/plugin/datacap-jdbc-mongo/pom.xml +++ b/plugin/datacap-jdbc-mongo/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-mysql/pom.xml b/plugin/datacap-jdbc-mysql/pom.xml index 4a15f65b..112a5cd0 100644 --- a/plugin/datacap-jdbc-mysql/pom.xml +++ b/plugin/datacap-jdbc-mysql/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-neo4j/pom.xml b/plugin/datacap-jdbc-neo4j/pom.xml index 78922343..80f637cd 100644 --- a/plugin/datacap-jdbc-neo4j/pom.xml +++ b/plugin/datacap-jdbc-neo4j/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-oceanbase/pom.xml b/plugin/datacap-jdbc-oceanbase/pom.xml index 948144f7..00f52bc2 100644 --- a/plugin/datacap-jdbc-oceanbase/pom.xml +++ b/plugin/datacap-jdbc-oceanbase/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-oracle/pom.xml b/plugin/datacap-jdbc-oracle/pom.xml index 019ca554..e0bec931 100644 --- a/plugin/datacap-jdbc-oracle/pom.xml +++ b/plugin/datacap-jdbc-oracle/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-phoenix/pom.xml b/plugin/datacap-jdbc-phoenix/pom.xml index 90baade1..f9a34a66 100644 --- a/plugin/datacap-jdbc-phoenix/pom.xml +++ b/plugin/datacap-jdbc-phoenix/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-postgresql/pom.xml b/plugin/datacap-jdbc-postgresql/pom.xml index 2f246bf3..f035a09c 100644 --- a/plugin/datacap-jdbc-postgresql/pom.xml +++ b/plugin/datacap-jdbc-postgresql/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-presto/pom.xml b/plugin/datacap-jdbc-presto/pom.xml index 3cbd8e9e..b217ca22 100644 --- a/plugin/datacap-jdbc-presto/pom.xml +++ b/plugin/datacap-jdbc-presto/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-redis/pom.xml b/plugin/datacap-jdbc-redis/pom.xml index 40d26de1..c967f93e 100644 --- a/plugin/datacap-jdbc-redis/pom.xml +++ b/plugin/datacap-jdbc-redis/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-snowflake/pom.xml b/plugin/datacap-jdbc-snowflake/pom.xml index a9e670a9..44242fdb 100644 --- a/plugin/datacap-jdbc-snowflake/pom.xml +++ b/plugin/datacap-jdbc-snowflake/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-sqlserver/pom.xml b/plugin/datacap-jdbc-sqlserver/pom.xml index 7f502452..1fa7c026 100644 --- a/plugin/datacap-jdbc-sqlserver/pom.xml +++ b/plugin/datacap-jdbc-sqlserver/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-starrocks/pom.xml b/plugin/datacap-jdbc-starrocks/pom.xml index b93b9a8e..b5f8ab4f 100644 --- a/plugin/datacap-jdbc-starrocks/pom.xml +++ b/plugin/datacap-jdbc-starrocks/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-jdbc-tdengine/pom.xml b/plugin/datacap-jdbc-tdengine/pom.xml index ee6eefe7..d7792e42 100644 --- a/plugin/datacap-jdbc-tdengine/pom.xml +++ b/plugin/datacap-jdbc-tdengine/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-trino/pom.xml b/plugin/datacap-jdbc-trino/pom.xml index e9308a6c..2ee6297c 100644 --- a/plugin/datacap-jdbc-trino/pom.xml +++ b/plugin/datacap-jdbc-trino/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-jdbc-ydb/pom.xml b/plugin/datacap-jdbc-ydb/pom.xml index 4aedfc99..af816046 100644 --- a/plugin/datacap-jdbc-ydb/pom.xml +++ b/plugin/datacap-jdbc-ydb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-native-alioss/pom.xml b/plugin/datacap-native-alioss/pom.xml index 132f3f7c..16e4037d 100644 --- a/plugin/datacap-native-alioss/pom.xml +++ b/plugin/datacap-native-alioss/pom.xml @@ -6,7 +6,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-native-h2/pom.xml b/plugin/datacap-native-h2/pom.xml index 52d5871c..83ae180b 100644 --- a/plugin/datacap-native-h2/pom.xml +++ b/plugin/datacap-native-h2/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-native-hdfs/pom.xml b/plugin/datacap-native-hdfs/pom.xml index 096340d5..cc9082dd 100644 --- a/plugin/datacap-native-hdfs/pom.xml +++ b/plugin/datacap-native-hdfs/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-native-kafka/pom.xml b/plugin/datacap-native-kafka/pom.xml index 350cf4ab..0cc71b85 100644 --- a/plugin/datacap-native-kafka/pom.xml +++ b/plugin/datacap-native-kafka/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-native-redis/pom.xml b/plugin/datacap-native-redis/pom.xml index 17e36b2d..bfa45a8a 100644 --- a/plugin/datacap-native-redis/pom.xml +++ b/plugin/datacap-native-redis/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-native-zookeeper/pom.xml b/plugin/datacap-native-zookeeper/pom.xml index 5f78cd87..993e863f 100644 --- a/plugin/datacap-native-zookeeper/pom.xml +++ b/plugin/datacap-native-zookeeper/pom.xml @@ -5,7 +5,7 @@ datacap io.edurt.datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/plugin/datacap-plugin-cassandra/pom.xml b/plugin/datacap-plugin-cassandra/pom.xml index 91b8cfeb..8a431139 100644 --- a/plugin/datacap-plugin-cassandra/pom.xml +++ b/plugin/datacap-plugin-cassandra/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-plugin-matrixone/pom.xml b/plugin/datacap-plugin-matrixone/pom.xml index 338f4e65..9b8eff4a 100644 --- a/plugin/datacap-plugin-matrixone/pom.xml +++ b/plugin/datacap-plugin-matrixone/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-plugin-mongo-community/pom.xml b/plugin/datacap-plugin-mongo-community/pom.xml index a9e6efc9..5223b569 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 - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-plugin-paradedb/pom.xml b/plugin/datacap-plugin-paradedb/pom.xml index 621ee775..9400ae47 100644 --- a/plugin/datacap-plugin-paradedb/pom.xml +++ b/plugin/datacap-plugin-paradedb/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-plugin-pinot/pom.xml b/plugin/datacap-plugin-pinot/pom.xml index a099aa88..2142f15e 100644 --- a/plugin/datacap-plugin-pinot/pom.xml +++ b/plugin/datacap-plugin-pinot/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-plugin-scylladb/pom.xml b/plugin/datacap-plugin-scylladb/pom.xml index 5a51488f..df36a7fc 100644 --- a/plugin/datacap-plugin-scylladb/pom.xml +++ b/plugin/datacap-plugin-scylladb/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/plugin/datacap-plugin-timescale/pom.xml b/plugin/datacap-plugin-timescale/pom.xml index 0d672dfa..69af40cf 100644 --- a/plugin/datacap-plugin-timescale/pom.xml +++ b/plugin/datacap-plugin-timescale/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index 57197c69..29fb62fb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap pom - 2024.03.4 + 2024.03.5-SNAPSHOT client/datacap-cli diff --git a/scheduler/datacap-scheduler-local/pom.xml b/scheduler/datacap-scheduler-local/pom.xml index d05b868d..bf61b7d4 100644 --- a/scheduler/datacap-scheduler-local/pom.xml +++ b/scheduler/datacap-scheduler-local/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/scheduler/datacap-scheduler-spi/pom.xml b/scheduler/datacap-scheduler-spi/pom.xml index 560ba537..ef15d5a3 100644 --- a/scheduler/datacap-scheduler-spi/pom.xml +++ b/scheduler/datacap-scheduler-spi/pom.xml @@ -4,7 +4,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/shaded/datacap-shaded-pinot/pom.xml b/shaded/datacap-shaded-pinot/pom.xml index c97d96f1..29f161b6 100644 --- a/shaded/datacap-shaded-pinot/pom.xml +++ b/shaded/datacap-shaded-pinot/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml diff --git a/shaded/datacap-shaded-ydb/pom.xml b/shaded/datacap-shaded-ydb/pom.xml index edd3541a..7682ce33 100644 --- a/shaded/datacap-shaded-ydb/pom.xml +++ b/shaded/datacap-shaded-ydb/pom.xml @@ -6,7 +6,7 @@ io.edurt.datacap datacap - 2024.03.4 + 2024.03.5-SNAPSHOT ../../pom.xml