Author: simonetripodi
Date: Mon Sep 10 14:40:41 2012
New Revision: 1382891

URL: http://svn.apache.org/viewvc?rev=1382891&view=rev
Log:
code format (spaces rather than tabs)

Modified:
    incubator/any23/trunk/core/pom.xml

Modified: incubator/any23/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/core/pom.xml?rev=1382891&r1=1382890&r2=1382891&view=diff
==============================================================================
--- incubator/any23/trunk/core/pom.xml (original)
+++ incubator/any23/trunk/core/pom.xml Mon Sep 10 14:40:41 2012
@@ -249,17 +249,17 @@
           </descriptors>
         </configuration>
       </plugin>
-               <plugin>
-                       <groupId>org.apache.maven.plugins</groupId>
-                       <artifactId>maven-jar-plugin</artifactId>
-                       <executions>
-                               <execution>
-                                       <goals>
-                                               <goal>test-jar</goal>
-                                       </goals>
-                               </execution>
-                       </executions>
-               </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 


Reply via email to