upgraded mpir to 2.6 to avoid MPIR-255

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1406474 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-11-07 06:30:21 +00:00
parent a5647ce2c8
commit 5d366fc36f
1 changed files with 5 additions and 0 deletions

View File

@ -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>