You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/30 14:23:02 UTC

svn commit: r1378905 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Thu Aug 30 12:23:02 2012
New Revision: 1378905

URL: http://svn.apache.org/viewvc?rev=1378905&view=rev
Log:
o maven-project-info-reports-plugin 2.5.1 released
o added the new dependency-info report

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

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1378905&r1=1378904&r2=1378905&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Thu Aug 30 12:23:02 2012
@@ -272,12 +272,13 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.5.1</version>
         <reportSets>
           <reportSet>
             <reports>
               <report>index</report>
               <report>summary</report>
+              <report>dependency-info</report>
               <report>modules</report>
               <report>license</report>
               <report>project-team</report>