From 3a72068528cc3fe2ed451dd9b299329d49cd2193 Mon Sep 17 00:00:00 2001 From: Jia Fan Date: Thu, 8 Aug 2024 17:27:47 +0800 Subject: [PATCH] [Improve][Connector-V2] Improve doris error msg (#7343) --- pom.xml | 3 +- seatunnel-api/pom.xml | 3 +- seatunnel-common/pom.xml | 3 +- seatunnel-config/pom.xml | 3 +- .../seatunnel-config-base/pom.xml | 3 +- .../seatunnel-config-shade/pom.xml | 3 +- seatunnel-config/seatunnel-config-sql/pom.xml | 3 +- .../connector-amazondynamodb/pom.xml | 3 +- .../connector-amazonsqs/pom.xml | 3 +- .../connector-assert/pom.xml | 3 +- .../connector-cassandra/pom.xml | 3 +- .../connector-cdc/connector-cdc-base/pom.xml | 3 +- .../connector-cdc-mongodb/pom.xml | 3 +- .../connector-cdc/connector-cdc-mysql/pom.xml | 3 +- .../connector-cdc-oracle/pom.xml | 3 +- .../connector-cdc-postgres/pom.xml | 3 +- .../connector-cdc-sqlserver/pom.xml | 3 +- seatunnel-connectors-v2/connector-cdc/pom.xml | 3 +- .../connector-clickhouse/pom.xml | 3 +- .../connector-common/pom.xml | 3 +- .../connector-console/pom.xml | 3 +- .../connector-datahub/pom.xml | 3 +- .../connector-dingtalk/pom.xml | 3 +- .../connector-doris/pom.xml | 3 +- .../doris/sink/writer/DorisStreamLoad.java | 35 ++++++------------- .../connector-druid/pom.xml | 3 +- .../connector-easysearch/pom.xml | 3 +- .../connector-elasticsearch/pom.xml | 3 +- .../connector-email/pom.xml | 3 +- .../connector-fake/pom.xml | 3 +- .../connector-file-base-hadoop/pom.xml | 3 +- .../connector-file-base/pom.xml | 3 +- .../connector-file/connector-file-cos/pom.xml | 3 +- .../connector-file/connector-file-ftp/pom.xml | 3 +- .../connector-file-hadoop/pom.xml | 3 +- .../connector-file-jindo-oss/pom.xml | 3 +- .../connector-file-local/pom.xml | 3 +- .../connector-file/connector-file-obs/pom.xml | 3 +- .../connector-file/connector-file-oss/pom.xml | 3 +- .../connector-file/connector-file-s3/pom.xml | 3 +- .../connector-file-sftp/pom.xml | 3 +- .../connector-file/pom.xml | 3 +- .../connector-google-firestore/pom.xml | 3 +- .../connector-google-sheets/pom.xml | 3 +- .../connector-hbase/pom.xml | 3 +- .../connector-hive/pom.xml | 3 +- .../connector-http-base/pom.xml | 3 +- .../connector-http-feishu/pom.xml | 3 +- .../connector-http-github/pom.xml | 3 +- .../connector-http-gitlab/pom.xml | 3 +- .../connector-http-jira/pom.xml | 3 +- .../connector-http-klaviyo/pom.xml | 3 +- .../connector-http-lemlist/pom.xml | 3 +- .../connector-http-myhours/pom.xml | 3 +- .../connector-http-notion/pom.xml | 3 +- .../connector-http-onesignal/pom.xml | 3 +- .../connector-http-persistiq/pom.xml | 3 +- .../connector-http-wechat/pom.xml | 3 +- .../connector-http/pom.xml | 3 +- .../connector-hudi/pom.xml | 3 +- .../connector-iceberg/pom.xml | 3 +- .../connector-influxdb/pom.xml | 3 +- .../connector-iotdb/pom.xml | 3 +- .../connector-jdbc/pom.xml | 3 +- .../connector-kafka/pom.xml | 3 +- .../connector-kudu/pom.xml | 3 +- .../connector-maxcompute/pom.xml | 3 +- .../connector-milvus/pom.xml | 3 +- .../connector-mongodb/pom.xml | 3 +- .../connector-neo4j/pom.xml | 3 +- .../connector-openmldb/pom.xml | 3 +- .../connector-paimon/pom.xml | 3 +- .../connector-pulsar/pom.xml | 3 +- .../connector-rabbitmq/pom.xml | 3 +- .../connector-redis/pom.xml | 3 +- .../connector-rocketmq/pom.xml | 3 +- .../connector-s3-redshift/pom.xml | 3 +- .../connector-selectdb-cloud/pom.xml | 3 +- .../connector-sentry/pom.xml | 3 +- .../connector-slack/pom.xml | 3 +- .../connector-socket/pom.xml | 3 +- .../connector-starrocks/pom.xml | 3 +- .../connector-tablestore/pom.xml | 3 +- .../connector-tdengine/pom.xml | 3 +- .../connector-web3j/pom.xml | 3 +- seatunnel-connectors-v2/pom.xml | 3 +- seatunnel-core/pom.xml | 3 +- seatunnel-core/seatunnel-core-starter/pom.xml | 3 +- .../seatunnel-flink-starter/pom.xml | 3 +- .../seatunnel-flink-13-starter/pom.xml | 3 +- .../seatunnel-flink-15-starter/pom.xml | 3 +- .../seatunnel-flink-starter-common/pom.xml | 3 +- .../seatunnel-spark-starter/pom.xml | 3 +- .../seatunnel-spark-2-starter/pom.xml | 3 +- .../seatunnel-spark-3-starter/pom.xml | 3 +- .../seatunnel-spark-starter-common/pom.xml | 3 +- seatunnel-core/seatunnel-starter/pom.xml | 3 +- seatunnel-dist/pom.xml | 3 +- seatunnel-e2e/pom.xml | 3 +- .../connector-amazondynamodb-e2e/pom.xml | 3 +- .../connector-amazonsqs-e2e/pom.xml | 3 +- .../connector-assert-e2e/pom.xml | 3 +- .../connector-cassandra-e2e/pom.xml | 3 +- .../connector-cdc-mongodb-e2e/pom.xml | 3 +- .../connector-cdc-mysql-e2e/pom.xml | 3 +- .../connector-cdc-oracle-e2e/pom.xml | 3 +- .../connector-cdc-postgres-e2e/pom.xml | 3 +- .../connector-cdc-sqlserver-e2e/pom.xml | 3 +- .../connector-clickhouse-e2e/pom.xml | 3 +- .../connector-datahub-e2e/pom.xml | 3 +- .../connector-doris-e2e/pom.xml | 3 +- .../connector-druid-e2e/pom.xml | 3 +- .../connector-easysearch-e2e/pom.xml | 3 +- .../connector-elasticsearch-e2e/pom.xml | 3 +- .../connector-fake-e2e/pom.xml | 3 +- .../connector-file-cos-e2e/pom.xml | 3 +- .../connector-file-ftp-e2e/pom.xml | 3 +- .../connector-file-local-e2e/pom.xml | 3 +- .../connector-file-obs-e2e/pom.xml | 3 +- .../connector-file-oss-e2e/pom.xml | 3 +- .../connector-file-s3-e2e/pom.xml | 3 +- .../connector-file-sftp-e2e/pom.xml | 3 +- .../connector-google-firestore-e2e/pom.xml | 3 +- .../connector-hbase-e2e/pom.xml | 3 +- .../connector-hive-e2e/pom.xml | 3 +- .../connector-http-e2e/pom.xml | 3 +- .../connector-hudi-e2e/pom.xml | 3 +- .../connector-iceberg-e2e/pom.xml | 3 +- .../connector-iceberg-hadoop3-e2e/pom.xml | 3 +- .../connector-iceberg-s3-e2e/pom.xml | 3 +- .../connector-influxdb-e2e/pom.xml | 3 +- .../connector-iotdb-e2e/pom.xml | 3 +- .../connector-jdbc-e2e-common/pom.xml | 3 +- .../connector-jdbc-e2e-part-1/pom.xml | 3 +- .../connector-jdbc-e2e-part-2/pom.xml | 3 +- .../connector-jdbc-e2e-part-3/pom.xml | 3 +- .../connector-jdbc-e2e-part-4/pom.xml | 3 +- .../connector-jdbc-e2e-part-5/pom.xml | 3 +- .../connector-jdbc-e2e-part-6/pom.xml | 3 +- .../connector-jdbc-e2e-part-7/pom.xml | 3 +- .../connector-jdbc-e2e/pom.xml | 3 +- .../connector-kafka-e2e/pom.xml | 3 +- .../connector-kudu-e2e/pom.xml | 3 +- .../connector-maxcompute-e2e/pom.xml | 3 +- .../connector-milvus-e2e/pom.xml | 3 +- .../connector-mongodb-e2e/pom.xml | 3 +- .../connector-neo4j-e2e/pom.xml | 3 +- .../connector-paimon-e2e/pom.xml | 3 +- .../connector-pulsar-e2e/pom.xml | 3 +- .../connector-rabbitmq-e2e/pom.xml | 3 +- .../connector-redis-e2e/pom.xml | 3 +- .../connector-rocketmq-e2e/pom.xml | 3 +- .../connector-starrocks-e2e/pom.xml | 3 +- .../connector-tdengine-e2e/pom.xml | 3 +- .../connector-web3j-e2e/pom.xml | 3 +- .../seatunnel-connector-v2-e2e/pom.xml | 3 +- seatunnel-e2e/seatunnel-core-e2e/pom.xml | 3 +- .../seatunnel-starter-e2e/pom.xml | 3 +- seatunnel-e2e/seatunnel-e2e-common/pom.xml | 3 +- .../connector-console-seatunnel-e2e/pom.xml | 3 +- .../connector-seatunnel-e2e-base/pom.xml | 3 +- seatunnel-e2e/seatunnel-engine-e2e/pom.xml | 3 +- .../seatunnel-engine-k8s-e2e/pom.xml | 3 +- .../seatunnel-transforms-v2-e2e/pom.xml | 3 +- .../pom.xml | 3 +- .../pom.xml | 3 +- .../pom.xml | 3 +- seatunnel-engine/pom.xml | 3 +- .../seatunnel-engine-client/pom.xml | 3 +- .../seatunnel-engine-common/pom.xml | 3 +- .../seatunnel-engine-core/pom.xml | 3 +- .../seatunnel-engine-serializer/pom.xml | 3 +- .../serializer-api/pom.xml | 3 +- .../serializer-protobuf/pom.xml | 3 +- .../seatunnel-engine-server/pom.xml | 3 +- .../checkpoint-storage-api/pom.xml | 3 +- .../checkpoint-storage-hdfs/pom.xml | 3 +- .../checkpoint-storage-local-file/pom.xml | 3 +- .../checkpoint-storage-plugins/pom.xml | 3 +- .../imap-storage-api/pom.xml | 3 +- .../imap-storage-file/pom.xml | 3 +- .../imap-storage-plugins/pom.xml | 3 +- .../seatunnel-engine-storage/pom.xml | 3 +- seatunnel-examples/pom.xml | 3 +- .../seatunnel-engine-examples/pom.xml | 3 +- .../pom.xml | 3 +- .../pom.xml | 3 +- seatunnel-formats/pom.xml | 3 +- .../seatunnel-format-avro/pom.xml | 3 +- .../pom.xml | 3 +- .../pom.xml | 3 +- .../seatunnel-format-json/pom.xml | 3 +- .../seatunnel-format-text/pom.xml | 3 +- seatunnel-plugin-discovery/pom.xml | 3 +- seatunnel-shade/pom.xml | 3 +- seatunnel-shade/seatunnel-arrow-5.0/pom.xml | 3 +- seatunnel-shade/seatunnel-guava/pom.xml | 3 +- .../seatunnel-hadoop3-3.1.4-uber/pom.xml | 3 +- seatunnel-shade/seatunnel-hazelcast/pom.xml | 3 +- .../seatunnel-hazelcast-base/pom.xml | 3 +- .../seatunnel-hazelcast-shade/pom.xml | 3 +- seatunnel-shade/seatunnel-jackson/pom.xml | 3 +- seatunnel-shade/seatunnel-janino/pom.xml | 3 +- .../seatunnel-thrift-service/pom.xml | 3 +- seatunnel-transforms-v2/pom.xml | 3 +- seatunnel-translation/pom.xml | 3 +- .../seatunnel-translation-base/pom.xml | 3 +- .../seatunnel-translation-flink/pom.xml | 3 +- .../seatunnel-translation-flink-13/pom.xml | 3 +- .../seatunnel-translation-flink-15/pom.xml | 3 +- .../pom.xml | 3 +- .../seatunnel-translation-spark/pom.xml | 3 +- .../seatunnel-translation-spark-2.4/pom.xml | 3 +- .../seatunnel-translation-spark-3.3/pom.xml | 3 +- .../pom.xml | 3 +- 215 files changed, 439 insertions(+), 238 deletions(-) diff --git a/pom.xml b/pom.xml index f3d32d738e4..09ec282e2aa 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/seatunnel-api/pom.xml b/seatunnel-api/pom.xml index e2080bb0cf1..92afc5c023e 100644 --- a/seatunnel-api/pom.xml +++ b/seatunnel-api/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-common/pom.xml b/seatunnel-common/pom.xml index d02445adef5..100961a3025 100644 --- a/seatunnel-common/pom.xml +++ b/seatunnel-common/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-config/pom.xml b/seatunnel-config/pom.xml index 77f8d5e9dbb..3f9187adae3 100644 --- a/seatunnel-config/pom.xml +++ b/seatunnel-config/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-config/seatunnel-config-base/pom.xml b/seatunnel-config/seatunnel-config-base/pom.xml index 17043003cac..956e4585ff3 100644 --- a/seatunnel-config/seatunnel-config-base/pom.xml +++ b/seatunnel-config/seatunnel-config-base/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-config/seatunnel-config-shade/pom.xml b/seatunnel-config/seatunnel-config-shade/pom.xml index 098c0c5172e..c4657b4a948 100644 --- a/seatunnel-config/seatunnel-config-shade/pom.xml +++ b/seatunnel-config/seatunnel-config-shade/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-config/seatunnel-config-sql/pom.xml b/seatunnel-config/seatunnel-config-sql/pom.xml index 528c8ecf53c..4b0940dd35d 100644 --- a/seatunnel-config/seatunnel-config-sql/pom.xml +++ b/seatunnel-config/seatunnel-config-sql/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-amazondynamodb/pom.xml b/seatunnel-connectors-v2/connector-amazondynamodb/pom.xml index 3236c1e0b89..9b50374fe34 100644 --- a/seatunnel-connectors-v2/connector-amazondynamodb/pom.xml +++ b/seatunnel-connectors-v2/connector-amazondynamodb/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-amazonsqs/pom.xml b/seatunnel-connectors-v2/connector-amazonsqs/pom.xml index 9a79d052278..5c088d7d1dd 100644 --- a/seatunnel-connectors-v2/connector-amazonsqs/pom.xml +++ b/seatunnel-connectors-v2/connector-amazonsqs/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-assert/pom.xml b/seatunnel-connectors-v2/connector-assert/pom.xml index 3b2cc9d4028..98258a62d84 100644 --- a/seatunnel-connectors-v2/connector-assert/pom.xml +++ b/seatunnel-connectors-v2/connector-assert/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-cassandra/pom.xml b/seatunnel-connectors-v2/connector-cassandra/pom.xml index eb49bb89540..839bbef3c6c 100644 --- a/seatunnel-connectors-v2/connector-cassandra/pom.xml +++ b/seatunnel-connectors-v2/connector-cassandra/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml index 8e952aabd15..0766097862a 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/pom.xml index c6aa3c922d2..15168da4430 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml index f5f09d6e60e..b22e274265d 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/pom.xml index 31b3b0c0ee1..f30933c4888 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/pom.xml index b3fe20bdcd6..7e1b1db1c4e 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/pom.xml index 66bb03e4a9f..3e680bce541 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-cdc/pom.xml b/seatunnel-connectors-v2/connector-cdc/pom.xml index 08bc546796a..bbce737270d 100644 --- a/seatunnel-connectors-v2/connector-cdc/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-clickhouse/pom.xml b/seatunnel-connectors-v2/connector-clickhouse/pom.xml index f98d560e751..902a3543d88 100644 --- a/seatunnel-connectors-v2/connector-clickhouse/pom.xml +++ b/seatunnel-connectors-v2/connector-clickhouse/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-common/pom.xml b/seatunnel-connectors-v2/connector-common/pom.xml index 50238b12a3a..f761a27705e 100644 --- a/seatunnel-connectors-v2/connector-common/pom.xml +++ b/seatunnel-connectors-v2/connector-common/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-console/pom.xml b/seatunnel-connectors-v2/connector-console/pom.xml index ca6ae32755d..88aa43d3f43 100644 --- a/seatunnel-connectors-v2/connector-console/pom.xml +++ b/seatunnel-connectors-v2/connector-console/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-datahub/pom.xml b/seatunnel-connectors-v2/connector-datahub/pom.xml index b89d9ce6e79..887e8b460d7 100644 --- a/seatunnel-connectors-v2/connector-datahub/pom.xml +++ b/seatunnel-connectors-v2/connector-datahub/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-dingtalk/pom.xml b/seatunnel-connectors-v2/connector-dingtalk/pom.xml index 48ebeba4d88..e9c25038fe1 100644 --- a/seatunnel-connectors-v2/connector-dingtalk/pom.xml +++ b/seatunnel-connectors-v2/connector-dingtalk/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-doris/pom.xml b/seatunnel-connectors-v2/connector-doris/pom.xml index afa0f4f65f0..f3bff66bd6a 100644 --- a/seatunnel-connectors-v2/connector-doris/pom.xml +++ b/seatunnel-connectors-v2/connector-doris/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/sink/writer/DorisStreamLoad.java b/seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/sink/writer/DorisStreamLoad.java index eadcf94cd56..8ec59e81ece 100644 --- a/seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/sink/writer/DorisStreamLoad.java +++ b/seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/sink/writer/DorisStreamLoad.java @@ -17,7 +17,11 @@ package org.apache.seatunnel.connectors.doris.sink.writer; +import org.apache.seatunnel.shade.com.fasterxml.jackson.core.type.TypeReference; + import org.apache.seatunnel.api.table.catalog.TablePath; +import org.apache.seatunnel.common.utils.ExceptionUtils; +import org.apache.seatunnel.common.utils.JsonUtils; import org.apache.seatunnel.connectors.doris.config.DorisConfig; import org.apache.seatunnel.connectors.doris.exception.DorisConnectorErrorCode; import org.apache.seatunnel.connectors.doris.exception.DorisConnectorException; @@ -31,9 +35,9 @@ import org.apache.http.impl.client.CloseableHttpClient; import org.apache.http.util.EntityUtils; -import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import com.google.common.util.concurrent.ThreadFactoryBuilder; +import lombok.Getter; import lombok.extern.slf4j.Slf4j; import java.io.IOException; @@ -64,23 +68,23 @@ public class DorisStreamLoad implements Serializable { private static final String ABORT_URL_PATTERN = "http://%s/api/%s/_stream_load_2pc"; private static final String JOB_EXIST_FINISHED = "FINISHED"; private final String loadUrlStr; - private final String hostPort; + @Getter private final String hostPort; private final String abortUrlStr; private final String user; private final String passwd; - private final String db; + @Getter private final String db; private final String table; private final boolean enable2PC; private final boolean enableDelete; private final Properties streamLoadProp; private final RecordStream recordStream; - private Future pendingLoadFuture; + @Getter private Future pendingLoadFuture; private final CloseableHttpClient httpClient; private final ExecutorService executorService; private volatile boolean loadBatchFirstRecord; private volatile boolean loading = false; private String label; - private long recordCount = 0; + @Getter private long recordCount = 0; public DorisStreamLoad( String hostPort, @@ -115,18 +119,6 @@ public DorisStreamLoad( loadBatchFirstRecord = true; } - public String getDb() { - return db; - } - - public String getHostPort() { - return hostPort; - } - - public Future getPendingLoadFuture() { - return pendingLoadFuture; - } - public void abortPreCommit(String labelSuffix, long chkID) throws Exception { long startChkID = chkID; log.info("abort for labelSuffix {}. start chkId {}.", labelSuffix, chkID); @@ -196,10 +188,6 @@ public void writeRecord(byte[] record) throws IOException { recordCount++; } - public long getRecordCount() { - return recordCount; - } - public String getLoadFailedMsg() { if (!loading) { return null; @@ -209,7 +197,7 @@ public String getLoadFailedMsg() { try { errorMessage = handlePreCommitResponse(pendingLoadFuture.get()).getMessage(); } catch (Exception e) { - errorMessage = e.getMessage(); + errorMessage = ExceptionUtils.getMessage(e); } recordStream.setErrorMessageByStreamLoad(errorMessage); return errorMessage; @@ -300,10 +288,9 @@ public void abortTransaction(long txnID) throws Exception { "Fail to abort transaction " + txnID + " with url " + abortUrlStr); } - ObjectMapper mapper = new ObjectMapper(); String loadResult = EntityUtils.toString(response.getEntity()); Map res = - mapper.readValue(loadResult, new TypeReference>() {}); + JsonUtils.parseObject(loadResult, new TypeReference>() {}); if (!LoadStatus.SUCCESS.equals(res.get("status"))) { if (ResponseUtil.isCommitted(res.get("msg"))) { throw new DorisConnectorException( diff --git a/seatunnel-connectors-v2/connector-druid/pom.xml b/seatunnel-connectors-v2/connector-druid/pom.xml index a700e6f2b5d..35e0e2231b4 100644 --- a/seatunnel-connectors-v2/connector-druid/pom.xml +++ b/seatunnel-connectors-v2/connector-druid/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-easysearch/pom.xml b/seatunnel-connectors-v2/connector-easysearch/pom.xml index b985a434802..1957d4c87b4 100644 --- a/seatunnel-connectors-v2/connector-easysearch/pom.xml +++ b/seatunnel-connectors-v2/connector-easysearch/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-elasticsearch/pom.xml b/seatunnel-connectors-v2/connector-elasticsearch/pom.xml index b944fedb4f1..449b3f78fe4 100644 --- a/seatunnel-connectors-v2/connector-elasticsearch/pom.xml +++ b/seatunnel-connectors-v2/connector-elasticsearch/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-email/pom.xml b/seatunnel-connectors-v2/connector-email/pom.xml index 6d35b2cfd29..bfdc4cbb564 100644 --- a/seatunnel-connectors-v2/connector-email/pom.xml +++ b/seatunnel-connectors-v2/connector-email/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-fake/pom.xml b/seatunnel-connectors-v2/connector-fake/pom.xml index f80ad7653ba..8c97f054a51 100644 --- a/seatunnel-connectors-v2/connector-fake/pom.xml +++ b/seatunnel-connectors-v2/connector-fake/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-base-hadoop/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-base-hadoop/pom.xml index 234fedb9418..8813addc3f7 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-base-hadoop/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-base-hadoop/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml index 9a696979b7f..8565bfc8e99 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-cos/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-cos/pom.xml index eacfb7c0440..b03a72dad84 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-cos/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-cos/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-ftp/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-ftp/pom.xml index bbeb0e91238..c354f6f22d3 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-ftp/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-ftp/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/seatunnel-connectors-v2/connector-file/connector-file-hadoop/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-hadoop/pom.xml index 04b996d155e..2453690c32e 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-hadoop/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-hadoop/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/pom.xml index 366d237edd3..f1c2ad2c026 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-local/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-local/pom.xml index ab541d2c363..0515ca68a2c 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-local/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-local/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml index 31f65dba814..d8168d71da2 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-oss/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-oss/pom.xml index c7d6b447899..39220c15012 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-oss/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-oss/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml index e40ac249a36..873522b7b63 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml index e899240fd4b..0728cda06b3 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-file/pom.xml b/seatunnel-connectors-v2/connector-file/pom.xml index fd458965a7a..14ab8879a46 100644 --- a/seatunnel-connectors-v2/connector-file/pom.xml +++ b/seatunnel-connectors-v2/connector-file/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-google-firestore/pom.xml b/seatunnel-connectors-v2/connector-google-firestore/pom.xml index d9cff3d5725..0b568477502 100644 --- a/seatunnel-connectors-v2/connector-google-firestore/pom.xml +++ b/seatunnel-connectors-v2/connector-google-firestore/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-google-sheets/pom.xml b/seatunnel-connectors-v2/connector-google-sheets/pom.xml index a15a0b9766a..64dc7707d02 100644 --- a/seatunnel-connectors-v2/connector-google-sheets/pom.xml +++ b/seatunnel-connectors-v2/connector-google-sheets/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-hbase/pom.xml b/seatunnel-connectors-v2/connector-hbase/pom.xml index e754cd54b14..c14dbf155f6 100644 --- a/seatunnel-connectors-v2/connector-hbase/pom.xml +++ b/seatunnel-connectors-v2/connector-hbase/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-hive/pom.xml b/seatunnel-connectors-v2/connector-hive/pom.xml index 5a164a923f6..574e4f2894e 100644 --- a/seatunnel-connectors-v2/connector-hive/pom.xml +++ b/seatunnel-connectors-v2/connector-hive/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-base/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-base/pom.xml index bc8cac9cde3..2383bb133a0 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-base/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-base/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-feishu/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-feishu/pom.xml index 077188b1355..812f6567a61 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-feishu/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-feishu/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml index b48d5182e3a..41c5f3e11ac 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-gitlab/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-gitlab/pom.xml index e037666b0ec..662cc7e8f74 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-gitlab/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-gitlab/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-jira/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-jira/pom.xml index 355453c46e4..6935a4aaa2a 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-jira/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-jira/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-klaviyo/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-klaviyo/pom.xml index 3888d2965f1..b60bf9bcc3d 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-klaviyo/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-klaviyo/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-lemlist/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-lemlist/pom.xml index e91bff2dd47..a147e375d90 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-lemlist/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-lemlist/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-myhours/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-myhours/pom.xml index 263a089a18a..b6539fbecbe 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-myhours/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-myhours/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-notion/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-notion/pom.xml index b101eb8a52b..6d50c8635f2 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-notion/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-notion/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-onesignal/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-onesignal/pom.xml index 1453fd23b2f..91e478d168a 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-onesignal/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-onesignal/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-persistiq/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-persistiq/pom.xml index 8c317e0a398..4287b612dbd 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-persistiq/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-persistiq/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/connector-http-wechat/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-wechat/pom.xml index a1bd57fd04b..03b103e7dc8 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-wechat/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-wechat/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-http/pom.xml b/seatunnel-connectors-v2/connector-http/pom.xml index 4a3887b2102..4a4d53bba6e 100644 --- a/seatunnel-connectors-v2/connector-http/pom.xml +++ b/seatunnel-connectors-v2/connector-http/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-hudi/pom.xml b/seatunnel-connectors-v2/connector-hudi/pom.xml index 4b7ab8bc880..f1c161aa8cd 100644 --- a/seatunnel-connectors-v2/connector-hudi/pom.xml +++ b/seatunnel-connectors-v2/connector-hudi/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-iceberg/pom.xml b/seatunnel-connectors-v2/connector-iceberg/pom.xml index 1fba2b5a174..d57a98e3e78 100644 --- a/seatunnel-connectors-v2/connector-iceberg/pom.xml +++ b/seatunnel-connectors-v2/connector-iceberg/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-influxdb/pom.xml b/seatunnel-connectors-v2/connector-influxdb/pom.xml index bfaa78d4c56..9c05b13c785 100644 --- a/seatunnel-connectors-v2/connector-influxdb/pom.xml +++ b/seatunnel-connectors-v2/connector-influxdb/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-iotdb/pom.xml b/seatunnel-connectors-v2/connector-iotdb/pom.xml index bf37e5ed8e4..dc69491f9a0 100644 --- a/seatunnel-connectors-v2/connector-iotdb/pom.xml +++ b/seatunnel-connectors-v2/connector-iotdb/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-jdbc/pom.xml b/seatunnel-connectors-v2/connector-jdbc/pom.xml index 6aa4f4f77b0..be9035ce0c4 100644 --- a/seatunnel-connectors-v2/connector-jdbc/pom.xml +++ b/seatunnel-connectors-v2/connector-jdbc/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-kafka/pom.xml b/seatunnel-connectors-v2/connector-kafka/pom.xml index dcca549fb88..9e420795ca6 100644 --- a/seatunnel-connectors-v2/connector-kafka/pom.xml +++ b/seatunnel-connectors-v2/connector-kafka/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-kudu/pom.xml b/seatunnel-connectors-v2/connector-kudu/pom.xml index cea3b0437c3..8d46337a5df 100644 --- a/seatunnel-connectors-v2/connector-kudu/pom.xml +++ b/seatunnel-connectors-v2/connector-kudu/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-maxcompute/pom.xml b/seatunnel-connectors-v2/connector-maxcompute/pom.xml index 5783e7aa19a..e7d7dfe093d 100644 --- a/seatunnel-connectors-v2/connector-maxcompute/pom.xml +++ b/seatunnel-connectors-v2/connector-maxcompute/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-milvus/pom.xml b/seatunnel-connectors-v2/connector-milvus/pom.xml index 05371a8974c..c018c7168a5 100644 --- a/seatunnel-connectors-v2/connector-milvus/pom.xml +++ b/seatunnel-connectors-v2/connector-milvus/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-mongodb/pom.xml b/seatunnel-connectors-v2/connector-mongodb/pom.xml index 0666975dd54..0d53e718b9e 100644 --- a/seatunnel-connectors-v2/connector-mongodb/pom.xml +++ b/seatunnel-connectors-v2/connector-mongodb/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-neo4j/pom.xml b/seatunnel-connectors-v2/connector-neo4j/pom.xml index 03f0d0d4f86..dc0dd9425e5 100644 --- a/seatunnel-connectors-v2/connector-neo4j/pom.xml +++ b/seatunnel-connectors-v2/connector-neo4j/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-openmldb/pom.xml b/seatunnel-connectors-v2/connector-openmldb/pom.xml index e5bd8a18938..8c7cd6298d4 100644 --- a/seatunnel-connectors-v2/connector-openmldb/pom.xml +++ b/seatunnel-connectors-v2/connector-openmldb/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-paimon/pom.xml b/seatunnel-connectors-v2/connector-paimon/pom.xml index f7fdf92bad5..73291abdaed 100644 --- a/seatunnel-connectors-v2/connector-paimon/pom.xml +++ b/seatunnel-connectors-v2/connector-paimon/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-pulsar/pom.xml b/seatunnel-connectors-v2/connector-pulsar/pom.xml index de86d3930bf..edb0f23c437 100644 --- a/seatunnel-connectors-v2/connector-pulsar/pom.xml +++ b/seatunnel-connectors-v2/connector-pulsar/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-rabbitmq/pom.xml b/seatunnel-connectors-v2/connector-rabbitmq/pom.xml index 1157399247a..45a1392aa80 100644 --- a/seatunnel-connectors-v2/connector-rabbitmq/pom.xml +++ b/seatunnel-connectors-v2/connector-rabbitmq/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-redis/pom.xml b/seatunnel-connectors-v2/connector-redis/pom.xml index 6fe6077967b..65873307f96 100644 --- a/seatunnel-connectors-v2/connector-redis/pom.xml +++ b/seatunnel-connectors-v2/connector-redis/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-rocketmq/pom.xml b/seatunnel-connectors-v2/connector-rocketmq/pom.xml index 08e51e6a29f..e01a4898728 100644 --- a/seatunnel-connectors-v2/connector-rocketmq/pom.xml +++ b/seatunnel-connectors-v2/connector-rocketmq/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-s3-redshift/pom.xml b/seatunnel-connectors-v2/connector-s3-redshift/pom.xml index c29240b8ac0..19f98afdf36 100644 --- a/seatunnel-connectors-v2/connector-s3-redshift/pom.xml +++ b/seatunnel-connectors-v2/connector-s3-redshift/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-selectdb-cloud/pom.xml b/seatunnel-connectors-v2/connector-selectdb-cloud/pom.xml index bbc0cf65a8e..56c27033db5 100644 --- a/seatunnel-connectors-v2/connector-selectdb-cloud/pom.xml +++ b/seatunnel-connectors-v2/connector-selectdb-cloud/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-sentry/pom.xml b/seatunnel-connectors-v2/connector-sentry/pom.xml index 62c278b8942..f347d80996e 100644 --- a/seatunnel-connectors-v2/connector-sentry/pom.xml +++ b/seatunnel-connectors-v2/connector-sentry/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-slack/pom.xml b/seatunnel-connectors-v2/connector-slack/pom.xml index ca738be6a76..19c74079fc5 100644 --- a/seatunnel-connectors-v2/connector-slack/pom.xml +++ b/seatunnel-connectors-v2/connector-slack/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-socket/pom.xml b/seatunnel-connectors-v2/connector-socket/pom.xml index 5c758bef30f..120b22590e2 100644 --- a/seatunnel-connectors-v2/connector-socket/pom.xml +++ b/seatunnel-connectors-v2/connector-socket/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-starrocks/pom.xml b/seatunnel-connectors-v2/connector-starrocks/pom.xml index 0447802e810..ef83f6a3454 100644 --- a/seatunnel-connectors-v2/connector-starrocks/pom.xml +++ b/seatunnel-connectors-v2/connector-starrocks/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-tablestore/pom.xml b/seatunnel-connectors-v2/connector-tablestore/pom.xml index 2df17798ce0..e34d1a95649 100644 --- a/seatunnel-connectors-v2/connector-tablestore/pom.xml +++ b/seatunnel-connectors-v2/connector-tablestore/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-tdengine/pom.xml b/seatunnel-connectors-v2/connector-tdengine/pom.xml index 0e87a8eb355..f8d565b6396 100644 --- a/seatunnel-connectors-v2/connector-tdengine/pom.xml +++ b/seatunnel-connectors-v2/connector-tdengine/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/connector-web3j/pom.xml b/seatunnel-connectors-v2/connector-web3j/pom.xml index 721a56ef2ee..5f23cf91a0b 100644 --- a/seatunnel-connectors-v2/connector-web3j/pom.xml +++ b/seatunnel-connectors-v2/connector-web3j/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-connectors-v2/pom.xml b/seatunnel-connectors-v2/pom.xml index aa65e6cd9d6..2d9cc5fe357 100644 --- a/seatunnel-connectors-v2/pom.xml +++ b/seatunnel-connectors-v2/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/pom.xml b/seatunnel-core/pom.xml index ad5ae67456c..32f96106c4d 100644 --- a/seatunnel-core/pom.xml +++ b/seatunnel-core/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-core-starter/pom.xml b/seatunnel-core/seatunnel-core-starter/pom.xml index 91219401097..5dc628fdb3d 100644 --- a/seatunnel-core/seatunnel-core-starter/pom.xml +++ b/seatunnel-core/seatunnel-core-starter/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-flink-starter/pom.xml b/seatunnel-core/seatunnel-flink-starter/pom.xml index 24ec332a852..5794f89fcc6 100644 --- a/seatunnel-core/seatunnel-flink-starter/pom.xml +++ b/seatunnel-core/seatunnel-flink-starter/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/pom.xml b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/pom.xml index b87af19131c..d9be62786f9 100644 --- a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/pom.xml +++ b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-15-starter/pom.xml b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-15-starter/pom.xml index 4b5c4809a8a..f56c4843301 100644 --- a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-15-starter/pom.xml +++ b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-15-starter/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-starter-common/pom.xml b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-starter-common/pom.xml index 6f883281aed..ccd4c0140ef 100644 --- a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-starter-common/pom.xml +++ b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-starter-common/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-spark-starter/pom.xml b/seatunnel-core/seatunnel-spark-starter/pom.xml index 353e26d891f..ab767a72851 100644 --- a/seatunnel-core/seatunnel-spark-starter/pom.xml +++ b/seatunnel-core/seatunnel-spark-starter/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/pom.xml b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/pom.xml index de33045fa34..0a90c93da66 100644 --- a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/pom.xml +++ b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-3-starter/pom.xml b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-3-starter/pom.xml index 210cf1c9f97..d7d3369f903 100644 --- a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-3-starter/pom.xml +++ b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-3-starter/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/pom.xml b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/pom.xml index b4684ed937a..bdaf8ae4540 100644 --- a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/pom.xml +++ b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-core/seatunnel-starter/pom.xml b/seatunnel-core/seatunnel-starter/pom.xml index 656ec193700..26820eb62e0 100644 --- a/seatunnel-core/seatunnel-starter/pom.xml +++ b/seatunnel-core/seatunnel-starter/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-dist/pom.xml b/seatunnel-dist/pom.xml index bce3797144d..3ee9067714c 100644 --- a/seatunnel-dist/pom.xml +++ b/seatunnel-dist/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/pom.xml b/seatunnel-e2e/pom.xml index 86a58a6c8a7..1a84bd74a9c 100644 --- a/seatunnel-e2e/pom.xml +++ b/seatunnel-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/pom.xml index 11776896e2c..224158354a5 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazonsqs-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazonsqs-e2e/pom.xml index 4e2927d1988..87871386349 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazonsqs-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazonsqs-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-assert-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-assert-e2e/pom.xml index 186f455763a..52492ac3007 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-assert-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-assert-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cassandra-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cassandra-e2e/pom.xml index 8dafb8a6714..e0d8dc78cfc 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cassandra-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cassandra-e2e/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/pom.xml index d50ec669e7c..0edaaf763fa 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/pom.xml index a6850f86327..3cc5cfa8b71 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/pom.xml index e3374cbc6f6..669f1bb3ecc 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/pom.xml index bd2372d3e69..b7d4a981cd5 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/pom.xml index 3880666cb74..ed5c4b51816 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/pom.xml index 34f8053024d..926e9bf1340 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/pom.xml index 4e62e454d0b..83fe9eb412e 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/pom.xml index fd94be5b411..3b92d8c3d1b 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-druid-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-druid-e2e/pom.xml index 3976054cac6..32c9c2d764e 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-druid-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-druid-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-easysearch-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-easysearch-e2e/pom.xml index 2b09bb27b5d..47e642b7f26 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-easysearch-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-easysearch-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/pom.xml index 83b40c6e82c..55b151e2bfb 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-fake-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-fake-e2e/pom.xml index c9ba890bf31..cd38d9a4de3 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-fake-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-fake-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-cos-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-cos-e2e/pom.xml index c2c3aadf509..afeddf53f0f 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-cos-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-cos-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/pom.xml index 7ebce33df21..b26c436ff77 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/pom.xml index 86cd6b3918c..8b9fd5f4555 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-obs-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-obs-e2e/pom.xml index 0a3f7178438..1a505ec2f0b 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-obs-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-obs-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-oss-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-oss-e2e/pom.xml index f243d8ae930..d84d1bc5935 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-oss-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-oss-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/pom.xml index 22dea16252e..e9b4ee6084c 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/pom.xml index dc6b7802b7e..b13452eab29 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/pom.xml index b52b897d2a4..3bbf5c2a1f9 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/pom.xml index 6a47d5ce190..19498480bd7 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml index 754662c80e2..ea00b770e89 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml index 46d43682114..1ccc1b05f7f 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hudi-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hudi-e2e/pom.xml index 2b78dd73d06..ca871a4f2d7 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hudi-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hudi-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-e2e/pom.xml index 43f50293509..6dbe4b43914 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml index c6978d63391..80cf2886033 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-s3-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-s3-e2e/pom.xml index 35c1fd13867..42e78e7e03f 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-s3-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-s3-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/pom.xml index 3178559943d..0ccb1870983 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/pom.xml index 7308d26a738..28f8f33ffcd 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-common/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-common/pom.xml index b6b83f759ea..08d78c6dc0a 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-common/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-common/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/pom.xml index 800eeceeec7..f7aed1f2614 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/pom.xml index cf2f5ff34b6..3d4472f6465 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/pom.xml index 1704d732700..cdd39fa747d 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-4/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-4/pom.xml index c69d5830ae4..4c9d9b5e0f8 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-4/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-4/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/pom.xml index d1a5ec967b6..b2de217c16b 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-6/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-6/pom.xml index 626489db29b..03c68698100 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-6/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-6/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/pom.xml index 92b6efaa5b0..8f6cf2970a3 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/pom.xml index 1a32a705226..068eb98e6ba 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/pom.xml index 4575ccd7a47..3b4b57c5755 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/pom.xml index bfce0a79627..6e84a9f9989 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/pom.xml index b1ed83f4adc..74af04cc8d3 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-milvus-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-milvus-e2e/pom.xml index 2e629028550..b69e65a7069 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-milvus-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-milvus-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/pom.xml index ca6bc73357e..dae58ead737 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-neo4j-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-neo4j-e2e/pom.xml index 854924e7e4b..c3b6ffeefc7 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-neo4j-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-neo4j-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/pom.xml index 2d5bb231803..95d4ea2b02f 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/pom.xml index 6cb80475319..811904c3c19 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/pom.xml index 2dd6ff55764..38ea8145726 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-redis-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-redis-e2e/pom.xml index cb23c7e1bd5..057cc2ffcbf 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-redis-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-redis-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/pom.xml index 015b62bfa3f..1ce751d76f6 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/pom.xml index 4f85f26d17d..33421983a2f 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/pom.xml index af5edff556f..71731cf3821 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-web3j-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-web3j-e2e/pom.xml index 41288fa52f0..622e838c177 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-web3j-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-web3j-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml index 5aecdd7faa1..02f38f7529e 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-core-e2e/pom.xml b/seatunnel-e2e/seatunnel-core-e2e/pom.xml index 5c6c9a19f23..2ce63497b1b 100644 --- a/seatunnel-e2e/seatunnel-core-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-core-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/pom.xml b/seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/pom.xml index 386f31a381a..5c5b9b56419 100644 --- a/seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-e2e-common/pom.xml b/seatunnel-e2e/seatunnel-e2e-common/pom.xml index b50faadaf36..ce12ac550d3 100644 --- a/seatunnel-e2e/seatunnel-e2e-common/pom.xml +++ b/seatunnel-e2e/seatunnel-e2e-common/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-engine-e2e/connector-console-seatunnel-e2e/pom.xml b/seatunnel-e2e/seatunnel-engine-e2e/connector-console-seatunnel-e2e/pom.xml index 993fc2986ee..33d25354ea2 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/connector-console-seatunnel-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-engine-e2e/connector-console-seatunnel-e2e/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/pom.xml b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/pom.xml index b8f922e4778..ed8ed63678a 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/pom.xml +++ b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-engine-e2e/pom.xml b/seatunnel-e2e/seatunnel-engine-e2e/pom.xml index e4e1f830b13..92a5a0220c7 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-engine-e2e/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-engine-e2e/seatunnel-engine-k8s-e2e/pom.xml b/seatunnel-e2e/seatunnel-engine-e2e/seatunnel-engine-k8s-e2e/pom.xml index 0bff2da4596..cc6ee5ec8aa 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/seatunnel-engine-k8s-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-engine-e2e/seatunnel-engine-k8s-e2e/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-transforms-v2-e2e/pom.xml b/seatunnel-e2e/seatunnel-transforms-v2-e2e/pom.xml index 2f6b3af7f33..6d6a57820a6 100644 --- a/seatunnel-e2e/seatunnel-transforms-v2-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-transforms-v2-e2e/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-common/pom.xml b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-common/pom.xml index 17a0d4a89e2..c4b4ba4c34d 100644 --- a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-common/pom.xml +++ b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-common/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/pom.xml b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/pom.xml index 1ea674e3683..86fbe2240d5 100644 --- a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/pom.xml +++ b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/pom.xml b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/pom.xml index 37516f3af3b..fa91b34832f 100644 --- a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/pom.xml +++ b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/pom.xml b/seatunnel-engine/pom.xml index e497a030f43..8415b6d69ba 100644 --- a/seatunnel-engine/pom.xml +++ b/seatunnel-engine/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-client/pom.xml b/seatunnel-engine/seatunnel-engine-client/pom.xml index f0a7f22d416..4a8cf94ddc9 100644 --- a/seatunnel-engine/seatunnel-engine-client/pom.xml +++ b/seatunnel-engine/seatunnel-engine-client/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-common/pom.xml b/seatunnel-engine/seatunnel-engine-common/pom.xml index 35177b3ac8b..93680f99f47 100644 --- a/seatunnel-engine/seatunnel-engine-common/pom.xml +++ b/seatunnel-engine/seatunnel-engine-common/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-core/pom.xml b/seatunnel-engine/seatunnel-engine-core/pom.xml index 18796d7ee91..f0f2a726168 100644 --- a/seatunnel-engine/seatunnel-engine-core/pom.xml +++ b/seatunnel-engine/seatunnel-engine-core/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-serializer/pom.xml b/seatunnel-engine/seatunnel-engine-serializer/pom.xml index f1bb2eacd8b..83bc27130dd 100644 --- a/seatunnel-engine/seatunnel-engine-serializer/pom.xml +++ b/seatunnel-engine/seatunnel-engine-serializer/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-serializer/serializer-api/pom.xml b/seatunnel-engine/seatunnel-engine-serializer/serializer-api/pom.xml index 0209d4e3f7e..58005d913f9 100644 --- a/seatunnel-engine/seatunnel-engine-serializer/serializer-api/pom.xml +++ b/seatunnel-engine/seatunnel-engine-serializer/serializer-api/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-serializer/serializer-protobuf/pom.xml b/seatunnel-engine/seatunnel-engine-serializer/serializer-protobuf/pom.xml index c58c5ce7128..038ad466ae5 100644 --- a/seatunnel-engine/seatunnel-engine-serializer/serializer-protobuf/pom.xml +++ b/seatunnel-engine/seatunnel-engine-serializer/serializer-protobuf/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-server/pom.xml b/seatunnel-engine/seatunnel-engine-server/pom.xml index c911b881c0c..a1c9daa9329 100644 --- a/seatunnel-engine/seatunnel-engine-server/pom.xml +++ b/seatunnel-engine/seatunnel-engine-server/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/pom.xml b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/pom.xml index 1021f032718..f4110315206 100644 --- a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/pom.xml b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/pom.xml index a9164cbd8a5..dd2ef8b76b0 100644 --- a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-local-file/pom.xml b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-local-file/pom.xml index c443faf04ed..f415e513c95 100644 --- a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-local-file/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-local-file/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/pom.xml b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/pom.xml index 7fd4a03cbdd..38a3b8842ec 100644 --- a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-storage/imap-storage-api/pom.xml b/seatunnel-engine/seatunnel-engine-storage/imap-storage-api/pom.xml index 114255fcb5b..89d575e5f64 100644 --- a/seatunnel-engine/seatunnel-engine-storage/imap-storage-api/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/imap-storage-api/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml index 34e75a54698..1caf4c24083 100644 --- a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/pom.xml b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/pom.xml index 37f97f71811..8b71dee1960 100644 --- a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-engine/seatunnel-engine-storage/pom.xml b/seatunnel-engine/seatunnel-engine-storage/pom.xml index f8882b05652..10ad6e12e9e 100644 --- a/seatunnel-engine/seatunnel-engine-storage/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/pom.xml @@ -18,7 +18,8 @@ ~ under the License. ~ --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-examples/pom.xml b/seatunnel-examples/pom.xml index d8769a56e09..165628d99ee 100644 --- a/seatunnel-examples/pom.xml +++ b/seatunnel-examples/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-examples/seatunnel-engine-examples/pom.xml b/seatunnel-examples/seatunnel-engine-examples/pom.xml index b87b85ed0fe..329820ca96f 100644 --- a/seatunnel-examples/seatunnel-engine-examples/pom.xml +++ b/seatunnel-examples/seatunnel-engine-examples/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml b/seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml index 979762b7f4b..8d40b277f07 100644 --- a/seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml +++ b/seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml b/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml index aeb0024a4ec..8cf1337c3be 100644 --- a/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml +++ b/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-formats/pom.xml b/seatunnel-formats/pom.xml index 3e8b18ebfa3..1d97e632816 100644 --- a/seatunnel-formats/pom.xml +++ b/seatunnel-formats/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-formats/seatunnel-format-avro/pom.xml b/seatunnel-formats/seatunnel-format-avro/pom.xml index e8713759317..fbb7b1e06bb 100644 --- a/seatunnel-formats/seatunnel-format-avro/pom.xml +++ b/seatunnel-formats/seatunnel-format-avro/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-formats/seatunnel-format-compatible-connect-json/pom.xml b/seatunnel-formats/seatunnel-format-compatible-connect-json/pom.xml index 9545cb422bb..c595860fdf5 100644 --- a/seatunnel-formats/seatunnel-format-compatible-connect-json/pom.xml +++ b/seatunnel-formats/seatunnel-format-compatible-connect-json/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-formats/seatunnel-format-compatible-debezium-json/pom.xml b/seatunnel-formats/seatunnel-format-compatible-debezium-json/pom.xml index 19395766347..659f2a12ee4 100644 --- a/seatunnel-formats/seatunnel-format-compatible-debezium-json/pom.xml +++ b/seatunnel-formats/seatunnel-format-compatible-debezium-json/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-formats/seatunnel-format-json/pom.xml b/seatunnel-formats/seatunnel-format-json/pom.xml index f0dcfe5d75e..1b906a53f34 100644 --- a/seatunnel-formats/seatunnel-format-json/pom.xml +++ b/seatunnel-formats/seatunnel-format-json/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-formats/seatunnel-format-text/pom.xml b/seatunnel-formats/seatunnel-format-text/pom.xml index d988695729d..540d923f4b2 100644 --- a/seatunnel-formats/seatunnel-format-text/pom.xml +++ b/seatunnel-formats/seatunnel-format-text/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-plugin-discovery/pom.xml b/seatunnel-plugin-discovery/pom.xml index 166bb068205..7d7cd86e4ea 100644 --- a/seatunnel-plugin-discovery/pom.xml +++ b/seatunnel-plugin-discovery/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/pom.xml b/seatunnel-shade/pom.xml index 06923a90007..2f762a8ba35 100644 --- a/seatunnel-shade/pom.xml +++ b/seatunnel-shade/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/seatunnel-arrow-5.0/pom.xml b/seatunnel-shade/seatunnel-arrow-5.0/pom.xml index 75c6d3135b2..c1794b0ee8e 100644 --- a/seatunnel-shade/seatunnel-arrow-5.0/pom.xml +++ b/seatunnel-shade/seatunnel-arrow-5.0/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/seatunnel-guava/pom.xml b/seatunnel-shade/seatunnel-guava/pom.xml index ff94c797151..97cfbcb7f8b 100644 --- a/seatunnel-shade/seatunnel-guava/pom.xml +++ b/seatunnel-shade/seatunnel-guava/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml b/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml index ea3f0ac93ef..e437c735a42 100644 --- a/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml +++ b/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/seatunnel-hazelcast/pom.xml b/seatunnel-shade/seatunnel-hazelcast/pom.xml index e84465a1c73..61fb3b372cb 100644 --- a/seatunnel-shade/seatunnel-hazelcast/pom.xml +++ b/seatunnel-shade/seatunnel-hazelcast/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-base/pom.xml b/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-base/pom.xml index f0069686c7f..5caeda17bc0 100644 --- a/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-base/pom.xml +++ b/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-base/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-shade/pom.xml b/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-shade/pom.xml index 6fda42ee11b..15f039b28b8 100644 --- a/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-shade/pom.xml +++ b/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-shade/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/seatunnel-jackson/pom.xml b/seatunnel-shade/seatunnel-jackson/pom.xml index 7e7df8a527c..72570d7aa0d 100644 --- a/seatunnel-shade/seatunnel-jackson/pom.xml +++ b/seatunnel-shade/seatunnel-jackson/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-shade/seatunnel-janino/pom.xml b/seatunnel-shade/seatunnel-janino/pom.xml index df1809c889c..52a769d2d1f 100644 --- a/seatunnel-shade/seatunnel-janino/pom.xml +++ b/seatunnel-shade/seatunnel-janino/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/seatunnel-shade/seatunnel-thrift-service/pom.xml b/seatunnel-shade/seatunnel-thrift-service/pom.xml index b4d9f1e97d4..ee7409699ab 100644 --- a/seatunnel-shade/seatunnel-thrift-service/pom.xml +++ b/seatunnel-shade/seatunnel-thrift-service/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-transforms-v2/pom.xml b/seatunnel-transforms-v2/pom.xml index 2963d3d3dfe..e12aedc53c7 100644 --- a/seatunnel-transforms-v2/pom.xml +++ b/seatunnel-transforms-v2/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/pom.xml b/seatunnel-translation/pom.xml index 42a9fb77ec1..be89a64a26c 100644 --- a/seatunnel-translation/pom.xml +++ b/seatunnel-translation/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-base/pom.xml b/seatunnel-translation/seatunnel-translation-base/pom.xml index 5b43f7dccd1..f814f595185 100644 --- a/seatunnel-translation/seatunnel-translation-base/pom.xml +++ b/seatunnel-translation/seatunnel-translation-base/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-flink/pom.xml b/seatunnel-translation/seatunnel-translation-flink/pom.xml index 80517234682..c4b05a9776b 100644 --- a/seatunnel-translation/seatunnel-translation-flink/pom.xml +++ b/seatunnel-translation/seatunnel-translation-flink/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/pom.xml b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/pom.xml index 448601ec6da..421d14093be 100644 --- a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/pom.xml +++ b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-15/pom.xml b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-15/pom.xml index 363fb9f5346..f251876dd3c 100644 --- a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-15/pom.xml +++ b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-15/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/pom.xml b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/pom.xml index f67653781ed..fb5c31ea4eb 100644 --- a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/pom.xml +++ b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-spark/pom.xml b/seatunnel-translation/seatunnel-translation-spark/pom.xml index cb06b4c00a3..10e0aac0bda 100644 --- a/seatunnel-translation/seatunnel-translation-spark/pom.xml +++ b/seatunnel-translation/seatunnel-translation-spark/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-2.4/pom.xml b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-2.4/pom.xml index d1f84caa9b7..c0515564a77 100644 --- a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-2.4/pom.xml +++ b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-2.4/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-3.3/pom.xml b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-3.3/pom.xml index ab6fbdb42b4..71b75c9fc47 100644 --- a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-3.3/pom.xml +++ b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-3.3/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel diff --git a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/pom.xml b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/pom.xml index a49b161e45d..7360175f25c 100644 --- a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/pom.xml +++ b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/pom.xml @@ -13,7 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel