From 81adacb9193b7fb58ce187de7304852aa97275b0 Mon Sep 17 00:00:00 2001 From: zhangliang Date: Tue, 21 Nov 2023 19:05:52 +0800 Subject: [PATCH] Rename shardingsphere-it to shardingsphere-test-it --- features/broadcast/core/pom.xml | 2 +- features/encrypt/core/pom.xml | 2 +- features/mask/core/pom.xml | 2 +- features/readwrite-splitting/core/pom.xml | 2 +- features/shadow/core/pom.xml | 2 +- features/sharding/core/pom.xml | 2 +- parser/sql/dialect/pom.xml | 2 +- test/it/optimizer/pom.xml | 6 +++--- test/it/parser/pom.xml | 4 ++-- test/it/pipeline/pom.xml | 4 ++-- test/it/pom.xml | 2 +- test/it/rewriter/pom.xml | 4 ++-- test/it/yaml/pom.xml | 4 ++-- 13 files changed, 19 insertions(+), 19 deletions(-) diff --git a/features/broadcast/core/pom.xml b/features/broadcast/core/pom.xml index 439c3d2e16f2d..1296a3d21fe91 100644 --- a/features/broadcast/core/pom.xml +++ b/features/broadcast/core/pom.xml @@ -109,7 +109,7 @@ org.apache.shardingsphere - shardingsphere-it-yaml + shardingsphere-test-it-yaml ${project.version} test diff --git a/features/encrypt/core/pom.xml b/features/encrypt/core/pom.xml index 701449e340187..cb1be72ded86c 100644 --- a/features/encrypt/core/pom.xml +++ b/features/encrypt/core/pom.xml @@ -62,7 +62,7 @@ org.apache.shardingsphere - shardingsphere-it-yaml + shardingsphere-test-it-yaml ${project.version} test diff --git a/features/mask/core/pom.xml b/features/mask/core/pom.xml index 7e6c814782690..b954133f74f2a 100644 --- a/features/mask/core/pom.xml +++ b/features/mask/core/pom.xml @@ -51,7 +51,7 @@ org.apache.shardingsphere - shardingsphere-it-yaml + shardingsphere-test-it-yaml ${project.version} test diff --git a/features/readwrite-splitting/core/pom.xml b/features/readwrite-splitting/core/pom.xml index f70cfa93d83e6..19ce0ab88ec8a 100644 --- a/features/readwrite-splitting/core/pom.xml +++ b/features/readwrite-splitting/core/pom.xml @@ -68,7 +68,7 @@ org.apache.shardingsphere - shardingsphere-it-yaml + shardingsphere-test-it-yaml ${project.version} test diff --git a/features/shadow/core/pom.xml b/features/shadow/core/pom.xml index bdcf2767293b2..dd53eda576c47 100644 --- a/features/shadow/core/pom.xml +++ b/features/shadow/core/pom.xml @@ -67,7 +67,7 @@ org.apache.shardingsphere - shardingsphere-it-yaml + shardingsphere-test-it-yaml ${project.version} test diff --git a/features/sharding/core/pom.xml b/features/sharding/core/pom.xml index ccfb28a8a3982..bddc9c02c82e7 100644 --- a/features/sharding/core/pom.xml +++ b/features/sharding/core/pom.xml @@ -144,7 +144,7 @@ org.apache.shardingsphere - shardingsphere-it-yaml + shardingsphere-test-it-yaml ${project.version} test diff --git a/parser/sql/dialect/pom.xml b/parser/sql/dialect/pom.xml index 4411880d5167e..acba65261aebe 100644 --- a/parser/sql/dialect/pom.xml +++ b/parser/sql/dialect/pom.xml @@ -44,7 +44,7 @@ org.apache.shardingsphere - shardingsphere-it-parser + shardingsphere-test-it-parser ${project.version} test diff --git a/test/it/optimizer/pom.xml b/test/it/optimizer/pom.xml index 7497bd577af78..f0cd24e7e409d 100644 --- a/test/it/optimizer/pom.xml +++ b/test/it/optimizer/pom.xml @@ -20,10 +20,10 @@ 4.0.0 org.apache.shardingsphere - shardingsphere-it + shardingsphere-test-it 5.4.2-SNAPSHOT - shardingsphere-it-optimizer + shardingsphere-test-it-optimizer ${project.artifactId} @@ -39,7 +39,7 @@ org.apache.shardingsphere - shardingsphere-it-parser + shardingsphere-test-it-parser ${project.version} diff --git a/test/it/parser/pom.xml b/test/it/parser/pom.xml index 4691c9ea3a419..bfda93b8b02e8 100644 --- a/test/it/parser/pom.xml +++ b/test/it/parser/pom.xml @@ -20,10 +20,10 @@ 4.0.0 org.apache.shardingsphere - shardingsphere-it + shardingsphere-test-it 5.4.2-SNAPSHOT - shardingsphere-it-parser + shardingsphere-test-it-parser ${project.artifactId} diff --git a/test/it/pipeline/pom.xml b/test/it/pipeline/pom.xml index 678eaff113ffa..05e50c3451cbe 100644 --- a/test/it/pipeline/pom.xml +++ b/test/it/pipeline/pom.xml @@ -20,10 +20,10 @@ 4.0.0 org.apache.shardingsphere - shardingsphere-it + shardingsphere-test-it 5.4.2-SNAPSHOT - shardingsphere-it-pipeline + shardingsphere-test-it-pipeline ${project.artifactId} diff --git a/test/it/pom.xml b/test/it/pom.xml index 8d2b2e95b201e..a31efe836b181 100644 --- a/test/it/pom.xml +++ b/test/it/pom.xml @@ -23,7 +23,7 @@ shardingsphere-test 5.4.2-SNAPSHOT - shardingsphere-it + shardingsphere-test-it pom ${project.artifactId} diff --git a/test/it/rewriter/pom.xml b/test/it/rewriter/pom.xml index 4a7786b884e19..b6d293f286893 100644 --- a/test/it/rewriter/pom.xml +++ b/test/it/rewriter/pom.xml @@ -20,10 +20,10 @@ 4.0.0 org.apache.shardingsphere - shardingsphere-it + shardingsphere-test-it 5.4.2-SNAPSHOT - shardingsphere-it-rewriter + shardingsphere-test-it-rewriter ${project.artifactId} diff --git a/test/it/yaml/pom.xml b/test/it/yaml/pom.xml index 7840523dc079d..84223babaf174 100644 --- a/test/it/yaml/pom.xml +++ b/test/it/yaml/pom.xml @@ -20,10 +20,10 @@ 4.0.0 org.apache.shardingsphere - shardingsphere-it + shardingsphere-test-it 5.4.2-SNAPSHOT - shardingsphere-it-yaml + shardingsphere-test-it-yaml ${project.artifactId}