You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2011/12/14 15:44:30 UTC

svn commit: r1214267 - /struts/struts2/trunk/pom.xml

Author: lukaszlenart
Date: Wed Dec 14 14:44:29 2011
New Revision: 1214267

URL: http://svn.apache.org/viewvc?rev=1214267&view=rev
Log:
Uses compatible version of Reports plugin with Maven 3

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1214267&r1=1214266&r2=1214267&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Dec 14 14:44:29 2011
@@ -305,6 +305,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.4</version>
             </plugin>
             <!--
             <plugin>