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 bab61b4  Revise #13823 for indents (#13939)
bab61b4 is described below

commit bab61b4f4fe331438adfd736318ff6a051511afc
Author: 吴伟杰 <[email protected]>
AuthorDate: Mon Dec 6 13:55:24 2021 +0800

    Revise #13823 for indents (#13939)
---
 examples/pom.xml | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index b0668e1..89d0593 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -451,29 +451,29 @@
                 </executions>
             </plugin>
             <plugin>
-                       <groupId>org.codehaus.mojo</groupId>
-                       <artifactId>flatten-maven-plugin</artifactId>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>flatten-maven-plugin</artifactId>
                 <version>${flatten-maven-plugin.version}</version>
-                       <configuration>
-                           <updatePomFile>true</updatePomFile>
-                       </configuration>
-                       <executions>
-                           <execution>
-                                   <id>flatten</id>
-                                   <phase>process-resources</phase>
-                                   <goals>
-                                       <goal>flatten</goal>
-                                   </goals>
-                           </execution>
-                           <execution>
-                               <id>flatten.clean</id>
-                               <phase>clean</phase>
-                               <goals>
-                               <goal>clean</goal>
-                               </goals>
-                           </execution>
-                       </executions>
-               </plugin>
+                <configuration>
+                    <updatePomFile>true</updatePomFile>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>flatten</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>flatten</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>flatten.clean</id>
+                        <phase>clean</phase>
+                        <goals>
+                            <goal>clean</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 </project>

Reply via email to