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/03/11 09:08:01 UTC

maven git commit: upgraded MPIR plugin to benefit from MPIR-322

Repository: maven
Updated Branches:
  refs/heads/master b7088a34e -> d8527aa9c


upgraded MPIR plugin to benefit from MPIR-322

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d8527aa9
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d8527aa9
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d8527aa9

Branch: refs/heads/master
Commit: d8527aa9ce3938d20f49ff49dc3c32d744b22fa2
Parents: b7088a3
Author: Hervé Boutemy <hb...@apache.org>
Authored: Wed Mar 11 09:07:53 2015 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Wed Mar 11 09:07:53 2015 +0100

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/d8527aa9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94de886..78be1f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -576,6 +576,11 @@
       <id>reporting</id>
       <reporting>
         <plugins>
+          <plugin><!-- TODO remove when upgrading parent to 27 -->
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.8</version>
+          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>