From f16a1e634236e4eef3f040194fd24851099b2f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Mon, 25 Sep 2023 13:10:42 +0800 Subject: [PATCH] Add : add check profile to validate the code (#28572) * Add : add check profile to validate the code * Add : add check profile to validate the code * Refactor : refactor the document for corresponding change * Refactor : update the file by spotless apply --- .github/workflows/required-check.yml | 6 +- .mvn/extensions.xml | 24 -- agent/api/pom.xml | 1 - agent/core/pom.xml | 1 - agent/plugins/core/pom.xml | 1 - agent/plugins/logging/pom.xml | 1 - agent/plugins/logging/type/file/pom.xml | 1 - agent/plugins/logging/type/pom.xml | 1 - agent/plugins/metrics/core/pom.xml | 1 - agent/plugins/metrics/pom.xml | 1 - agent/plugins/metrics/type/pom.xml | 1 - agent/plugins/metrics/type/prometheus/pom.xml | 1 - agent/plugins/pom.xml | 1 - agent/plugins/tracing/core/pom.xml | 1 - agent/plugins/tracing/pom.xml | 1 - .../tracing/type/opentelemetry/pom.xml | 1 - agent/plugins/tracing/type/pom.xml | 1 - agent/pom.xml | 1 - db-protocol/core/pom.xml | 1 - db-protocol/mysql/pom.xml | 1 - db-protocol/opengauss/pom.xml | 1 - db-protocol/pom.xml | 1 - db-protocol/postgresql/pom.xml | 1 - distribution/agent/pom.xml | 1 - distribution/jdbc/pom.xml | 1 - distribution/pom.xml | 1 - distribution/proxy-native/pom.xml | 1 - distribution/proxy/pom.xml | 1 - distribution/src/pom.xml | 1 - .../content/involved/conduct/code.cn.md | 4 +- .../content/involved/conduct/code.en.md | 4 +- .../involved/contribute/contributor.cn.md | 2 +- .../involved/contribute/contributor.en.md | 2 +- docs/document/content/faq/_index.cn.md | 2 +- docs/document/content/faq/_index.en.md | 2 +- .../observability/_index.cn.md | 2 +- .../observability/_index.en.md | 2 +- .../observability/_index.cn.md | 2 +- .../observability/_index.en.md | 2 +- features/broadcast/api/pom.xml | 1 - features/broadcast/core/pom.xml | 1 - features/broadcast/distsql/handler/pom.xml | 1 - features/broadcast/distsql/parser/pom.xml | 1 - features/broadcast/distsql/pom.xml | 1 - features/broadcast/distsql/statement/pom.xml | 1 - features/broadcast/pom.xml | 1 - features/encrypt/api/pom.xml | 1 - features/encrypt/core/pom.xml | 1 - features/encrypt/distsql/handler/pom.xml | 1 - features/encrypt/distsql/parser/pom.xml | 1 - features/encrypt/distsql/pom.xml | 1 - features/encrypt/distsql/statement/pom.xml | 1 - features/encrypt/pom.xml | 1 - features/mask/api/pom.xml | 1 - features/mask/core/pom.xml | 1 - features/mask/distsql/handler/pom.xml | 1 - features/mask/distsql/parser/pom.xml | 1 - features/mask/distsql/pom.xml | 1 - features/mask/distsql/statement/pom.xml | 1 - features/mask/pom.xml | 1 - features/pom.xml | 1 - features/readwrite-splitting/api/pom.xml | 1 - features/readwrite-splitting/core/pom.xml | 1 - .../distsql/handler/pom.xml | 1 - .../distsql/parser/pom.xml | 1 - features/readwrite-splitting/distsql/pom.xml | 1 - .../distsql/statement/pom.xml | 1 - features/readwrite-splitting/pom.xml | 1 - features/shadow/api/pom.xml | 1 - features/shadow/core/pom.xml | 1 - features/shadow/distsql/handler/pom.xml | 1 - features/shadow/distsql/parser/pom.xml | 1 - features/shadow/distsql/pom.xml | 1 - features/shadow/distsql/statement/pom.xml | 1 - features/shadow/pom.xml | 1 - features/sharding/api/pom.xml | 1 - features/sharding/core/pom.xml | 1 - features/sharding/distsql/handler/pom.xml | 1 - features/sharding/distsql/parser/pom.xml | 1 - features/sharding/distsql/pom.xml | 1 - features/sharding/distsql/statement/pom.xml | 1 - features/sharding/pom.xml | 1 - infra/binder/pom.xml | 1 - infra/common/pom.xml | 1 - infra/context/pom.xml | 1 - infra/data-source-pool/core/pom.xml | 1 - infra/data-source-pool/pom.xml | 1 - infra/data-source-pool/type/c3p0/pom.xml | 1 - infra/data-source-pool/type/dbcp/pom.xml | 1 - infra/data-source-pool/type/hikari/pom.xml | 1 - infra/data-source-pool/type/pom.xml | 1 - infra/database/core/pom.xml | 1 - infra/database/pom.xml | 1 - infra/database/type/h2/pom.xml | 1 - infra/database/type/mariadb/pom.xml | 1 - infra/database/type/mysql/pom.xml | 1 - infra/database/type/opengauss/pom.xml | 1 - infra/database/type/oracle/pom.xml | 1 - infra/database/type/pom.xml | 1 - infra/database/type/postgresql/pom.xml | 1 - infra/database/type/sql92/pom.xml | 1 - infra/database/type/sqlserver/pom.xml | 1 - infra/distsql-handler/pom.xml | 1 - infra/exception/core/pom.xml | 1 - infra/exception/dialect/core/pom.xml | 1 - infra/exception/dialect/pom.xml | 1 - infra/exception/dialect/type/mysql/pom.xml | 1 - infra/exception/dialect/type/pom.xml | 1 - .../exception/dialect/type/postgresql/pom.xml | 1 - infra/exception/pom.xml | 1 - infra/executor/pom.xml | 1 - infra/expr/core/pom.xml | 1 - infra/expr/pom.xml | 1 - infra/expr/spi/pom.xml | 1 - infra/expr/type/espresso/pom.xml | 1 - infra/expr/type/groovy/pom.xml | 1 - infra/expr/type/literal/pom.xml | 1 - infra/expr/type/pom.xml | 1 - infra/merge/pom.xml | 1 - infra/parser/pom.xml | 1 - infra/pom.xml | 1 - infra/rewrite/pom.xml | 1 - infra/route/pom.xml | 1 - infra/session/pom.xml | 1 - infra/spi/pom.xml | 1 - infra/util/pom.xml | 1 - jdbc/core/pom.xml | 1 - jdbc/pom.xml | 1 - kernel/authority/api/pom.xml | 1 - kernel/authority/core/pom.xml | 1 - kernel/authority/distsql/handler/pom.xml | 1 - kernel/authority/distsql/parser/pom.xml | 1 - kernel/authority/distsql/pom.xml | 1 - kernel/authority/distsql/statement/pom.xml | 1 - kernel/authority/pom.xml | 1 - kernel/data-pipeline/api/pom.xml | 1 - kernel/data-pipeline/core/pom.xml | 1 - kernel/data-pipeline/dialect/h2/pom.xml | 1 - kernel/data-pipeline/dialect/mysql/pom.xml | 1 - .../data-pipeline/dialect/opengauss/pom.xml | 1 - kernel/data-pipeline/dialect/pom.xml | 1 - .../data-pipeline/dialect/postgresql/pom.xml | 1 - kernel/data-pipeline/distsql/handler/pom.xml | 1 - kernel/data-pipeline/distsql/parser/pom.xml | 1 - kernel/data-pipeline/distsql/pom.xml | 1 - .../data-pipeline/distsql/statement/pom.xml | 1 - kernel/data-pipeline/pom.xml | 1 - .../data-pipeline/scenario/cdc/client/pom.xml | 1 - .../data-pipeline/scenario/cdc/core/pom.xml | 1 - kernel/data-pipeline/scenario/cdc/pom.xml | 1 - .../scenario/cdc/protocol/pom.xml | 1 - .../scenario/consistencycheck/pom.xml | 1 - .../data-pipeline/scenario/migration/pom.xml | 1 - kernel/data-pipeline/scenario/pom.xml | 1 - kernel/global-clock/api/pom.xml | 1 - kernel/global-clock/core/pom.xml | 1 - kernel/global-clock/distsql/handler/pom.xml | 1 - kernel/global-clock/distsql/parser/pom.xml | 1 - kernel/global-clock/distsql/pom.xml | 1 - kernel/global-clock/distsql/statement/pom.xml | 1 - kernel/global-clock/pom.xml | 1 - kernel/global-clock/type/hlc/pom.xml | 1 - kernel/global-clock/type/pom.xml | 1 - kernel/global-clock/type/tso/core/pom.xml | 1 - kernel/global-clock/type/tso/pom.xml | 1 - kernel/global-clock/type/tso/provider/pom.xml | 1 - .../type/tso/provider/redis/pom.xml | 1 - kernel/global-clock/type/tso/spi/pom.xml | 1 - kernel/logging/api/pom.xml | 1 - kernel/logging/core/pom.xml | 1 - kernel/logging/pom.xml | 1 - kernel/metadata/core/pom.xml | 1 - kernel/metadata/pom.xml | 1 - kernel/pom.xml | 1 - kernel/single/api/pom.xml | 1 - kernel/single/core/pom.xml | 1 - kernel/single/distsql/handler/pom.xml | 1 - kernel/single/distsql/parser/pom.xml | 1 - kernel/single/distsql/pom.xml | 1 - kernel/single/distsql/statement/pom.xml | 1 - kernel/single/pom.xml | 1 - kernel/sql-federation/api/pom.xml | 1 - kernel/sql-federation/core/pom.xml | 1 - kernel/sql-federation/distsql/handler/pom.xml | 1 - kernel/sql-federation/distsql/parser/pom.xml | 1 - kernel/sql-federation/distsql/pom.xml | 1 - .../sql-federation/distsql/statement/pom.xml | 1 - kernel/sql-federation/pom.xml | 1 - kernel/sql-parser/api/pom.xml | 1 - kernel/sql-parser/core/pom.xml | 1 - kernel/sql-parser/distsql/handler/pom.xml | 1 - kernel/sql-parser/distsql/parser/pom.xml | 1 - kernel/sql-parser/distsql/pom.xml | 1 - kernel/sql-parser/distsql/statement/pom.xml | 1 - kernel/sql-parser/pom.xml | 1 - kernel/sql-translator/api/pom.xml | 1 - kernel/sql-translator/core/pom.xml | 1 - kernel/sql-translator/distsql/handler/pom.xml | 1 - kernel/sql-translator/distsql/parser/pom.xml | 1 - kernel/sql-translator/distsql/pom.xml | 1 - .../sql-translator/distsql/statement/pom.xml | 1 - kernel/sql-translator/pom.xml | 1 - kernel/sql-translator/provider/jooq/pom.xml | 1 - kernel/sql-translator/provider/native/pom.xml | 1 - kernel/sql-translator/provider/pom.xml | 1 - kernel/time-service/api/pom.xml | 1 - kernel/time-service/core/pom.xml | 1 - kernel/time-service/pom.xml | 1 - kernel/time-service/type/database/pom.xml | 1 - kernel/time-service/type/pom.xml | 1 - kernel/time-service/type/system/pom.xml | 1 - kernel/traffic/api/pom.xml | 1 - kernel/traffic/core/pom.xml | 1 - kernel/traffic/distsql/handler/pom.xml | 1 - kernel/traffic/distsql/parser/pom.xml | 1 - kernel/traffic/distsql/pom.xml | 1 - kernel/traffic/distsql/statement/pom.xml | 1 - kernel/traffic/pom.xml | 1 - kernel/transaction/api/pom.xml | 1 - kernel/transaction/core/pom.xml | 1 - kernel/transaction/distsql/handler/pom.xml | 1 - kernel/transaction/distsql/parser/pom.xml | 1 - kernel/transaction/distsql/pom.xml | 1 - kernel/transaction/distsql/statement/pom.xml | 1 - kernel/transaction/pom.xml | 1 - kernel/transaction/type/base/pom.xml | 1 - kernel/transaction/type/base/seata-at/pom.xml | 1 - kernel/transaction/type/pom.xml | 1 - kernel/transaction/type/xa/core/pom.xml | 1 - kernel/transaction/type/xa/pom.xml | 1 - .../type/xa/provider/atomikos/pom.xml | 1 - .../type/xa/provider/narayana/pom.xml | 1 - kernel/transaction/type/xa/provider/pom.xml | 1 - kernel/transaction/type/xa/spi/pom.xml | 1 - mode/api/pom.xml | 1 - mode/core/pom.xml | 1 - mode/pom.xml | 1 - mode/type/cluster/core/pom.xml | 1 - mode/type/cluster/pom.xml | 1 - mode/type/cluster/repository/api/pom.xml | 1 - mode/type/cluster/repository/pom.xml | 1 - .../repository/provider/consul/pom.xml | 1 - .../cluster/repository/provider/etcd/pom.xml | 1 - .../cluster/repository/provider/nacos/pom.xml | 1 - mode/type/cluster/repository/provider/pom.xml | 1 - .../repository/provider/zookeeper/pom.xml | 1 - mode/type/pom.xml | 1 - mode/type/standalone/core/pom.xml | 1 - mode/type/standalone/pom.xml | 1 - mode/type/standalone/repository/api/pom.xml | 1 - mode/type/standalone/repository/pom.xml | 1 - .../repository/provider/jdbc/pom.xml | 1 - .../standalone/repository/provider/pom.xml | 1 - parser/distsql/engine/pom.xml | 1 - parser/distsql/pom.xml | 1 - parser/distsql/statement/pom.xml | 1 - parser/pom.xml | 1 - parser/sql/dialect/mysql/pom.xml | 1 - parser/sql/dialect/opengauss/pom.xml | 1 - parser/sql/dialect/oracle/pom.xml | 1 - parser/sql/dialect/pom.xml | 1 - parser/sql/dialect/postgresql/pom.xml | 1 - parser/sql/dialect/sql92/pom.xml | 1 - parser/sql/dialect/sqlserver/pom.xml | 1 - parser/sql/engine/pom.xml | 1 - parser/sql/pom.xml | 1 - parser/sql/spi/pom.xml | 1 - parser/sql/statement/pom.xml | 1 - pom.xml | 312 +++++++++--------- proxy/backend/core/pom.xml | 1 - proxy/backend/pom.xml | 1 - proxy/backend/type/hbase/pom.xml | 1 - proxy/backend/type/mysql/pom.xml | 1 - proxy/backend/type/opengauss/pom.xml | 1 - proxy/backend/type/pom.xml | 1 - proxy/backend/type/postgresql/pom.xml | 1 - proxy/bootstrap/pom.xml | 1 - proxy/frontend/core/pom.xml | 1 - proxy/frontend/pom.xml | 1 - proxy/frontend/spi/pom.xml | 1 - proxy/frontend/type/mysql/pom.xml | 1 - proxy/frontend/type/opengauss/pom.xml | 1 - proxy/frontend/type/pom.xml | 1 - proxy/frontend/type/postgresql/pom.xml | 1 - proxy/pom.xml | 1 - test/e2e/agent/jdbc-project/pom.xml | 1 - test/e2e/agent/plugins/common/pom.xml | 1 - test/e2e/agent/plugins/logging/file/pom.xml | 1 - test/e2e/agent/plugins/logging/pom.xml | 1 - test/e2e/agent/plugins/metrics/pom.xml | 1 - .../agent/plugins/metrics/prometheus/pom.xml | 1 - test/e2e/agent/plugins/pom.xml | 1 - test/e2e/agent/plugins/tracing/jaeger/pom.xml | 1 - test/e2e/agent/plugins/tracing/pom.xml | 1 - test/e2e/agent/plugins/tracing/zipkin/pom.xml | 1 - test/e2e/agent/pom.xml | 1 - test/e2e/driver/pom.xml | 1 - test/e2e/env/pom.xml | 1 - test/e2e/fixture/pom.xml | 1 - test/e2e/operation/pipeline/pom.xml | 1 - test/e2e/operation/pom.xml | 1 - test/e2e/operation/showprocesslist/pom.xml | 1 - test/e2e/operation/transaction/pom.xml | 1 - test/e2e/pom.xml | 1 - test/e2e/sql/pom.xml | 1 - test/fixture/database/pom.xml | 1 - test/fixture/infra/pom.xml | 1 - test/fixture/pom.xml | 1 - test/it/optimizer/pom.xml | 1 - test/it/parser/pom.xml | 1 - test/it/pipeline/pom.xml | 1 - test/it/pom.xml | 1 - test/it/rewriter/pom.xml | 1 - test/it/yaml/pom.xml | 1 - test/pom.xml | 1 - test/util/pom.xml | 1 - 316 files changed, 174 insertions(+), 495 deletions(-) delete mode 100644 .mvn/extensions.xml diff --git a/.github/workflows/required-check.yml b/.github/workflows/required-check.yml index 4b73698166313..60d16a00234e9 100644 --- a/.github/workflows/required-check.yml +++ b/.github/workflows/required-check.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run CheckStyle - run: ./mvnw checkstyle:check -Dcheckstyle.skip=false -T1C + run: ./mvnw checkstyle:check -Pcheck -T1C check-spotless: if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }} @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run Spotless - run: ./mvnw spotless:check -T1C + run: ./mvnw spotless:check -Pcheck -T1C check-license: if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }} @@ -62,4 +62,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run Apache Rat - run: ./mvnw apache-rat:check -Drat.skip=false -T1C + run: ./mvnw apache-rat:check -Pcheck -T1C diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml deleted file mode 100644 index 9a08540f7241c..0000000000000 --- a/.mvn/extensions.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - fr.jcgay.maven - maven-profiler - 3.2 - - diff --git a/agent/api/pom.xml b/agent/api/pom.xml index 18b6de84bd0be..a8348ad19bf8f 100644 --- a/agent/api/pom.xml +++ b/agent/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/core/pom.xml b/agent/core/pom.xml index 79babf7258f89..f83206bf6c9da 100644 --- a/agent/core/pom.xml +++ b/agent/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/core/pom.xml b/agent/plugins/core/pom.xml index c638df4dd593f..285f6ee319bd6 100644 --- a/agent/plugins/core/pom.xml +++ b/agent/plugins/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/logging/pom.xml b/agent/plugins/logging/pom.xml index 2f5ae0c92d13c..10737d74b22e0 100644 --- a/agent/plugins/logging/pom.xml +++ b/agent/plugins/logging/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/logging/type/file/pom.xml b/agent/plugins/logging/type/file/pom.xml index 5bc16f0744b1b..5ad3ba0428737 100644 --- a/agent/plugins/logging/type/file/pom.xml +++ b/agent/plugins/logging/type/file/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/logging/type/pom.xml b/agent/plugins/logging/type/pom.xml index 71adaef2236f7..e5b871f89b1ef 100644 --- a/agent/plugins/logging/type/pom.xml +++ b/agent/plugins/logging/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/metrics/core/pom.xml b/agent/plugins/metrics/core/pom.xml index 05dd1208a987d..8897f1947c103 100644 --- a/agent/plugins/metrics/core/pom.xml +++ b/agent/plugins/metrics/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/metrics/pom.xml b/agent/plugins/metrics/pom.xml index 85d1673fd54b0..9a381a5184bfa 100644 --- a/agent/plugins/metrics/pom.xml +++ b/agent/plugins/metrics/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/metrics/type/pom.xml b/agent/plugins/metrics/type/pom.xml index dd055eb60c867..d2976b13b39bb 100644 --- a/agent/plugins/metrics/type/pom.xml +++ b/agent/plugins/metrics/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/metrics/type/prometheus/pom.xml b/agent/plugins/metrics/type/prometheus/pom.xml index 501d6d4ad28a4..3c6d8c3c832d0 100644 --- a/agent/plugins/metrics/type/prometheus/pom.xml +++ b/agent/plugins/metrics/type/prometheus/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/pom.xml b/agent/plugins/pom.xml index 6449bb4be73d9..36540ea7c4b15 100644 --- a/agent/plugins/pom.xml +++ b/agent/plugins/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/tracing/core/pom.xml b/agent/plugins/tracing/core/pom.xml index a67e775cd3060..5caffa615750c 100644 --- a/agent/plugins/tracing/core/pom.xml +++ b/agent/plugins/tracing/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/tracing/pom.xml b/agent/plugins/tracing/pom.xml index 17e8af3ee7ff8..009c8a8ec608b 100644 --- a/agent/plugins/tracing/pom.xml +++ b/agent/plugins/tracing/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/tracing/type/opentelemetry/pom.xml b/agent/plugins/tracing/type/opentelemetry/pom.xml index d41f68072be6e..25d5651408be6 100644 --- a/agent/plugins/tracing/type/opentelemetry/pom.xml +++ b/agent/plugins/tracing/type/opentelemetry/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/plugins/tracing/type/pom.xml b/agent/plugins/tracing/type/pom.xml index 69b5450f6a680..ca3438e045769 100644 --- a/agent/plugins/tracing/type/pom.xml +++ b/agent/plugins/tracing/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/agent/pom.xml b/agent/pom.xml index 47cfdac6a0eeb..092d7d73bfe3b 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/db-protocol/core/pom.xml b/db-protocol/core/pom.xml index 6ef0df54c8972..4ee2d7435a343 100644 --- a/db-protocol/core/pom.xml +++ b/db-protocol/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/db-protocol/mysql/pom.xml b/db-protocol/mysql/pom.xml index c10911f49085c..f44c3fc55b9c7 100644 --- a/db-protocol/mysql/pom.xml +++ b/db-protocol/mysql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/db-protocol/opengauss/pom.xml b/db-protocol/opengauss/pom.xml index b7378f6464997..0a6d7442a2075 100644 --- a/db-protocol/opengauss/pom.xml +++ b/db-protocol/opengauss/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/db-protocol/pom.xml b/db-protocol/pom.xml index 88b3e0f1cac2d..4bd3d80af9df6 100644 --- a/db-protocol/pom.xml +++ b/db-protocol/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/db-protocol/postgresql/pom.xml b/db-protocol/postgresql/pom.xml index 884014bc7a503..d01c1c00838e4 100644 --- a/db-protocol/postgresql/pom.xml +++ b/db-protocol/postgresql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/distribution/agent/pom.xml b/distribution/agent/pom.xml index 400e72643aa77..b9036dbf80e14 100644 --- a/distribution/agent/pom.xml +++ b/distribution/agent/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/distribution/jdbc/pom.xml b/distribution/jdbc/pom.xml index 1c59bb5f7d09d..0403937e30d3d 100644 --- a/distribution/jdbc/pom.xml +++ b/distribution/jdbc/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 6b5e2133ba4a6..5155113cfc34e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/distribution/proxy-native/pom.xml b/distribution/proxy-native/pom.xml index 1820bec16247c..15efe1cc96a2c 100644 --- a/distribution/proxy-native/pom.xml +++ b/distribution/proxy-native/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/distribution/proxy/pom.xml b/distribution/proxy/pom.xml index fca12eba7e92e..b24ff591775dc 100644 --- a/distribution/proxy/pom.xml +++ b/distribution/proxy/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/distribution/src/pom.xml b/distribution/src/pom.xml index 1db7640fd7b03..eab9939fbf08d 100644 --- a/distribution/src/pom.xml +++ b/distribution/src/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/docs/community/content/involved/conduct/code.cn.md b/docs/community/content/involved/conduct/code.cn.md index a7e198eeb8206..73820507586b1 100644 --- a/docs/community/content/involved/conduct/code.cn.md +++ b/docs/community/content/involved/conduct/code.cn.md @@ -19,10 +19,10 @@ chapter = true ## 代码提交行为规范 - 确保遵守编码规范。 - - 确保构建流程中的各个步骤都成功完成,包括:Apache 协议文件头检查、Checkstyle 检查、编译、单元测试等。构建流程启动命令:`./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`。 + - 确保构建流程中的各个步骤都成功完成,包括:Apache 协议文件头检查、Checkstyle 检查、编译、单元测试等。构建流程启动命令:`./mvnw clean install -B -T1C -Pcheck`。 - 确保覆盖率不低于 master 分支。 - 应尽量将设计精细化拆分;做到小幅度修改,多次数提交,但应保证提交的完整性。 - - 通过 Spotless 统一代码风格,执行 `mvn spotless:apply` 格式化代码。 + - 通过 Spotless 统一代码风格,执行 `mvn spotless:apply -Pcheck` 格式化代码。 - 如果您使用 IDEA,可导入推荐的 `src/resources/code-style-idea.xml`。 ## 编码规范 diff --git a/docs/community/content/involved/conduct/code.en.md b/docs/community/content/involved/conduct/code.en.md index 29cc5e7952d95..006bc7987f22f 100644 --- a/docs/community/content/involved/conduct/code.en.md +++ b/docs/community/content/involved/conduct/code.en.md @@ -16,10 +16,10 @@ The following code of conduct is based on full compliance with [ASF CODE OF COND ## Contributor Covenant Submitting of Conduct - Conform to `Contributor Covenant Code of Conduct` below. - - Make sure Maven build process success. Run `./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e` command in shell to start Maven build process. + - Make sure Maven build process success. Run `./mvnw clean install -B -T1C -Pcheck` command in shell to start Maven build process. - Make sure the test coverage rate is not lower than the master branch. - Careful consideration for each `pull request`; Small and frequent `pull request` with complete unit function is welcomed. - - Through the uniform code style of spotless, execute the `mvn spotless:apply` formatted code. + - Through the uniform code style of spotless, execute the `mvn spotless:apply -Pcheck` formatted code. - If using IDEA, you can import the recommended `src/resources/code-style-idea.xml`. ## Contributor Covenant Code of Conduct diff --git a/docs/community/content/involved/contribute/contributor.cn.md b/docs/community/content/involved/contribute/contributor.cn.md index abdf941a9aa0d..e371cc42815b7 100644 --- a/docs/community/content/involved/contribute/contributor.cn.md +++ b/docs/community/content/involved/contribute/contributor.cn.md @@ -40,7 +40,7 @@ git remote -v ```shell cd shardingsphere -mvn clean install -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests -Prelease +mvn clean install -DskipITs -DskipTests -Prelease ``` 当你以后从 ShardingSphere 拉取最新代码并新建分支,可能会遇到类似的解析器编译错误,可以重新运行这个命令来解决问题。 diff --git a/docs/community/content/involved/contribute/contributor.en.md b/docs/community/content/involved/contribute/contributor.en.md index 44ca1777c3768..22d5de6528863 100644 --- a/docs/community/content/involved/contribute/contributor.en.md +++ b/docs/community/content/involved/contribute/contributor.en.md @@ -40,7 +40,7 @@ Build and install all modules, it'll install modules into Maven local repository ```shell cd shardingsphere -mvn clean install -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests -Prelease +mvn clean install -DskipITs -DskipTests -Prelease ``` When you pull the latest code from ShardingSphere and create new branch later, you might get similar compile error of parser again, then you could run this command again. diff --git a/docs/document/content/faq/_index.cn.md b/docs/document/content/faq/_index.cn.md index 3797a58860e7f..24e87b55f8d94 100644 --- a/docs/document/content/faq/_index.cn.md +++ b/docs/document/content/faq/_index.cn.md @@ -222,7 +222,7 @@ ShardingSphere-Proxy 在部署过程中没有添加 jdbc 驱动,需要将 jdbc ShardingSphere 使用 lombok 实现极简代码。关于更多使用和安装细节,请参考 [lombok官网](https://projectlombok.org/download.html)。 `org.apache.shardingsphere.sql.parser.autogen` 包下的代码由 ANTLR 生成,可以执行以下命令快速生成: ```bash -./mvnw -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -Djacoco.skip=true -DskipITs -DskipTests install -T1C +./mvnw -DskipITs -DskipTests install -T1C ``` 生成的代码例如 `org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser` 等 Java 文件由于较大,默认配置的 IDEA 可能不会索引该文件。 可以调整 IDEA 的属性:`idea.max.intellisense.filesize=10000`。 diff --git a/docs/document/content/faq/_index.en.md b/docs/document/content/faq/_index.en.md index 1bcf0ffbbf32a..ab269dd36fe5f 100644 --- a/docs/document/content/faq/_index.en.md +++ b/docs/document/content/faq/_index.en.md @@ -236,7 +236,7 @@ Answer: ShardingSphere uses lombok to enable minimal coding. For more details about using and installment, please refer to the official website of [lombok](https://projectlombok.org/download.html). The codes under the package `org.apache.shardingsphere.sql.parser.autogen` are generated by ANTLR. You may execute the following command to generate codes: ```bash -./mvnw -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -Djacoco.skip=true -DskipITs -DskipTests install -T1C +./mvnw -DskipITs -DskipTests install -T1C ``` The generated codes such as `org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser` may be too large to be indexed by the IDEA. You may configure the IDEA's property `idea.max.intellisense.filesize=10000`. diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/observability/_index.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/observability/_index.cn.md index 76c8138e4d451..cb610cce420f9 100644 --- a/docs/document/content/user-manual/shardingsphere-jdbc/observability/_index.cn.md +++ b/docs/document/content/user-manual/shardingsphere-jdbc/observability/_index.cn.md @@ -12,7 +12,7 @@ weight = 7 ```shell git clone --depth 1 https://github.com/apache/shardingsphere.git cd shardingsphere -mvn clean install -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests -Prelease +mvn clean install -DskipITs -DskipTests -Prelease ``` agent 包输出目录为 distribution/agent/target/apache-shardingsphere-${latest.release.version}-shardingsphere-agent-bin.tar.gz diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/observability/_index.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/observability/_index.en.md index e132844bb5d00..5032a54cb0a20 100644 --- a/docs/document/content/user-manual/shardingsphere-jdbc/observability/_index.en.md +++ b/docs/document/content/user-manual/shardingsphere-jdbc/observability/_index.en.md @@ -12,7 +12,7 @@ Download Apache ShardingSphere from GitHub,Then compile. ```shell git clone --depth 1 https://github.com/apache/shardingsphere.git cd shardingsphere -mvn clean install -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests -Prelease +mvn clean install -DskipITs -DskipTests -Prelease ``` Artifact is distribution/agent/target/apache-shardingsphere-${latest.release.version}-shardingsphere-agent-bin.tar.gz diff --git a/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.cn.md index 3cfee3c2bafd0..5d397782f94a0 100644 --- a/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.cn.md +++ b/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.cn.md @@ -12,7 +12,7 @@ weight = 5 ```shell git clone --depth 1 https://github.com/apache/shardingsphere.git cd shardingsphere -mvn clean install -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests -Prelease +mvn clean install -DskipITs -DskipTests -Prelease ``` agent 包输出目录为 distribution/agent/target/apache-shardingsphere-${latest.release.version}-shardingsphere-agent-bin.tar.gz diff --git a/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.en.md b/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.en.md index dbb46ed2f127c..5463b81faf050 100644 --- a/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.en.md +++ b/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.en.md @@ -12,7 +12,7 @@ Download Apache ShardingSphere from GitHub,Then compile. ```shell git clone --depth 1 https://github.com/apache/shardingsphere.git cd shardingsphere -mvn clean install -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests -Prelease +mvn clean install -DskipITs -DskipTests -Prelease ``` Artifact is distribution/agent/target/apache-shardingsphere-${latest.release.version}-shardingsphere-agent-bin.tar.gz diff --git a/features/broadcast/api/pom.xml b/features/broadcast/api/pom.xml index becd342720d7a..3195d5bf7e61b 100644 --- a/features/broadcast/api/pom.xml +++ b/features/broadcast/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/broadcast/core/pom.xml b/features/broadcast/core/pom.xml index f7b21b617fbef..0ace89b9f4d9e 100644 --- a/features/broadcast/core/pom.xml +++ b/features/broadcast/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/broadcast/distsql/handler/pom.xml b/features/broadcast/distsql/handler/pom.xml index 2e821c44af755..3eeabbbb01a80 100644 --- a/features/broadcast/distsql/handler/pom.xml +++ b/features/broadcast/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/broadcast/distsql/parser/pom.xml b/features/broadcast/distsql/parser/pom.xml index 93cf78939cff4..f65ad2426ea82 100644 --- a/features/broadcast/distsql/parser/pom.xml +++ b/features/broadcast/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/broadcast/distsql/pom.xml b/features/broadcast/distsql/pom.xml index 5213944b59a76..cf4ee7fceefec 100644 --- a/features/broadcast/distsql/pom.xml +++ b/features/broadcast/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/broadcast/distsql/statement/pom.xml b/features/broadcast/distsql/statement/pom.xml index 485a319c55c23..88cd385b29125 100644 --- a/features/broadcast/distsql/statement/pom.xml +++ b/features/broadcast/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/broadcast/pom.xml b/features/broadcast/pom.xml index 9c061a2614381..5354baf50823c 100644 --- a/features/broadcast/pom.xml +++ b/features/broadcast/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/encrypt/api/pom.xml b/features/encrypt/api/pom.xml index d756df91789e2..18583b9995de7 100644 --- a/features/encrypt/api/pom.xml +++ b/features/encrypt/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/encrypt/core/pom.xml b/features/encrypt/core/pom.xml index fdde037270af2..20f9839f96220 100644 --- a/features/encrypt/core/pom.xml +++ b/features/encrypt/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/encrypt/distsql/handler/pom.xml b/features/encrypt/distsql/handler/pom.xml index 235c722f2fa8e..a33564ff8fb75 100644 --- a/features/encrypt/distsql/handler/pom.xml +++ b/features/encrypt/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/encrypt/distsql/parser/pom.xml b/features/encrypt/distsql/parser/pom.xml index 66bacd6e0301c..750464d1c4c53 100644 --- a/features/encrypt/distsql/parser/pom.xml +++ b/features/encrypt/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/encrypt/distsql/pom.xml b/features/encrypt/distsql/pom.xml index 5407ab23a8390..c9a0b57b118e1 100644 --- a/features/encrypt/distsql/pom.xml +++ b/features/encrypt/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/encrypt/distsql/statement/pom.xml b/features/encrypt/distsql/statement/pom.xml index ed1bce3ff03d3..36c797b3d6c91 100644 --- a/features/encrypt/distsql/statement/pom.xml +++ b/features/encrypt/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/encrypt/pom.xml b/features/encrypt/pom.xml index df7f2b0624458..3fc2e11fdddf4 100644 --- a/features/encrypt/pom.xml +++ b/features/encrypt/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/mask/api/pom.xml b/features/mask/api/pom.xml index d9d4d9ac3a842..581e466ef60e9 100644 --- a/features/mask/api/pom.xml +++ b/features/mask/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/mask/core/pom.xml b/features/mask/core/pom.xml index 57819498f7f07..ece7683ef7435 100644 --- a/features/mask/core/pom.xml +++ b/features/mask/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/mask/distsql/handler/pom.xml b/features/mask/distsql/handler/pom.xml index 7f83ce8bf8a6e..10e850d8d6b67 100644 --- a/features/mask/distsql/handler/pom.xml +++ b/features/mask/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/mask/distsql/parser/pom.xml b/features/mask/distsql/parser/pom.xml index 165f6ea35beb0..1aa12237270c8 100644 --- a/features/mask/distsql/parser/pom.xml +++ b/features/mask/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/mask/distsql/pom.xml b/features/mask/distsql/pom.xml index bbe65624b91a7..e1f3445fab9c3 100644 --- a/features/mask/distsql/pom.xml +++ b/features/mask/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/mask/distsql/statement/pom.xml b/features/mask/distsql/statement/pom.xml index 55d6a3dfb8cdd..ba1e88879ef67 100644 --- a/features/mask/distsql/statement/pom.xml +++ b/features/mask/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/mask/pom.xml b/features/mask/pom.xml index 4dc9410a5892a..81a4554ac1f0e 100644 --- a/features/mask/pom.xml +++ b/features/mask/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index e87f629d71f08..40a3459e4f050 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/readwrite-splitting/api/pom.xml b/features/readwrite-splitting/api/pom.xml index 028165e7c427d..43a01040810d3 100644 --- a/features/readwrite-splitting/api/pom.xml +++ b/features/readwrite-splitting/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/readwrite-splitting/core/pom.xml b/features/readwrite-splitting/core/pom.xml index 20c88df9f2484..53d3d996b155a 100644 --- a/features/readwrite-splitting/core/pom.xml +++ b/features/readwrite-splitting/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/readwrite-splitting/distsql/handler/pom.xml b/features/readwrite-splitting/distsql/handler/pom.xml index a8f75df087550..2a2ba47f11dd3 100644 --- a/features/readwrite-splitting/distsql/handler/pom.xml +++ b/features/readwrite-splitting/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/readwrite-splitting/distsql/parser/pom.xml b/features/readwrite-splitting/distsql/parser/pom.xml index 749e22d5f7d3c..bc93d4acdf714 100644 --- a/features/readwrite-splitting/distsql/parser/pom.xml +++ b/features/readwrite-splitting/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/readwrite-splitting/distsql/pom.xml b/features/readwrite-splitting/distsql/pom.xml index 5991306bbf7ae..da928a89e63c1 100644 --- a/features/readwrite-splitting/distsql/pom.xml +++ b/features/readwrite-splitting/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/readwrite-splitting/distsql/statement/pom.xml b/features/readwrite-splitting/distsql/statement/pom.xml index df800c2dd3bcf..de7759338e01f 100644 --- a/features/readwrite-splitting/distsql/statement/pom.xml +++ b/features/readwrite-splitting/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/readwrite-splitting/pom.xml b/features/readwrite-splitting/pom.xml index 92f86aa403259..e7ca692833bd0 100644 --- a/features/readwrite-splitting/pom.xml +++ b/features/readwrite-splitting/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/shadow/api/pom.xml b/features/shadow/api/pom.xml index b6f2b1413a702..f48268b89e14e 100644 --- a/features/shadow/api/pom.xml +++ b/features/shadow/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/shadow/core/pom.xml b/features/shadow/core/pom.xml index 4fef5de60d181..26a17325b9c04 100644 --- a/features/shadow/core/pom.xml +++ b/features/shadow/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/shadow/distsql/handler/pom.xml b/features/shadow/distsql/handler/pom.xml index 293037dd7ce73..b9abd27099c14 100644 --- a/features/shadow/distsql/handler/pom.xml +++ b/features/shadow/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/shadow/distsql/parser/pom.xml b/features/shadow/distsql/parser/pom.xml index 050f389b10a38..a7ab76b069f13 100644 --- a/features/shadow/distsql/parser/pom.xml +++ b/features/shadow/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/shadow/distsql/pom.xml b/features/shadow/distsql/pom.xml index bcba24e977222..696d63c783c8d 100644 --- a/features/shadow/distsql/pom.xml +++ b/features/shadow/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/shadow/distsql/statement/pom.xml b/features/shadow/distsql/statement/pom.xml index 7202bee104a0a..e0a30287795a5 100644 --- a/features/shadow/distsql/statement/pom.xml +++ b/features/shadow/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/shadow/pom.xml b/features/shadow/pom.xml index 42d36774c2006..d958324c2a60b 100644 --- a/features/shadow/pom.xml +++ b/features/shadow/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/sharding/api/pom.xml b/features/sharding/api/pom.xml index f935472cb466f..74be5965a10a5 100644 --- a/features/sharding/api/pom.xml +++ b/features/sharding/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/sharding/core/pom.xml b/features/sharding/core/pom.xml index 826168dbb1061..5a2d93a16230d 100644 --- a/features/sharding/core/pom.xml +++ b/features/sharding/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/sharding/distsql/handler/pom.xml b/features/sharding/distsql/handler/pom.xml index 36f187f9da5b6..b865192358455 100644 --- a/features/sharding/distsql/handler/pom.xml +++ b/features/sharding/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/sharding/distsql/parser/pom.xml b/features/sharding/distsql/parser/pom.xml index 7c0a55e708bbf..bb7116c62ea26 100644 --- a/features/sharding/distsql/parser/pom.xml +++ b/features/sharding/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/sharding/distsql/pom.xml b/features/sharding/distsql/pom.xml index 90c0681362f43..958ccb2e68cdd 100644 --- a/features/sharding/distsql/pom.xml +++ b/features/sharding/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/sharding/distsql/statement/pom.xml b/features/sharding/distsql/statement/pom.xml index 37b86c8f87ecb..d08a19f72ca45 100644 --- a/features/sharding/distsql/statement/pom.xml +++ b/features/sharding/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/features/sharding/pom.xml b/features/sharding/pom.xml index 4dad19fcd5f2c..7f912a8351423 100644 --- a/features/sharding/pom.xml +++ b/features/sharding/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/binder/pom.xml b/infra/binder/pom.xml index c65364660013c..39d9f64c5271c 100644 --- a/infra/binder/pom.xml +++ b/infra/binder/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/common/pom.xml b/infra/common/pom.xml index 95e8d9bc3811c..35a2c93670255 100644 --- a/infra/common/pom.xml +++ b/infra/common/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/context/pom.xml b/infra/context/pom.xml index 1b9f27aaaebec..6fefcaabd4ec7 100644 --- a/infra/context/pom.xml +++ b/infra/context/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/data-source-pool/core/pom.xml b/infra/data-source-pool/core/pom.xml index b3207f45e53f6..c9d52bbbe811b 100644 --- a/infra/data-source-pool/core/pom.xml +++ b/infra/data-source-pool/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/data-source-pool/pom.xml b/infra/data-source-pool/pom.xml index 24b2230969769..77e67e536ba4e 100644 --- a/infra/data-source-pool/pom.xml +++ b/infra/data-source-pool/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/data-source-pool/type/c3p0/pom.xml b/infra/data-source-pool/type/c3p0/pom.xml index 5b074c97578df..1cbe8a6004c7b 100644 --- a/infra/data-source-pool/type/c3p0/pom.xml +++ b/infra/data-source-pool/type/c3p0/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/data-source-pool/type/dbcp/pom.xml b/infra/data-source-pool/type/dbcp/pom.xml index b3e5a8f86d872..8f348fc02a486 100644 --- a/infra/data-source-pool/type/dbcp/pom.xml +++ b/infra/data-source-pool/type/dbcp/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/data-source-pool/type/hikari/pom.xml b/infra/data-source-pool/type/hikari/pom.xml index 8e302131daf96..544826d1e349f 100644 --- a/infra/data-source-pool/type/hikari/pom.xml +++ b/infra/data-source-pool/type/hikari/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/data-source-pool/type/pom.xml b/infra/data-source-pool/type/pom.xml index 6f5aaac7e94d7..15560a6a73cc3 100644 --- a/infra/data-source-pool/type/pom.xml +++ b/infra/data-source-pool/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/core/pom.xml b/infra/database/core/pom.xml index d3921be0806b1..1543d35ea5eeb 100644 --- a/infra/database/core/pom.xml +++ b/infra/database/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/pom.xml b/infra/database/pom.xml index ead25305904f8..699332e332809 100644 --- a/infra/database/pom.xml +++ b/infra/database/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/h2/pom.xml b/infra/database/type/h2/pom.xml index 2f4b33c54c004..d61db296968c3 100644 --- a/infra/database/type/h2/pom.xml +++ b/infra/database/type/h2/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/mariadb/pom.xml b/infra/database/type/mariadb/pom.xml index e0bfdf806d372..4cb58fa0d411a 100644 --- a/infra/database/type/mariadb/pom.xml +++ b/infra/database/type/mariadb/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/mysql/pom.xml b/infra/database/type/mysql/pom.xml index ee2f2f8e5416b..e5c28973a06ce 100644 --- a/infra/database/type/mysql/pom.xml +++ b/infra/database/type/mysql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/opengauss/pom.xml b/infra/database/type/opengauss/pom.xml index 441e65060097b..4e45a5b7e5ae0 100644 --- a/infra/database/type/opengauss/pom.xml +++ b/infra/database/type/opengauss/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/oracle/pom.xml b/infra/database/type/oracle/pom.xml index 319d383a508b3..41d6db00a90cf 100644 --- a/infra/database/type/oracle/pom.xml +++ b/infra/database/type/oracle/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/pom.xml b/infra/database/type/pom.xml index 6306cbc04cd21..859d5fd352374 100644 --- a/infra/database/type/pom.xml +++ b/infra/database/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/postgresql/pom.xml b/infra/database/type/postgresql/pom.xml index f68ea9ef8a967..ed66831a2752d 100644 --- a/infra/database/type/postgresql/pom.xml +++ b/infra/database/type/postgresql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/sql92/pom.xml b/infra/database/type/sql92/pom.xml index fc737de2ddf3b..d2922d2285dd1 100644 --- a/infra/database/type/sql92/pom.xml +++ b/infra/database/type/sql92/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/database/type/sqlserver/pom.xml b/infra/database/type/sqlserver/pom.xml index 859ebbf484528..5f669fca8d071 100644 --- a/infra/database/type/sqlserver/pom.xml +++ b/infra/database/type/sqlserver/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/distsql-handler/pom.xml b/infra/distsql-handler/pom.xml index 9cdccc885043a..e6b11679f8e7a 100644 --- a/infra/distsql-handler/pom.xml +++ b/infra/distsql-handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/exception/core/pom.xml b/infra/exception/core/pom.xml index 4f10debc840de..69bad750de550 100644 --- a/infra/exception/core/pom.xml +++ b/infra/exception/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/exception/dialect/core/pom.xml b/infra/exception/dialect/core/pom.xml index 07ccc70a24aad..09b6f6aa612c6 100644 --- a/infra/exception/dialect/core/pom.xml +++ b/infra/exception/dialect/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/exception/dialect/pom.xml b/infra/exception/dialect/pom.xml index 87e44fa81a17f..d0b6907a9d3cd 100644 --- a/infra/exception/dialect/pom.xml +++ b/infra/exception/dialect/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/exception/dialect/type/mysql/pom.xml b/infra/exception/dialect/type/mysql/pom.xml index 80c4787b6e122..90669873b8ef6 100644 --- a/infra/exception/dialect/type/mysql/pom.xml +++ b/infra/exception/dialect/type/mysql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/exception/dialect/type/pom.xml b/infra/exception/dialect/type/pom.xml index 5ada5937e913e..d8a72347ee073 100644 --- a/infra/exception/dialect/type/pom.xml +++ b/infra/exception/dialect/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/exception/dialect/type/postgresql/pom.xml b/infra/exception/dialect/type/postgresql/pom.xml index 316793aaaba0f..a3ae190a215c9 100644 --- a/infra/exception/dialect/type/postgresql/pom.xml +++ b/infra/exception/dialect/type/postgresql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/exception/pom.xml b/infra/exception/pom.xml index 1ff59aca36b0b..41f87e8bb8743 100644 --- a/infra/exception/pom.xml +++ b/infra/exception/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/executor/pom.xml b/infra/executor/pom.xml index ec46e2c990de5..440f07de785bd 100644 --- a/infra/executor/pom.xml +++ b/infra/executor/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/expr/core/pom.xml b/infra/expr/core/pom.xml index dc998ba856034..999fce5dd287f 100644 --- a/infra/expr/core/pom.xml +++ b/infra/expr/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/expr/pom.xml b/infra/expr/pom.xml index 6b30073cea4e4..4c432530acbac 100644 --- a/infra/expr/pom.xml +++ b/infra/expr/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/expr/spi/pom.xml b/infra/expr/spi/pom.xml index 81eb01d8761af..503d2dea987d5 100644 --- a/infra/expr/spi/pom.xml +++ b/infra/expr/spi/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/expr/type/espresso/pom.xml b/infra/expr/type/espresso/pom.xml index df2cf432cd1e8..23fa24e544bdc 100644 --- a/infra/expr/type/espresso/pom.xml +++ b/infra/expr/type/espresso/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/expr/type/groovy/pom.xml b/infra/expr/type/groovy/pom.xml index 4591658174e65..08b8dec4bd973 100644 --- a/infra/expr/type/groovy/pom.xml +++ b/infra/expr/type/groovy/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/expr/type/literal/pom.xml b/infra/expr/type/literal/pom.xml index 9505aab514521..2e85378b85a2a 100644 --- a/infra/expr/type/literal/pom.xml +++ b/infra/expr/type/literal/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/expr/type/pom.xml b/infra/expr/type/pom.xml index 8283b9eb8a811..ae0a584e9fe23 100644 --- a/infra/expr/type/pom.xml +++ b/infra/expr/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/merge/pom.xml b/infra/merge/pom.xml index e61a28707c75a..e170088087ed7 100644 --- a/infra/merge/pom.xml +++ b/infra/merge/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/parser/pom.xml b/infra/parser/pom.xml index 145a598dec45e..937f4a764e6b6 100644 --- a/infra/parser/pom.xml +++ b/infra/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/pom.xml b/infra/pom.xml index 9019fc66ef9a5..a3f314b0e9bb7 100644 --- a/infra/pom.xml +++ b/infra/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/rewrite/pom.xml b/infra/rewrite/pom.xml index 1beaf6fa6d309..50ac8621ee078 100644 --- a/infra/rewrite/pom.xml +++ b/infra/rewrite/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/route/pom.xml b/infra/route/pom.xml index 6fce19c47e3cb..6cb3958b4f8f2 100644 --- a/infra/route/pom.xml +++ b/infra/route/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/session/pom.xml b/infra/session/pom.xml index febca5e5fcf82..a67bf6b12d329 100644 --- a/infra/session/pom.xml +++ b/infra/session/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/spi/pom.xml b/infra/spi/pom.xml index 3034ce63aadce..bb5af960f41af 100644 --- a/infra/spi/pom.xml +++ b/infra/spi/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/infra/util/pom.xml b/infra/util/pom.xml index fa6c67ae998f7..85719821856e0 100644 --- a/infra/util/pom.xml +++ b/infra/util/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/jdbc/core/pom.xml b/jdbc/core/pom.xml index bae493cf8ccf2..92c175e16f6a6 100644 --- a/jdbc/core/pom.xml +++ b/jdbc/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 425e4426e4cf7..d5840cfd39e06 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/authority/api/pom.xml b/kernel/authority/api/pom.xml index e7749af444557..ffecfb1fc9e69 100644 --- a/kernel/authority/api/pom.xml +++ b/kernel/authority/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/authority/core/pom.xml b/kernel/authority/core/pom.xml index cda48cbe222b6..cd3f01f1ec476 100644 --- a/kernel/authority/core/pom.xml +++ b/kernel/authority/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/authority/distsql/handler/pom.xml b/kernel/authority/distsql/handler/pom.xml index f0f4a23803e99..cfb3f5e881a72 100644 --- a/kernel/authority/distsql/handler/pom.xml +++ b/kernel/authority/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/authority/distsql/parser/pom.xml b/kernel/authority/distsql/parser/pom.xml index 3b2a5c150d40b..f4bea72c49a32 100644 --- a/kernel/authority/distsql/parser/pom.xml +++ b/kernel/authority/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/authority/distsql/pom.xml b/kernel/authority/distsql/pom.xml index e3b64a74f6c5b..281e945cb9028 100644 --- a/kernel/authority/distsql/pom.xml +++ b/kernel/authority/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/authority/distsql/statement/pom.xml b/kernel/authority/distsql/statement/pom.xml index 9564082a82677..8827e8858d6e8 100644 --- a/kernel/authority/distsql/statement/pom.xml +++ b/kernel/authority/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/authority/pom.xml b/kernel/authority/pom.xml index b84fa223aa23b..f23f615916f28 100644 --- a/kernel/authority/pom.xml +++ b/kernel/authority/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/api/pom.xml b/kernel/data-pipeline/api/pom.xml index 2d23701cf4e8a..2fb43d54e5545 100644 --- a/kernel/data-pipeline/api/pom.xml +++ b/kernel/data-pipeline/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/core/pom.xml b/kernel/data-pipeline/core/pom.xml index f81d38450fa2b..139365a65abd2 100644 --- a/kernel/data-pipeline/core/pom.xml +++ b/kernel/data-pipeline/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/dialect/h2/pom.xml b/kernel/data-pipeline/dialect/h2/pom.xml index 5a6f9ee4ccadd..268498368f99f 100644 --- a/kernel/data-pipeline/dialect/h2/pom.xml +++ b/kernel/data-pipeline/dialect/h2/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/dialect/mysql/pom.xml b/kernel/data-pipeline/dialect/mysql/pom.xml index f25c17abccdf4..eadb234ab026a 100644 --- a/kernel/data-pipeline/dialect/mysql/pom.xml +++ b/kernel/data-pipeline/dialect/mysql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/dialect/opengauss/pom.xml b/kernel/data-pipeline/dialect/opengauss/pom.xml index dbb742697b9f5..51f686ce7e490 100644 --- a/kernel/data-pipeline/dialect/opengauss/pom.xml +++ b/kernel/data-pipeline/dialect/opengauss/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/dialect/pom.xml b/kernel/data-pipeline/dialect/pom.xml index 7e02a4e037bcb..19ea10f647aed 100644 --- a/kernel/data-pipeline/dialect/pom.xml +++ b/kernel/data-pipeline/dialect/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/dialect/postgresql/pom.xml b/kernel/data-pipeline/dialect/postgresql/pom.xml index 5d22ab48b283f..e3099845e4a6d 100644 --- a/kernel/data-pipeline/dialect/postgresql/pom.xml +++ b/kernel/data-pipeline/dialect/postgresql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/distsql/handler/pom.xml b/kernel/data-pipeline/distsql/handler/pom.xml index f4d81653d3722..830490ef86736 100644 --- a/kernel/data-pipeline/distsql/handler/pom.xml +++ b/kernel/data-pipeline/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/distsql/parser/pom.xml b/kernel/data-pipeline/distsql/parser/pom.xml index 0468a5ea74fe3..37532ea90bd2e 100644 --- a/kernel/data-pipeline/distsql/parser/pom.xml +++ b/kernel/data-pipeline/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/distsql/pom.xml b/kernel/data-pipeline/distsql/pom.xml index 5ba38c823c525..995d0e6215e30 100644 --- a/kernel/data-pipeline/distsql/pom.xml +++ b/kernel/data-pipeline/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/distsql/statement/pom.xml b/kernel/data-pipeline/distsql/statement/pom.xml index e98dc3c71f39a..580e9216dc01f 100644 --- a/kernel/data-pipeline/distsql/statement/pom.xml +++ b/kernel/data-pipeline/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/pom.xml b/kernel/data-pipeline/pom.xml index 37d817ec55414..634ba64b04fc2 100644 --- a/kernel/data-pipeline/pom.xml +++ b/kernel/data-pipeline/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/scenario/cdc/client/pom.xml b/kernel/data-pipeline/scenario/cdc/client/pom.xml index 76bd4c1fcb8a5..33247b2322401 100644 --- a/kernel/data-pipeline/scenario/cdc/client/pom.xml +++ b/kernel/data-pipeline/scenario/cdc/client/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/scenario/cdc/core/pom.xml b/kernel/data-pipeline/scenario/cdc/core/pom.xml index 896895e90bffe..8a6e4bf8cb86a 100644 --- a/kernel/data-pipeline/scenario/cdc/core/pom.xml +++ b/kernel/data-pipeline/scenario/cdc/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/scenario/cdc/pom.xml b/kernel/data-pipeline/scenario/cdc/pom.xml index f3feb0412dee8..b439a34e8430f 100644 --- a/kernel/data-pipeline/scenario/cdc/pom.xml +++ b/kernel/data-pipeline/scenario/cdc/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/scenario/cdc/protocol/pom.xml b/kernel/data-pipeline/scenario/cdc/protocol/pom.xml index 126c15664f999..7e86db5a3f5be 100644 --- a/kernel/data-pipeline/scenario/cdc/protocol/pom.xml +++ b/kernel/data-pipeline/scenario/cdc/protocol/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/scenario/consistencycheck/pom.xml b/kernel/data-pipeline/scenario/consistencycheck/pom.xml index e40b6926252dc..5efe787a85552 100644 --- a/kernel/data-pipeline/scenario/consistencycheck/pom.xml +++ b/kernel/data-pipeline/scenario/consistencycheck/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/scenario/migration/pom.xml b/kernel/data-pipeline/scenario/migration/pom.xml index 3ac21f10613bf..ddfa4106ad509 100644 --- a/kernel/data-pipeline/scenario/migration/pom.xml +++ b/kernel/data-pipeline/scenario/migration/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/data-pipeline/scenario/pom.xml b/kernel/data-pipeline/scenario/pom.xml index 1a4bfea7c1872..3ff7f2d7a3ef6 100644 --- a/kernel/data-pipeline/scenario/pom.xml +++ b/kernel/data-pipeline/scenario/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/api/pom.xml b/kernel/global-clock/api/pom.xml index 634e899ccb10d..27f1f54f0636b 100644 --- a/kernel/global-clock/api/pom.xml +++ b/kernel/global-clock/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/core/pom.xml b/kernel/global-clock/core/pom.xml index d27e0d0db7fe5..5f1a9b4b41099 100644 --- a/kernel/global-clock/core/pom.xml +++ b/kernel/global-clock/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/distsql/handler/pom.xml b/kernel/global-clock/distsql/handler/pom.xml index f07dd7bf79a6f..9c7b3b77daf85 100644 --- a/kernel/global-clock/distsql/handler/pom.xml +++ b/kernel/global-clock/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/distsql/parser/pom.xml b/kernel/global-clock/distsql/parser/pom.xml index 4381f88128388..00502d142a864 100644 --- a/kernel/global-clock/distsql/parser/pom.xml +++ b/kernel/global-clock/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/distsql/pom.xml b/kernel/global-clock/distsql/pom.xml index fc04ec445010a..0ea5d67f38fe4 100644 --- a/kernel/global-clock/distsql/pom.xml +++ b/kernel/global-clock/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/distsql/statement/pom.xml b/kernel/global-clock/distsql/statement/pom.xml index 90f7701b883d0..09bf318cc15d8 100644 --- a/kernel/global-clock/distsql/statement/pom.xml +++ b/kernel/global-clock/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/pom.xml b/kernel/global-clock/pom.xml index 7d27fdaedf98a..e83d86033384d 100644 --- a/kernel/global-clock/pom.xml +++ b/kernel/global-clock/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/type/hlc/pom.xml b/kernel/global-clock/type/hlc/pom.xml index 84d0eb4019472..667054e8b7bac 100644 --- a/kernel/global-clock/type/hlc/pom.xml +++ b/kernel/global-clock/type/hlc/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/type/pom.xml b/kernel/global-clock/type/pom.xml index 6df88d51bf217..c0aea9b2df325 100644 --- a/kernel/global-clock/type/pom.xml +++ b/kernel/global-clock/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/type/tso/core/pom.xml b/kernel/global-clock/type/tso/core/pom.xml index 9f2c5d5199f8d..53883408abdc1 100644 --- a/kernel/global-clock/type/tso/core/pom.xml +++ b/kernel/global-clock/type/tso/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/type/tso/pom.xml b/kernel/global-clock/type/tso/pom.xml index 787a7e83a4e25..8797ff9be6ba7 100644 --- a/kernel/global-clock/type/tso/pom.xml +++ b/kernel/global-clock/type/tso/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/type/tso/provider/pom.xml b/kernel/global-clock/type/tso/provider/pom.xml index 7dfc976214d4b..e12e5b9eb7063 100644 --- a/kernel/global-clock/type/tso/provider/pom.xml +++ b/kernel/global-clock/type/tso/provider/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/type/tso/provider/redis/pom.xml b/kernel/global-clock/type/tso/provider/redis/pom.xml index 980ad81e45b89..13c24086cfbbd 100644 --- a/kernel/global-clock/type/tso/provider/redis/pom.xml +++ b/kernel/global-clock/type/tso/provider/redis/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/global-clock/type/tso/spi/pom.xml b/kernel/global-clock/type/tso/spi/pom.xml index 2381d1a3c72ab..0afc0a6162337 100644 --- a/kernel/global-clock/type/tso/spi/pom.xml +++ b/kernel/global-clock/type/tso/spi/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/logging/api/pom.xml b/kernel/logging/api/pom.xml index 1ec0f9c089516..c23838c7ff9c8 100644 --- a/kernel/logging/api/pom.xml +++ b/kernel/logging/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/logging/core/pom.xml b/kernel/logging/core/pom.xml index b524f20336826..190e7c243745b 100644 --- a/kernel/logging/core/pom.xml +++ b/kernel/logging/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/logging/pom.xml b/kernel/logging/pom.xml index 5683f5bc5cd3d..d0dee49a46d1d 100644 --- a/kernel/logging/pom.xml +++ b/kernel/logging/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/metadata/core/pom.xml b/kernel/metadata/core/pom.xml index 1985229ea749c..caedf60b2a47c 100644 --- a/kernel/metadata/core/pom.xml +++ b/kernel/metadata/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/metadata/pom.xml b/kernel/metadata/pom.xml index 85de2d58ba226..5401c21456969 100644 --- a/kernel/metadata/pom.xml +++ b/kernel/metadata/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/pom.xml b/kernel/pom.xml index 4a0b1a95fd133..4f112b428596c 100644 --- a/kernel/pom.xml +++ b/kernel/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/single/api/pom.xml b/kernel/single/api/pom.xml index f2629772967c0..354bc13ac934c 100644 --- a/kernel/single/api/pom.xml +++ b/kernel/single/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/single/core/pom.xml b/kernel/single/core/pom.xml index 1636cb0904aff..37c3e98fd036f 100644 --- a/kernel/single/core/pom.xml +++ b/kernel/single/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/single/distsql/handler/pom.xml b/kernel/single/distsql/handler/pom.xml index 68bb6cd183c86..a16fb183f33f9 100644 --- a/kernel/single/distsql/handler/pom.xml +++ b/kernel/single/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/single/distsql/parser/pom.xml b/kernel/single/distsql/parser/pom.xml index 7842932827555..a328fa34ce0b4 100644 --- a/kernel/single/distsql/parser/pom.xml +++ b/kernel/single/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/single/distsql/pom.xml b/kernel/single/distsql/pom.xml index 7593f7fe9962c..5d30e80a7608d 100644 --- a/kernel/single/distsql/pom.xml +++ b/kernel/single/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/single/distsql/statement/pom.xml b/kernel/single/distsql/statement/pom.xml index 3e9c33c6c720a..847fc8dd17523 100644 --- a/kernel/single/distsql/statement/pom.xml +++ b/kernel/single/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/single/pom.xml b/kernel/single/pom.xml index 612595f140a93..072b0c8d2d15c 100644 --- a/kernel/single/pom.xml +++ b/kernel/single/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-federation/api/pom.xml b/kernel/sql-federation/api/pom.xml index 47ee4fec29a78..0757a6d83291f 100644 --- a/kernel/sql-federation/api/pom.xml +++ b/kernel/sql-federation/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-federation/core/pom.xml b/kernel/sql-federation/core/pom.xml index d5bab530c24f3..beda1790d258e 100644 --- a/kernel/sql-federation/core/pom.xml +++ b/kernel/sql-federation/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-federation/distsql/handler/pom.xml b/kernel/sql-federation/distsql/handler/pom.xml index 99072efb9776e..de03da85229ac 100644 --- a/kernel/sql-federation/distsql/handler/pom.xml +++ b/kernel/sql-federation/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-federation/distsql/parser/pom.xml b/kernel/sql-federation/distsql/parser/pom.xml index dadd7d1f9655f..1a6a25995c74e 100644 --- a/kernel/sql-federation/distsql/parser/pom.xml +++ b/kernel/sql-federation/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-federation/distsql/pom.xml b/kernel/sql-federation/distsql/pom.xml index e579a7b1f95e4..3eb9c949d3de8 100644 --- a/kernel/sql-federation/distsql/pom.xml +++ b/kernel/sql-federation/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-federation/distsql/statement/pom.xml b/kernel/sql-federation/distsql/statement/pom.xml index 1fd42cfacb8a0..bd87c95d2788d 100644 --- a/kernel/sql-federation/distsql/statement/pom.xml +++ b/kernel/sql-federation/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-federation/pom.xml b/kernel/sql-federation/pom.xml index 12538564638b8..249351e1f75fd 100644 --- a/kernel/sql-federation/pom.xml +++ b/kernel/sql-federation/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-parser/api/pom.xml b/kernel/sql-parser/api/pom.xml index 2cd1d29c7fdf4..922e175d8641e 100644 --- a/kernel/sql-parser/api/pom.xml +++ b/kernel/sql-parser/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-parser/core/pom.xml b/kernel/sql-parser/core/pom.xml index 62486f5aed970..c523b9deeb455 100644 --- a/kernel/sql-parser/core/pom.xml +++ b/kernel/sql-parser/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-parser/distsql/handler/pom.xml b/kernel/sql-parser/distsql/handler/pom.xml index 11a3aec7305cd..42bb5a916d21c 100644 --- a/kernel/sql-parser/distsql/handler/pom.xml +++ b/kernel/sql-parser/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-parser/distsql/parser/pom.xml b/kernel/sql-parser/distsql/parser/pom.xml index 4b08ec46c2cbf..c88c15ddf1360 100644 --- a/kernel/sql-parser/distsql/parser/pom.xml +++ b/kernel/sql-parser/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-parser/distsql/pom.xml b/kernel/sql-parser/distsql/pom.xml index f4e91a7066ca3..a9cb666159ac7 100644 --- a/kernel/sql-parser/distsql/pom.xml +++ b/kernel/sql-parser/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-parser/distsql/statement/pom.xml b/kernel/sql-parser/distsql/statement/pom.xml index 8e1a22c4e4806..c7fc79eb5611d 100644 --- a/kernel/sql-parser/distsql/statement/pom.xml +++ b/kernel/sql-parser/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-parser/pom.xml b/kernel/sql-parser/pom.xml index 41c192889fd47..bf16d572e34b7 100644 --- a/kernel/sql-parser/pom.xml +++ b/kernel/sql-parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/api/pom.xml b/kernel/sql-translator/api/pom.xml index 987edd885af76..4f4de2bde1b8e 100644 --- a/kernel/sql-translator/api/pom.xml +++ b/kernel/sql-translator/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/core/pom.xml b/kernel/sql-translator/core/pom.xml index 72dc1354b3cc3..e867a4ed8e6ae 100644 --- a/kernel/sql-translator/core/pom.xml +++ b/kernel/sql-translator/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/distsql/handler/pom.xml b/kernel/sql-translator/distsql/handler/pom.xml index 7f5814e95ad73..e04d3ba04326a 100644 --- a/kernel/sql-translator/distsql/handler/pom.xml +++ b/kernel/sql-translator/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/distsql/parser/pom.xml b/kernel/sql-translator/distsql/parser/pom.xml index d6f2645922b4a..e8c3579f61fc8 100644 --- a/kernel/sql-translator/distsql/parser/pom.xml +++ b/kernel/sql-translator/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/distsql/pom.xml b/kernel/sql-translator/distsql/pom.xml index 5f36cb1d3b6d0..d597814715bce 100644 --- a/kernel/sql-translator/distsql/pom.xml +++ b/kernel/sql-translator/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/distsql/statement/pom.xml b/kernel/sql-translator/distsql/statement/pom.xml index db03089d8f684..5dac75d14e821 100644 --- a/kernel/sql-translator/distsql/statement/pom.xml +++ b/kernel/sql-translator/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/pom.xml b/kernel/sql-translator/pom.xml index a6660cbbeede5..77a059836a250 100644 --- a/kernel/sql-translator/pom.xml +++ b/kernel/sql-translator/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/provider/jooq/pom.xml b/kernel/sql-translator/provider/jooq/pom.xml index 1beb928175f0a..e305ff8772a6e 100644 --- a/kernel/sql-translator/provider/jooq/pom.xml +++ b/kernel/sql-translator/provider/jooq/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/provider/native/pom.xml b/kernel/sql-translator/provider/native/pom.xml index 0c25cddee7e1c..6412fd22c4ff4 100644 --- a/kernel/sql-translator/provider/native/pom.xml +++ b/kernel/sql-translator/provider/native/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/sql-translator/provider/pom.xml b/kernel/sql-translator/provider/pom.xml index a1a62eb305693..242b37d89b37d 100644 --- a/kernel/sql-translator/provider/pom.xml +++ b/kernel/sql-translator/provider/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/time-service/api/pom.xml b/kernel/time-service/api/pom.xml index dac3260a9136e..1bcc7ecacd26f 100644 --- a/kernel/time-service/api/pom.xml +++ b/kernel/time-service/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/time-service/core/pom.xml b/kernel/time-service/core/pom.xml index 21f728366b040..9506536b243de 100644 --- a/kernel/time-service/core/pom.xml +++ b/kernel/time-service/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/time-service/pom.xml b/kernel/time-service/pom.xml index 391a2f0eb0dcc..c5a380f07b75e 100644 --- a/kernel/time-service/pom.xml +++ b/kernel/time-service/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/time-service/type/database/pom.xml b/kernel/time-service/type/database/pom.xml index c22480dd051ac..87b4e88a62753 100644 --- a/kernel/time-service/type/database/pom.xml +++ b/kernel/time-service/type/database/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/time-service/type/pom.xml b/kernel/time-service/type/pom.xml index 1498db7854197..936d75030de15 100644 --- a/kernel/time-service/type/pom.xml +++ b/kernel/time-service/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/time-service/type/system/pom.xml b/kernel/time-service/type/system/pom.xml index ca490f4a40d95..9997f9ce0547b 100644 --- a/kernel/time-service/type/system/pom.xml +++ b/kernel/time-service/type/system/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/traffic/api/pom.xml b/kernel/traffic/api/pom.xml index a3a88727d1cd0..a6a8b9ee4914c 100644 --- a/kernel/traffic/api/pom.xml +++ b/kernel/traffic/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/traffic/core/pom.xml b/kernel/traffic/core/pom.xml index 64564acf4f8d4..47d96af0c824f 100644 --- a/kernel/traffic/core/pom.xml +++ b/kernel/traffic/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/traffic/distsql/handler/pom.xml b/kernel/traffic/distsql/handler/pom.xml index 0ddc991b90df1..ef9bc07d2a5ce 100644 --- a/kernel/traffic/distsql/handler/pom.xml +++ b/kernel/traffic/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/traffic/distsql/parser/pom.xml b/kernel/traffic/distsql/parser/pom.xml index c4ad8add2e9e6..63fb691c4ea23 100644 --- a/kernel/traffic/distsql/parser/pom.xml +++ b/kernel/traffic/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/traffic/distsql/pom.xml b/kernel/traffic/distsql/pom.xml index 20efb7a8a44ee..fc7cc796d8944 100644 --- a/kernel/traffic/distsql/pom.xml +++ b/kernel/traffic/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/traffic/distsql/statement/pom.xml b/kernel/traffic/distsql/statement/pom.xml index b66cafd99125a..81c1878be10a7 100644 --- a/kernel/traffic/distsql/statement/pom.xml +++ b/kernel/traffic/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/traffic/pom.xml b/kernel/traffic/pom.xml index bcacf15d9cc4a..86d47e6d305ac 100644 --- a/kernel/traffic/pom.xml +++ b/kernel/traffic/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/api/pom.xml b/kernel/transaction/api/pom.xml index 8ccac2b2440be..b412f67983463 100644 --- a/kernel/transaction/api/pom.xml +++ b/kernel/transaction/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/core/pom.xml b/kernel/transaction/core/pom.xml index b139b1337a297..2506b9015a7df 100644 --- a/kernel/transaction/core/pom.xml +++ b/kernel/transaction/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/distsql/handler/pom.xml b/kernel/transaction/distsql/handler/pom.xml index 58f219bccb105..5d1d2c195c726 100644 --- a/kernel/transaction/distsql/handler/pom.xml +++ b/kernel/transaction/distsql/handler/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/distsql/parser/pom.xml b/kernel/transaction/distsql/parser/pom.xml index 5c15ac2649d5f..79bc2635dafac 100644 --- a/kernel/transaction/distsql/parser/pom.xml +++ b/kernel/transaction/distsql/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/distsql/pom.xml b/kernel/transaction/distsql/pom.xml index 2a6896c45b3a0..f1770313a4276 100644 --- a/kernel/transaction/distsql/pom.xml +++ b/kernel/transaction/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/distsql/statement/pom.xml b/kernel/transaction/distsql/statement/pom.xml index 357d834281c78..d9eb651964530 100644 --- a/kernel/transaction/distsql/statement/pom.xml +++ b/kernel/transaction/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/pom.xml b/kernel/transaction/pom.xml index 9dad8be4b4ac7..2b67a70ee0804 100644 --- a/kernel/transaction/pom.xml +++ b/kernel/transaction/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/base/pom.xml b/kernel/transaction/type/base/pom.xml index 689225807cb37..30c488ab68833 100644 --- a/kernel/transaction/type/base/pom.xml +++ b/kernel/transaction/type/base/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/base/seata-at/pom.xml b/kernel/transaction/type/base/seata-at/pom.xml index e78da9f7e307e..41a1412ebd5b9 100644 --- a/kernel/transaction/type/base/seata-at/pom.xml +++ b/kernel/transaction/type/base/seata-at/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/pom.xml b/kernel/transaction/type/pom.xml index 6c4d3f3da3bb4..10f0360605fcb 100644 --- a/kernel/transaction/type/pom.xml +++ b/kernel/transaction/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/xa/core/pom.xml b/kernel/transaction/type/xa/core/pom.xml index 16000c0b7cc32..90ca97d2ed9c7 100644 --- a/kernel/transaction/type/xa/core/pom.xml +++ b/kernel/transaction/type/xa/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/xa/pom.xml b/kernel/transaction/type/xa/pom.xml index e33ff7778958a..7b1481219c92e 100644 --- a/kernel/transaction/type/xa/pom.xml +++ b/kernel/transaction/type/xa/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/xa/provider/atomikos/pom.xml b/kernel/transaction/type/xa/provider/atomikos/pom.xml index 0f01238132f60..3bf1166c17c54 100644 --- a/kernel/transaction/type/xa/provider/atomikos/pom.xml +++ b/kernel/transaction/type/xa/provider/atomikos/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/xa/provider/narayana/pom.xml b/kernel/transaction/type/xa/provider/narayana/pom.xml index bb0fd3f8fb611..2ef06e0608de3 100644 --- a/kernel/transaction/type/xa/provider/narayana/pom.xml +++ b/kernel/transaction/type/xa/provider/narayana/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/xa/provider/pom.xml b/kernel/transaction/type/xa/provider/pom.xml index 05c4e3db3566a..77a0f32bd94bd 100644 --- a/kernel/transaction/type/xa/provider/pom.xml +++ b/kernel/transaction/type/xa/provider/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/kernel/transaction/type/xa/spi/pom.xml b/kernel/transaction/type/xa/spi/pom.xml index 75f54db3b8c5b..29991a0282c69 100644 --- a/kernel/transaction/type/xa/spi/pom.xml +++ b/kernel/transaction/type/xa/spi/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/api/pom.xml b/mode/api/pom.xml index 0d127ecaba001..502482ae53726 100644 --- a/mode/api/pom.xml +++ b/mode/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/core/pom.xml b/mode/core/pom.xml index 85a60fd53d0d3..106e66aadcaa4 100644 --- a/mode/core/pom.xml +++ b/mode/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/pom.xml b/mode/pom.xml index 208d1163fcccb..7b94eae25a99d 100644 --- a/mode/pom.xml +++ b/mode/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/core/pom.xml b/mode/type/cluster/core/pom.xml index 6167c02356338..1e72315ff70be 100644 --- a/mode/type/cluster/core/pom.xml +++ b/mode/type/cluster/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/pom.xml b/mode/type/cluster/pom.xml index 024ed535216e9..b90e9ebe28352 100644 --- a/mode/type/cluster/pom.xml +++ b/mode/type/cluster/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/repository/api/pom.xml b/mode/type/cluster/repository/api/pom.xml index 218adaada9dd5..1f9f747ce2595 100644 --- a/mode/type/cluster/repository/api/pom.xml +++ b/mode/type/cluster/repository/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/repository/pom.xml b/mode/type/cluster/repository/pom.xml index 0e136ab501531..3e30eb8387da4 100644 --- a/mode/type/cluster/repository/pom.xml +++ b/mode/type/cluster/repository/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/repository/provider/consul/pom.xml b/mode/type/cluster/repository/provider/consul/pom.xml index 526214cfcc03d..088e70afd0a90 100644 --- a/mode/type/cluster/repository/provider/consul/pom.xml +++ b/mode/type/cluster/repository/provider/consul/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/repository/provider/etcd/pom.xml b/mode/type/cluster/repository/provider/etcd/pom.xml index ff846395d5ccd..7f1aa4ac5eb9c 100644 --- a/mode/type/cluster/repository/provider/etcd/pom.xml +++ b/mode/type/cluster/repository/provider/etcd/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/repository/provider/nacos/pom.xml b/mode/type/cluster/repository/provider/nacos/pom.xml index 15f90bd3c676a..3c8c1dda050de 100644 --- a/mode/type/cluster/repository/provider/nacos/pom.xml +++ b/mode/type/cluster/repository/provider/nacos/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/repository/provider/pom.xml b/mode/type/cluster/repository/provider/pom.xml index f6c0480c8482e..454aeb2b8106e 100644 --- a/mode/type/cluster/repository/provider/pom.xml +++ b/mode/type/cluster/repository/provider/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/cluster/repository/provider/zookeeper/pom.xml b/mode/type/cluster/repository/provider/zookeeper/pom.xml index 7487e8139ef76..88816bca3f996 100644 --- a/mode/type/cluster/repository/provider/zookeeper/pom.xml +++ b/mode/type/cluster/repository/provider/zookeeper/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/pom.xml b/mode/type/pom.xml index ca56b116a526e..deff8a1949412 100644 --- a/mode/type/pom.xml +++ b/mode/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/standalone/core/pom.xml b/mode/type/standalone/core/pom.xml index 10af949b4b64f..696e0b66bb0ea 100644 --- a/mode/type/standalone/core/pom.xml +++ b/mode/type/standalone/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/standalone/pom.xml b/mode/type/standalone/pom.xml index 24c648411148b..d9d1286aab186 100644 --- a/mode/type/standalone/pom.xml +++ b/mode/type/standalone/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/standalone/repository/api/pom.xml b/mode/type/standalone/repository/api/pom.xml index 13993019d7308..84378d0435bbe 100644 --- a/mode/type/standalone/repository/api/pom.xml +++ b/mode/type/standalone/repository/api/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/standalone/repository/pom.xml b/mode/type/standalone/repository/pom.xml index 47d9cc964d7a0..76173882f88cc 100644 --- a/mode/type/standalone/repository/pom.xml +++ b/mode/type/standalone/repository/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/standalone/repository/provider/jdbc/pom.xml b/mode/type/standalone/repository/provider/jdbc/pom.xml index 55f3e2db13db9..c14a80345c47a 100644 --- a/mode/type/standalone/repository/provider/jdbc/pom.xml +++ b/mode/type/standalone/repository/provider/jdbc/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/mode/type/standalone/repository/provider/pom.xml b/mode/type/standalone/repository/provider/pom.xml index 1b1569b120cff..1e5ad1e27500c 100644 --- a/mode/type/standalone/repository/provider/pom.xml +++ b/mode/type/standalone/repository/provider/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/distsql/engine/pom.xml b/parser/distsql/engine/pom.xml index 19b9523de0a4d..3d7bd44cbb8e5 100644 --- a/parser/distsql/engine/pom.xml +++ b/parser/distsql/engine/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/distsql/pom.xml b/parser/distsql/pom.xml index ec037ebc9a154..99133cef93a35 100644 --- a/parser/distsql/pom.xml +++ b/parser/distsql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/distsql/statement/pom.xml b/parser/distsql/statement/pom.xml index 8c6557466c608..3ac2698a27bae 100644 --- a/parser/distsql/statement/pom.xml +++ b/parser/distsql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/pom.xml b/parser/pom.xml index 39bfb53a197a6..12f60f0448f9d 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/dialect/mysql/pom.xml b/parser/sql/dialect/mysql/pom.xml index e3d3614256ced..fba68959c7873 100644 --- a/parser/sql/dialect/mysql/pom.xml +++ b/parser/sql/dialect/mysql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/dialect/opengauss/pom.xml b/parser/sql/dialect/opengauss/pom.xml index 10d81a48ee2f3..efdabc3eb487f 100644 --- a/parser/sql/dialect/opengauss/pom.xml +++ b/parser/sql/dialect/opengauss/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/dialect/oracle/pom.xml b/parser/sql/dialect/oracle/pom.xml index a34aa934ef6fc..100b666b6bcf8 100644 --- a/parser/sql/dialect/oracle/pom.xml +++ b/parser/sql/dialect/oracle/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/dialect/pom.xml b/parser/sql/dialect/pom.xml index 0a7b2276a5bb5..6a909aed213d3 100644 --- a/parser/sql/dialect/pom.xml +++ b/parser/sql/dialect/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/dialect/postgresql/pom.xml b/parser/sql/dialect/postgresql/pom.xml index 7d2b9018747b1..4cfae9d0f6942 100644 --- a/parser/sql/dialect/postgresql/pom.xml +++ b/parser/sql/dialect/postgresql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/dialect/sql92/pom.xml b/parser/sql/dialect/sql92/pom.xml index fee42405b1b53..bf34935a19c98 100644 --- a/parser/sql/dialect/sql92/pom.xml +++ b/parser/sql/dialect/sql92/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/dialect/sqlserver/pom.xml b/parser/sql/dialect/sqlserver/pom.xml index 00a07bda8d1f1..2d5c24c78a51d 100644 --- a/parser/sql/dialect/sqlserver/pom.xml +++ b/parser/sql/dialect/sqlserver/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/engine/pom.xml b/parser/sql/engine/pom.xml index 1760398469b39..cfe1f2a17db56 100644 --- a/parser/sql/engine/pom.xml +++ b/parser/sql/engine/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/pom.xml b/parser/sql/pom.xml index 0308dd98e1e4f..1316f493092a6 100644 --- a/parser/sql/pom.xml +++ b/parser/sql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/spi/pom.xml b/parser/sql/spi/pom.xml index ebd6e29600241..2daad9833d2e6 100644 --- a/parser/sql/spi/pom.xml +++ b/parser/sql/spi/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/parser/sql/statement/pom.xml b/parser/sql/statement/pom.xml index a15a6a853aa39..11c555c234c37 100644 --- a/parser/sql/statement/pom.xml +++ b/parser/sql/statement/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/pom.xml b/pom.xml index bc500f923ff96..18d049e51599c 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 @@ -55,8 +54,6 @@ UTF-8 false true - true - true org.apache.shardingsphere.shade ${basedir}/target/generated-sources/antlr4 @@ -874,119 +871,6 @@ - - - org.apache.rat - apache-rat-plugin - ${apache-rat-plugin.version} - - - ${maven.multiModuleProjectDirectory}/src/resources/rat.txt - - - - - check - - verify - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless-maven-plugin.version} - - - - - ${maven.multiModuleProjectDirectory}/src/resources/spotless/java.xml - - - - ${maven.multiModuleProjectDirectory}/src/resources/spotless/copyright.txt - - - - - UTF-8 - 4 - true - true - false - true - false - false - custom_1 - false - false - - - Leading blank line - --> -<project - --> - -<project - - - - - - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - true - true - true - error - - ${maven.multiModuleProjectDirectory}/src/resources/checkstyle.xml - true - **/autogen/**/* - - - - maven-pmd-plugin - ${maven-pmd-plugin.version} - - true - ${java.version} - - - ${maven.multiModuleProjectDirectory}/src/resources/pmd.xml - - - - - com.github.spotbugs - spotbugs-maven-plugin - ${spotbugs-maven-plugin.version} - - false - false - - ${maven.multiModuleProjectDirectory}/src/resources/spotbugs.xml - - - com.mebigfatguy.fb-contrib - fb-contrib - ${fb-contrib.version} - - - com.h3xstream.findsecbugs - findsecbugs-plugin - ${findsecbugs.version} - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - maven-javadoc-plugin @@ -1044,43 +928,6 @@ - - - - org.apache.rat - apache-rat-plugin - - - com.diffplug.spotless - spotless-maven-plugin - - - - apply - - compile - - - - - maven-checkstyle-plugin - - - validate - - check - - validate - - - - - maven-pmd-plugin - - - com.github.spotbugs - spotbugs-maven-plugin - @@ -1292,5 +1139,164 @@ + + check + + + + + + org.apache.rat + apache-rat-plugin + ${apache-rat-plugin.version} + + + ${maven.multiModuleProjectDirectory}/src/resources/rat.txt + + + + + check + + verify + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + + + + ${maven.multiModuleProjectDirectory}/src/resources/spotless/java.xml + + + + ${maven.multiModuleProjectDirectory}/src/resources/spotless/copyright.txt + + + + + UTF-8 + 4 + true + true + false + true + false + false + custom_1 + false + false + + + Leading blank line + --> + <project + --> + + <project + + + + + + maven-checkstyle-plugin + ${maven-checkstyle-plugin.version} + + true + true + true + error + + ${maven.multiModuleProjectDirectory}/src/resources/checkstyle.xml + true + **/autogen/**/* + + + + maven-pmd-plugin + ${maven-pmd-plugin.version} + + true + ${java.version} + + + ${maven.multiModuleProjectDirectory}/src/resources/pmd.xml + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + false + false + + ${maven.multiModuleProjectDirectory}/src/resources/spotbugs.xml + + + com.mebigfatguy.fb-contrib + fb-contrib + ${fb-contrib.version} + + + com.h3xstream.findsecbugs + findsecbugs-plugin + ${findsecbugs.version} + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + + + + org.apache.rat + apache-rat-plugin + + + com.diffplug.spotless + spotless-maven-plugin + + + + apply + + compile + + + + + maven-checkstyle-plugin + + + validate + + check + + validate + + + + + maven-pmd-plugin + + + com.github.spotbugs + spotbugs-maven-plugin + + + + diff --git a/proxy/backend/core/pom.xml b/proxy/backend/core/pom.xml index 6f208a63187b9..de1df79d11866 100644 --- a/proxy/backend/core/pom.xml +++ b/proxy/backend/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/backend/pom.xml b/proxy/backend/pom.xml index e5e4f8178b5cd..6b1e207a2ce52 100644 --- a/proxy/backend/pom.xml +++ b/proxy/backend/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/backend/type/hbase/pom.xml b/proxy/backend/type/hbase/pom.xml index 231c5163100b9..b77fea2cf2615 100644 --- a/proxy/backend/type/hbase/pom.xml +++ b/proxy/backend/type/hbase/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/backend/type/mysql/pom.xml b/proxy/backend/type/mysql/pom.xml index 2f0c20641000d..46fb02d9931d7 100644 --- a/proxy/backend/type/mysql/pom.xml +++ b/proxy/backend/type/mysql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/backend/type/opengauss/pom.xml b/proxy/backend/type/opengauss/pom.xml index 13eb6b7c54ace..417a91838677f 100644 --- a/proxy/backend/type/opengauss/pom.xml +++ b/proxy/backend/type/opengauss/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/backend/type/pom.xml b/proxy/backend/type/pom.xml index 7cb21d0bda173..6e53c6373afef 100644 --- a/proxy/backend/type/pom.xml +++ b/proxy/backend/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/backend/type/postgresql/pom.xml b/proxy/backend/type/postgresql/pom.xml index 8b60b32e91b03..0e857e9cafd6f 100644 --- a/proxy/backend/type/postgresql/pom.xml +++ b/proxy/backend/type/postgresql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml index 7eb7e0d1c2584..a5fc4fbdc6716 100644 --- a/proxy/bootstrap/pom.xml +++ b/proxy/bootstrap/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/frontend/core/pom.xml b/proxy/frontend/core/pom.xml index fc3fa00a4a820..af6ba7bd30a20 100644 --- a/proxy/frontend/core/pom.xml +++ b/proxy/frontend/core/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/frontend/pom.xml b/proxy/frontend/pom.xml index 73eea85301ba9..d2e1844df6439 100644 --- a/proxy/frontend/pom.xml +++ b/proxy/frontend/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/frontend/spi/pom.xml b/proxy/frontend/spi/pom.xml index 6da0fb59efb65..d1d744911d5e2 100644 --- a/proxy/frontend/spi/pom.xml +++ b/proxy/frontend/spi/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/frontend/type/mysql/pom.xml b/proxy/frontend/type/mysql/pom.xml index 5a9b54749ca12..4e6487403f924 100644 --- a/proxy/frontend/type/mysql/pom.xml +++ b/proxy/frontend/type/mysql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/frontend/type/opengauss/pom.xml b/proxy/frontend/type/opengauss/pom.xml index 67a9b33dfab9a..b381f12e8536c 100644 --- a/proxy/frontend/type/opengauss/pom.xml +++ b/proxy/frontend/type/opengauss/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/frontend/type/pom.xml b/proxy/frontend/type/pom.xml index c00a57aac3dd0..01cc27626882c 100644 --- a/proxy/frontend/type/pom.xml +++ b/proxy/frontend/type/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/frontend/type/postgresql/pom.xml b/proxy/frontend/type/postgresql/pom.xml index 8fec3ea0df8cc..6559a60af9ad0 100644 --- a/proxy/frontend/type/postgresql/pom.xml +++ b/proxy/frontend/type/postgresql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/proxy/pom.xml b/proxy/pom.xml index 95ad27794d9dc..14db56120da29 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/jdbc-project/pom.xml b/test/e2e/agent/jdbc-project/pom.xml index e8712bc63f1eb..0e1b12388220c 100644 --- a/test/e2e/agent/jdbc-project/pom.xml +++ b/test/e2e/agent/jdbc-project/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/common/pom.xml b/test/e2e/agent/plugins/common/pom.xml index 1a8f74e9a0cc2..d1ea53d98f75c 100644 --- a/test/e2e/agent/plugins/common/pom.xml +++ b/test/e2e/agent/plugins/common/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/logging/file/pom.xml b/test/e2e/agent/plugins/logging/file/pom.xml index d90e8a9c17d51..c88b74ccf6dae 100644 --- a/test/e2e/agent/plugins/logging/file/pom.xml +++ b/test/e2e/agent/plugins/logging/file/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/logging/pom.xml b/test/e2e/agent/plugins/logging/pom.xml index 83085318efc5d..686f79faca364 100644 --- a/test/e2e/agent/plugins/logging/pom.xml +++ b/test/e2e/agent/plugins/logging/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/metrics/pom.xml b/test/e2e/agent/plugins/metrics/pom.xml index c74766194842e..dce5d61a17044 100644 --- a/test/e2e/agent/plugins/metrics/pom.xml +++ b/test/e2e/agent/plugins/metrics/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/metrics/prometheus/pom.xml b/test/e2e/agent/plugins/metrics/prometheus/pom.xml index 240a1f7fe426b..ca1b148d0fc2e 100644 --- a/test/e2e/agent/plugins/metrics/prometheus/pom.xml +++ b/test/e2e/agent/plugins/metrics/prometheus/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/pom.xml b/test/e2e/agent/plugins/pom.xml index 5139c50255c84..e32f8fc83a88a 100644 --- a/test/e2e/agent/plugins/pom.xml +++ b/test/e2e/agent/plugins/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/tracing/jaeger/pom.xml b/test/e2e/agent/plugins/tracing/jaeger/pom.xml index 1d246a268cfc4..f834647cf029f 100644 --- a/test/e2e/agent/plugins/tracing/jaeger/pom.xml +++ b/test/e2e/agent/plugins/tracing/jaeger/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/tracing/pom.xml b/test/e2e/agent/plugins/tracing/pom.xml index 111e74364bd51..366f78d28f5ca 100644 --- a/test/e2e/agent/plugins/tracing/pom.xml +++ b/test/e2e/agent/plugins/tracing/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/plugins/tracing/zipkin/pom.xml b/test/e2e/agent/plugins/tracing/zipkin/pom.xml index f3854939e66cc..6417f956f5643 100644 --- a/test/e2e/agent/plugins/tracing/zipkin/pom.xml +++ b/test/e2e/agent/plugins/tracing/zipkin/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/agent/pom.xml b/test/e2e/agent/pom.xml index ef4d227d0fbc2..0264d7e38e7f1 100644 --- a/test/e2e/agent/pom.xml +++ b/test/e2e/agent/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/driver/pom.xml b/test/e2e/driver/pom.xml index b60ea93e51253..2506ad39e6039 100644 --- a/test/e2e/driver/pom.xml +++ b/test/e2e/driver/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/env/pom.xml b/test/e2e/env/pom.xml index d5e2c76aa4b4c..07307b7dbe277 100644 --- a/test/e2e/env/pom.xml +++ b/test/e2e/env/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/fixture/pom.xml b/test/e2e/fixture/pom.xml index fea55e7467dcc..b399c3aa84c6f 100644 --- a/test/e2e/fixture/pom.xml +++ b/test/e2e/fixture/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/operation/pipeline/pom.xml b/test/e2e/operation/pipeline/pom.xml index 219f1f190eed7..807d8f60b33b8 100644 --- a/test/e2e/operation/pipeline/pom.xml +++ b/test/e2e/operation/pipeline/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/operation/pom.xml b/test/e2e/operation/pom.xml index a9e8d52ed88f5..b416ac2416e6f 100644 --- a/test/e2e/operation/pom.xml +++ b/test/e2e/operation/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/operation/showprocesslist/pom.xml b/test/e2e/operation/showprocesslist/pom.xml index 4ece7246c1b2c..c7a30f8206fbe 100644 --- a/test/e2e/operation/showprocesslist/pom.xml +++ b/test/e2e/operation/showprocesslist/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/operation/transaction/pom.xml b/test/e2e/operation/transaction/pom.xml index f266bba568e92..a3aa1f6b3526e 100644 --- a/test/e2e/operation/transaction/pom.xml +++ b/test/e2e/operation/transaction/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml index 1aa0c3f9e1246..5b4d1d83d7dac 100644 --- a/test/e2e/pom.xml +++ b/test/e2e/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/e2e/sql/pom.xml b/test/e2e/sql/pom.xml index 5d2f2774c52cc..f8cf21ad7c9cc 100644 --- a/test/e2e/sql/pom.xml +++ b/test/e2e/sql/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/fixture/database/pom.xml b/test/fixture/database/pom.xml index 8d51a18eb1bbb..56c943cdff807 100644 --- a/test/fixture/database/pom.xml +++ b/test/fixture/database/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/fixture/infra/pom.xml b/test/fixture/infra/pom.xml index d560230db54c6..520a92f23045d 100644 --- a/test/fixture/infra/pom.xml +++ b/test/fixture/infra/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/fixture/pom.xml b/test/fixture/pom.xml index 6a2f1c9d841ee..7d1c51f19d804 100644 --- a/test/fixture/pom.xml +++ b/test/fixture/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/it/optimizer/pom.xml b/test/it/optimizer/pom.xml index a720a70fb0d5f..53cc39a410189 100644 --- a/test/it/optimizer/pom.xml +++ b/test/it/optimizer/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/it/parser/pom.xml b/test/it/parser/pom.xml index c779cc12ad7c4..536cd344c139c 100644 --- a/test/it/parser/pom.xml +++ b/test/it/parser/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/it/pipeline/pom.xml b/test/it/pipeline/pom.xml index 3b7c3f4710e3f..4212034aa4cfd 100644 --- a/test/it/pipeline/pom.xml +++ b/test/it/pipeline/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/it/pom.xml b/test/it/pom.xml index 940a9c804b058..2504b603f41cd 100644 --- a/test/it/pom.xml +++ b/test/it/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/it/rewriter/pom.xml b/test/it/rewriter/pom.xml index ef166967ee021..7151dcbaea6a5 100644 --- a/test/it/rewriter/pom.xml +++ b/test/it/rewriter/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/it/yaml/pom.xml b/test/it/yaml/pom.xml index 737295ff026f3..887b6def4ca19 100644 --- a/test/it/yaml/pom.xml +++ b/test/it/yaml/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 79b78585f9883..0280b9e4f183e 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0 diff --git a/test/util/pom.xml b/test/util/pom.xml index 61d15d4074051..72b8b5fadbec4 100644 --- a/test/util/pom.xml +++ b/test/util/pom.xml @@ -15,7 +15,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - 4.0.0