Author: sebb
Date: Sun Mar 30 14:45:38 2014
New Revision: 1583145
URL: http://svn.apache.org/r1583145
Log:
Maven versions plugin complains if prerequisites are omitted
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1583145&r1=1583144&r2=1583145&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Mar 30 14:45:38 2014
@@ -42,6 +42,11 @@ Version 34:
-->
+ <!-- Maven versions plugin reports an error if this is omitted -->
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+
<ciManagement>
<system>continuum</system>
<url>https://continuum-ci.apache.org/</url>