You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/02/18 00:19:40 UTC

svn commit: r1071834 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: dennisl
Date: Thu Feb 17 23:19:40 2011
New Revision: 1071834

URL: http://svn.apache.org/viewvc?rev=1071834&view=rev
Log:
o Replace tabs with spaces

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1071834&r1=1071833&r2=1071834&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Feb 17 23:19:40 2011
@@ -319,20 +319,20 @@ under the License.
   <profiles>
     <profile>
       <id>run-its</id>
-	  <repositories>
-	    <repository>
-	      <id>codehaus.org</id>
-	      <url>http://snapshots.repository.codehaus.org</url>
-	      <releases>
-	        <enabled>false</enabled>
-	      </releases>
-	    </repository>
-	  </repositories>
-	  <pluginRepositories>
-	    <pluginRepository>
-	      <id>codehaus.snapshots</id>
-	      <url>http://snapshots.repository.codehaus.org</url>
-	    </pluginRepository>
+      <repositories>
+        <repository>
+          <id>codehaus.org</id>
+          <url>http://snapshots.repository.codehaus.org</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+        </repository>
+      </repositories>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>codehaus.snapshots</id>
+          <url>http://snapshots.repository.codehaus.org</url>
+        </pluginRepository>
         <pluginRepository>
           <id>apache.snapshots</id>
           <url>http://repository.apache.org/snapshots</url>