Author: ilgrosso
Date: Mon Jan 21 14:07:23 2013
New Revision: 1436357

URL: http://svn.apache.org/viewvc?rev=1436357&view=rev
Log:
Bare XML formatting

Modified:
    syncope/trunk/client/pom.xml
    syncope/trunk/common/pom.xml
    syncope/trunk/pom.xml

Modified: syncope/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/client/pom.xml?rev=1436357&r1=1436356&r2=1436357&view=diff
==============================================================================
--- syncope/trunk/client/pom.xml (original)
+++ syncope/trunk/client/pom.xml Mon Jan 21 14:07:23 2013
@@ -53,7 +53,7 @@ under the License.
       <artifactId>javax.ws.rs-api</artifactId>
     </dependency>
 
-       <dependency>
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
     </dependency>
@@ -63,7 +63,7 @@ under the License.
       <artifactId>jackson-mapper-asl</artifactId>
     </dependency>
 
-       <dependency>
+    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
     </dependency>

Modified: syncope/trunk/common/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/common/pom.xml?rev=1436357&r1=1436356&r2=1436357&view=diff
==============================================================================
--- syncope/trunk/common/pom.xml (original)
+++ syncope/trunk/common/pom.xml Mon Jan 21 14:07:23 2013
@@ -56,7 +56,7 @@ under the License.
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
     </dependency>
-       <dependency>
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
     </dependency>
@@ -70,10 +70,10 @@ under the License.
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
     </dependency>
-       <dependency>
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-       </dependency>
+    </dependency>
 
   </dependencies>
 

Modified: syncope/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1436357&r1=1436356&r2=1436357&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Mon Jan 21 14:07:23 2013
@@ -393,7 +393,7 @@ under the License.
         <artifactId>httpcore</artifactId>
         <version>${httpcomponents.version}</version>
       </dependency>
-         <dependency>
+      <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
         <version>${httpcomponents.version}</version>
@@ -1256,7 +1256,7 @@ under the License.
   <modules>
     <module>archetype</module>
     <module>build-tools</module>
-       <module>common</module>
+    <module>common</module>
     <module>client</module>
     <module>core</module>
     <module>console</module>


Reply via email to