You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/09/06 19:13:31 UTC

svn commit: r1520635 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: rfscholte
Date: Fri Sep  6 17:13:31 2013
New Revision: 1520635

URL: http://svn.apache.org/r1520635
Log:
Set m-project-info-reports-p to 2.7 so it can be built with M3.1

Modified:
    maven/plugins/trunk/maven-install-plugin/pom.xml

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=1520635&r1=1520634&r2=1520635&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Fri Sep  6 17:13:31 2013
@@ -170,6 +170,11 @@ under the License.
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.9.1</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.7</version>
+      </plugin>
     </plugins>
   </reporting>