Author: bentmann
Date: Thu Feb 10 23:28:43 2011
New Revision: 1069612

URL: http://svn.apache.org/viewvc?rev=1069612&view=rev
Log:
o Fixed indentation

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1069612&r1=1069611&r2=1069612&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Feb 10 23:28:43 2011
@@ -784,11 +784,11 @@ under the License.
         </file>
       </activation>
       <build>
-            <!-- we need to attach the descriptor for this pom -->
+       <!-- we need to attach the descriptor for this pom -->
         <plugins>
           <plugin>
             <artifactId>maven-site-plugin</artifactId>
-                       <inherited>false</inherited>
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <id>attach-descriptor</id>
@@ -800,6 +800,6 @@ under the License.
           </plugin>
         </plugins>
       </build>
-    </profile>         
+    </profile>
   </profiles>
 </project>


Reply via email to