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 2021/01/20 09:39:21 UTC

[shardingsphere] branch master updated: Modify the capitalization of package names and incomplete modules (#9103)

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

zhangliang 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 c9ca3a7  Modify the capitalization of package names and incomplete modules (#9103)
c9ca3a7 is described below

commit c9ca3a7947c7559cf30f486223bd6b33f967aef6
Author: Jieker <ji...@163.com>
AuthorDate: Wed Jan 20 17:38:59 2021 +0800

    Modify the capitalization of package names and incomplete modules (#9103)
---
 examples/pom.xml                                                         | 1 +
 .../pom.xml                                                              | 0
 .../org/apache/shardingsphere/example/parser/SQLFormatExampleMain.java   | 0
 .../shardingsphere/example/parser/SQLParameterizedExampleMain.java       | 0
 4 files changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 86c1f48..7fc502b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -30,6 +30,7 @@
         <module>example-core</module>
         <module>shardingsphere-jdbc-example</module>
         <module>shardingsphere-proxy-example</module>
+        <module>shardingsphere-parser-example</module>
     </modules>
     
     <properties>
diff --git a/examples/Shardingsphere-parser-example/pom.xml b/examples/shardingsphere-parser-example/pom.xml
similarity index 100%
rename from examples/Shardingsphere-parser-example/pom.xml
rename to examples/shardingsphere-parser-example/pom.xml
diff --git a/examples/Shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/SQLFormatExampleMain.java b/examples/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/SQLFormatExampleMain.java
similarity index 100%
rename from examples/Shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/SQLFormatExampleMain.java
rename to examples/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/SQLFormatExampleMain.java
diff --git a/examples/Shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/SQLParameterizedExampleMain.java b/examples/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/SQLParameterizedExampleMain.java
similarity index 100%
rename from examples/Shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/SQLParameterizedExampleMain.java
rename to examples/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/SQLParameterizedExampleMain.java