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/11/07 07:30:22 UTC

svn commit: r1406474 - /maven/plugin-tools/trunk/pom.xml

Author: hboutemy
Date: Wed Nov  7 06:30:21 2012
New Revision: 1406474

URL: http://svn.apache.org/viewvc?rev=1406474&view=rev
Log:
upgraded mpir to 2.6 to avoid MPIR-255

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1406474&r1=1406473&r2=1406474&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Wed Nov  7 06:30:21 2012
@@ -375,6 +375,11 @@
       <id>reporting</id>
       <reporting>
         <plugins>
+          <plugin><!-- TODO remove when upgrading parent to version 23 -->
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.6</version>
+          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>