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 2015/09/11 03:38:23 UTC

svn commit: r1702359 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Fri Sep 11 01:38:23 2015
New Revision: 1702359

URL: http://svn.apache.org/r1702359
Log:
[MPOM-73] upgraded MPIR to get MPIR-300 fix

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=1702359&r1=1702358&r2=1702359&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Fri Sep 11 01:38:23 2015
@@ -934,6 +934,11 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>2.8.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <version>2.5.2</version>
           <configuration>