You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/08/16 12:40:49 UTC

svn commit: r804658 - /maven/plugins/trunk/maven-pdf-plugin/pom.xml

Author: vsiveton
Date: Sun Aug 16 10:40:49 2009
New Revision: 804658

URL: http://svn.apache.org/viewvc?rev=804658&view=rev
Log:
o formatting

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

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=804658&r1=804657&r2=804658&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Sun Aug 16 10:40:49 2009
@@ -343,7 +343,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1.1</version>
+        <version>2.1.2</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -371,16 +371,16 @@
             </configuration>
           </plugin>
           <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <configuration>
-          <instrumentation>
-            <excludes>
-              <exclude>**/HelpMojo.class</exclude>
-            </excludes>
-          </instrumentation>
-        </configuration>
-      </plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <configuration>
+              <instrumentation>
+                <excludes>
+                  <exclude>**/HelpMojo.class</exclude>
+                </excludes>
+              </instrumentation>
+            </configuration>
+          </plugin>
         </plugins>
       </reporting>
     </profile>