You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by to...@apache.org on 2022/09/24 14:32:23 UTC

[shardingsphere] branch master updated: Rename shardingsphere-example's artifactId to shardingsphere-examples (#21168)

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

totalo 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 b5ad45e9041 Rename shardingsphere-example's artifactId to shardingsphere-examples (#21168)
b5ad45e9041 is described below

commit b5ad45e904198fd262a58bea850f5339901f4b02
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sat Sep 24 22:32:16 2022 +0800

    Rename shardingsphere-example's artifactId to shardingsphere-examples (#21168)
---
 examples/example-core/pom.xml                     | 7 +++----
 examples/other-example/pom.xml                    | 7 +++----
 examples/pom.xml                                  | 2 +-
 examples/shardingsphere-example-generator/pom.xml | 2 +-
 examples/shardingsphere-jdbc-example/pom.xml      | 7 +++----
 examples/shardingsphere-proxy-example/pom.xml     | 8 +++-----
 6 files changed, 14 insertions(+), 19 deletions(-)

diff --git a/examples/example-core/pom.xml b/examples/example-core/pom.xml
index 5792c3fcb50..ee2ae414d1f 100644
--- a/examples/example-core/pom.xml
+++ b/examples/example-core/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
-        <artifactId>shardingsphere-example</artifactId>
+        <artifactId>shardingsphere-examples</artifactId>
         <version>${revision}</version>
     </parent>
     <artifactId>example-core</artifactId>
@@ -36,7 +36,7 @@
         <module>example-spring-mybatis</module>
         <module>example-spring-jpa</module>
     </modules>
-
+    
     <build>
         <pluginManagement>
             <plugins>
@@ -57,7 +57,7 @@
                                     </goals>
                                 </pluginExecutionFilter>
                                 <action>
-                                    <ignore></ignore>
+                                    <ignore />
                                 </action>
                             </pluginExecution>
                         </pluginExecutions>
@@ -66,5 +66,4 @@
             </plugins>
         </pluginManagement>
     </build>
-
 </project>
diff --git a/examples/other-example/pom.xml b/examples/other-example/pom.xml
index 537063169d8..cde5ea2e2b0 100644
--- a/examples/other-example/pom.xml
+++ b/examples/other-example/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
-        <artifactId>shardingsphere-example</artifactId>
+        <artifactId>shardingsphere-examples</artifactId>
         <version>${revision}</version>
     </parent>
     <artifactId>other-example</artifactId>
@@ -32,7 +32,7 @@
     <modules>
         <module>shardingsphere-parser-example</module>
     </modules>
-
+    
     <build>
         <pluginManagement>
             <plugins>
@@ -53,7 +53,7 @@
                                     </goals>
                                 </pluginExecutionFilter>
                                 <action>
-                                    <ignore></ignore>
+                                    <ignore />
                                 </action>
                             </pluginExecution>
                         </pluginExecutions>
@@ -62,5 +62,4 @@
             </plugins>
         </pluginManagement>
     </build>
-
 </project>
diff --git a/examples/pom.xml b/examples/pom.xml
index cbf08f3976a..51b467da4ef 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.shardingsphere.example</groupId>
-    <artifactId>shardingsphere-example</artifactId>
+    <artifactId>shardingsphere-examples</artifactId>
     <version>${revision}</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-example-generator/pom.xml b/examples/shardingsphere-example-generator/pom.xml
index 003042d7167..935810e3a54 100644
--- a/examples/shardingsphere-example-generator/pom.xml
+++ b/examples/shardingsphere-example-generator/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
-        <artifactId>shardingsphere-example</artifactId>
+        <artifactId>shardingsphere-examples</artifactId>
         <version>${revision}</version>
     </parent>
     <artifactId>shardingsphere-example-generator</artifactId>
diff --git a/examples/shardingsphere-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/pom.xml
index 8b66cf03057..366d43503a7 100644
--- a/examples/shardingsphere-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
-        <artifactId>shardingsphere-example</artifactId>
+        <artifactId>shardingsphere-examples</artifactId>
         <version>${revision}</version>
     </parent>
     <artifactId>shardingsphere-jdbc-example</artifactId>
@@ -33,7 +33,7 @@
         <module>mixed-feature-example</module>
         <module>single-feature-example</module>
     </modules>
-
+    
     <build>
         <pluginManagement>
             <plugins>
@@ -54,7 +54,7 @@
                                     </goals>
                                 </pluginExecutionFilter>
                                 <action>
-                                    <ignore></ignore>
+                                    <ignore />
                                 </action>
                             </pluginExecution>
                         </pluginExecutions>
@@ -63,5 +63,4 @@
             </plugins>
         </pluginManagement>
     </build>
-
 </project>
diff --git a/examples/shardingsphere-proxy-example/pom.xml b/examples/shardingsphere-proxy-example/pom.xml
index 30aff66a4d1..8b38f084e4e 100644
--- a/examples/shardingsphere-proxy-example/pom.xml
+++ b/examples/shardingsphere-proxy-example/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
-        <artifactId>shardingsphere-example</artifactId>
+        <artifactId>shardingsphere-examples</artifactId>
         <version>${revision}</version>
     </parent>
     <artifactId>shardingsphere-proxy-example</artifactId>
@@ -34,7 +34,7 @@
         <module>shardingsphere-proxy-hint-example</module>
         <module>shardingsphere-proxy-distsql-example</module>
     </modules>
-
+    
     <build>
         <pluginManagement>
             <plugins>
@@ -55,7 +55,7 @@
                                     </goals>
                                 </pluginExecutionFilter>
                                 <action>
-                                    <ignore></ignore>
+                                    <ignore />
                                 </action>
                             </pluginExecution>
                         </pluginExecutions>
@@ -64,6 +64,4 @@
             </plugins>
         </pluginManagement>
     </build>
-
 </project>
-