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

[shardingsphere] branch master updated: Rename yaml-it to yaml (#24977)

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

panjuan 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 3e6928f1859 Rename yaml-it to yaml (#24977)
3e6928f1859 is described below

commit 3e6928f185995c0a7fa3fbe729f6ba4855321059
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Mon Apr 3 16:14:13 2023 +0800

    Rename yaml-it to yaml (#24977)
---
 test/it/pom.xml                                                         | 2 +-
 test/it/{it-yaml => yaml}/pom.xml                                       | 0
 .../org/apache/shardingsphere/test/it/yaml/YamlRuleConfigurationIT.java | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/it/pom.xml b/test/it/pom.xml
index 407a4a06dcb..032cc5c5ddf 100644
--- a/test/it/pom.xml
+++ b/test/it/pom.xml
@@ -29,7 +29,7 @@
     <name>${project.artifactId}</name>
     
     <modules>
-        <module>it-yaml</module>
+        <module>yaml</module>
         <module>parser</module>
         <module>optimizer</module>
         <module>rewriter</module>
diff --git a/test/it/it-yaml/pom.xml b/test/it/yaml/pom.xml
similarity index 100%
rename from test/it/it-yaml/pom.xml
rename to test/it/yaml/pom.xml
diff --git a/test/it/it-yaml/src/main/java/org/apache/shardingsphere/test/it/yaml/YamlRuleConfigurationIT.java b/test/it/yaml/src/main/java/org/apache/shardingsphere/test/it/yaml/YamlRuleConfigurationIT.java
similarity index 100%
rename from test/it/it-yaml/src/main/java/org/apache/shardingsphere/test/it/yaml/YamlRuleConfigurationIT.java
rename to test/it/yaml/src/main/java/org/apache/shardingsphere/test/it/yaml/YamlRuleConfigurationIT.java