You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/03/17 07:29:51 UTC

svn commit: r1578236 - /commons/proper/weaver/trunk/pom.xml

Author: mbenson
Date: Mon Mar 17 06:29:51 2014
New Revision: 1578236

URL: http://svn.apache.org/r1578236
Log:
document reason for requiring Maven < 3.2.x

Modified:
    commons/proper/weaver/trunk/pom.xml

Modified: commons/proper/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1578236&r1=1578235&r2=1578236&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Mon Mar 17 06:29:51 2014
@@ -417,6 +417,9 @@ under the License.
             </goals>
             <configuration>
               <rules>
+                <!-- Problem with Maven 3.2.x filed as
+                     http://jira.codehaus.org/browse/MNG-5601
+                 -->
                 <requireMavenVersion>
                   <version>[3.0.0,3.2.0)</version>
                 </requireMavenVersion>