You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/04/03 03:46:32 UTC

[shardingsphere] branch master updated: Rename shardingsphere-test-it to shardingsphere-it (#24968)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new df7325b9ea8 Rename shardingsphere-test-it to shardingsphere-it (#24968)
df7325b9ea8 is described below

commit df7325b9ea8bebf170747e8488b61aff28124133
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Mon Apr 3 11:46:23 2023 +0800

    Rename shardingsphere-test-it to shardingsphere-it (#24968)
    
    * Refactor ReadwriteSplittingRule
    
    * Rename shardingsphere-test-it to shardingsphere-it
---
 sql-parser/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 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sql-parser/dialect/pom.xml b/sql-parser/dialect/pom.xml
index a36b16f82a8..b32e8b74ea4 100644
--- a/sql-parser/dialect/pom.xml
+++ b/sql-parser/dialect/pom.xml
@@ -49,7 +49,7 @@
         
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-test-it-parser</artifactId>
+            <artifactId>shardingsphere-it-parser</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
diff --git a/test/it/optimizer/pom.xml b/test/it/optimizer/pom.xml
index 11aae54f252..26aa8db630f 100644
--- a/test/it/optimizer/pom.xml
+++ b/test/it/optimizer/pom.xml
@@ -21,10 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
-        <artifactId>shardingsphere-test-it</artifactId>
+        <artifactId>shardingsphere-it</artifactId>
         <version>5.3.3-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-test-it-optimizer</artifactId>
+    <artifactId>shardingsphere-it-optimizer</artifactId>
     <name>${project.artifactId}</name>
     
     <properties>
@@ -40,7 +40,7 @@
         
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-test-it-parser</artifactId>
+            <artifactId>shardingsphere-it-parser</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
diff --git a/test/it/parser/pom.xml b/test/it/parser/pom.xml
index e624e69c54a..5acbec37b7e 100644
--- a/test/it/parser/pom.xml
+++ b/test/it/parser/pom.xml
@@ -21,10 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
-        <artifactId>shardingsphere-test-it</artifactId>
+        <artifactId>shardingsphere-it</artifactId>
         <version>5.3.3-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-test-it-parser</artifactId>
+    <artifactId>shardingsphere-it-parser</artifactId>
     <name>${project.artifactId}</name>
     
     <properties>
diff --git a/test/it/pipeline/pom.xml b/test/it/pipeline/pom.xml
index f5ec5e2dd15..a731a815b56 100644
--- a/test/it/pipeline/pom.xml
+++ b/test/it/pipeline/pom.xml
@@ -21,10 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
-        <artifactId>shardingsphere-test-it</artifactId>
+        <artifactId>shardingsphere-it</artifactId>
         <version>5.3.3-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-test-it-pipeline</artifactId>
+    <artifactId>shardingsphere-it-pipeline</artifactId>
     <name>${project.artifactId}</name>
     
     <dependencies>
diff --git a/test/it/pom.xml b/test/it/pom.xml
index a574a060e87..ade26111d0a 100644
--- a/test/it/pom.xml
+++ b/test/it/pom.xml
@@ -24,7 +24,7 @@
         <artifactId>shardingsphere-test</artifactId>
         <version>5.3.3-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-test-it</artifactId>
+    <artifactId>shardingsphere-it</artifactId>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     
diff --git a/test/it/rewriter/pom.xml b/test/it/rewriter/pom.xml
index b36afb69951..ec7b99ef8e3 100644
--- a/test/it/rewriter/pom.xml
+++ b/test/it/rewriter/pom.xml
@@ -21,10 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
-        <artifactId>shardingsphere-test-it</artifactId>
+        <artifactId>shardingsphere-it</artifactId>
         <version>5.3.3-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-test-it-rewriter</artifactId>
+    <artifactId>shardingsphere-it-rewriter</artifactId>
     <name>${project.artifactId}</name>
     
     <dependencies>