Reformats source code

Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/ae4e3d11
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/ae4e3d11
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/ae4e3d11

Branch: refs/heads/develop
Commit: ae4e3d116b635b257835f0a5b1f67d30bc9472e6
Parents: 3e0e383
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Fri Nov 21 21:55:40 2014 +0100
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Fri Nov 21 21:55:40 2014 +0100

----------------------------------------------------------------------
 pom.xml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/ae4e3d11/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 39b9c8e..8d09370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <parent>
         <groupId>org.apache.struts</groupId>
@@ -31,8 +32,8 @@
         <connection>scm:git:git://git.apache.org/struts.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts.git</developerConnection>
         <url>http://git.apache.org/struts.git</url>
-      <tag>HEAD</tag>
-  </scm>
+        <tag>HEAD</tag>
+    </scm>
 
     <issueManagement>
         <system>JIRA</system>
@@ -74,7 +75,7 @@
             <name>The Apache Software License, Version 2.0</name>
             <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
             <distribution>repo</distribution>
-            <comments />
+            <comments/>
         </license>
     </licenses>
 
@@ -292,11 +293,11 @@
                     
<relativizeDecorationLinks>false</relativizeDecorationLinks>
                 </configuration>
                 <dependencies>
-                   <dependency>
-                       <groupId>org.apache.maven.doxia</groupId>
-                       <artifactId>doxia-module-markdown</artifactId>
-                       <version>1.3</version>
-                   </dependency>
+                    <dependency>
+                        <groupId>org.apache.maven.doxia</groupId>
+                        <artifactId>doxia-module-markdown</artifactId>
+                        <version>1.3</version>
+                    </dependency>
                 </dependencies>
             </plugin>
         </plugins>

Reply via email to