You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/11/08 13:46:38 UTC

svn commit: r1540000 - /commons/proper/math/trunk/pom.xml

Author: tn
Date: Fri Nov  8 12:46:38 2013
New Revision: 1540000

URL: http://svn.apache.org/r1540000
Log:
Fix indentation.

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1540000&r1=1539999&r2=1540000&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri Nov  8 12:46:38 2013
@@ -414,16 +414,16 @@
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>  
         </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-scm-publish-plugin</artifactId>
-          <configuration>
-            <ignorePathsToDelete>
-              <ignorePathToDelete>javadocs</ignorePathToDelete>
-            </ignorePathsToDelete>
-          </configuration>
-        </plugin>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <configuration>
+          <ignorePathsToDelete>
+            <ignorePathToDelete>javadocs</ignorePathToDelete>
+          </ignorePathsToDelete>
+        </configuration>
+      </plugin>
 
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>