You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/12/03 12:40:58 UTC

[shardingsphere] branch master updated: Rename shardingsphere-test-rewrite and shardingsphere-test-pipeline (#22628)

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

zhonghongsheng 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 bc7f75dc630 Rename shardingsphere-test-rewrite and shardingsphere-test-pipeline (#22628)
bc7f75dc630 is described below

commit bc7f75dc630d1a1557f03c2294f0e6b7346f05cd
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sat Dec 3 20:40:51 2022 +0800

    Rename shardingsphere-test-rewrite and shardingsphere-test-pipeline (#22628)
---
 test/pipeline/pom.xml | 2 +-
 test/rewrite/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/pipeline/pom.xml b/test/pipeline/pom.xml
index 8a98a5deecd..cf7fd97b771 100644
--- a/test/pipeline/pom.xml
+++ b/test/pipeline/pom.xml
@@ -24,7 +24,7 @@
         <artifactId>shardingsphere-test</artifactId>
         <version>5.2.2-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-pipeline-test</artifactId>
+    <artifactId>shardingsphere-test-pipeline</artifactId>
     <name>${project.artifactId}</name>
     
     <dependencies>
diff --git a/test/rewrite/pom.xml b/test/rewrite/pom.xml
index 11c2084777b..86aed05f9e4 100644
--- a/test/rewrite/pom.xml
+++ b/test/rewrite/pom.xml
@@ -24,7 +24,7 @@
         <artifactId>shardingsphere-test</artifactId>
         <version>5.2.2-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-rewrite-test</artifactId>
+    <artifactId>shardingsphere-test-rewrite</artifactId>
     <name>${project.artifactId}</name>
     
     <dependencies>