You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/06/20 18:52:48 UTC

svn commit: r1749382 - /commons/proper/bcel/trunk/pom.xml

Author: britter
Date: Mon Jun 20 18:52:48 2016
New Revision: 1749382

URL: http://svn.apache.org/viewvc?rev=1749382&view=rev
Log:
Replace atbs with spaces

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

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1749382&r1=1749381&r2=1749382&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml [UTF-8] (original)
+++ commons/proper/bcel/trunk/pom.xml [UTF-8] Mon Jun 20 18:52:48 2016
@@ -225,16 +225,16 @@
         </configuration>
       </plugin>
       <plugin>
-		<groupId>org.apache.maven.plugins</groupId>
-		<artifactId>maven-source-plugin</artifactId>
-		<executions>
-		  <execution>
-		    <id>attach-sources</id>
-		    <goals>
-		      <goal>jar</goal>
-		    </goals>
-		  </execution>
-		</executions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>