Author: ggregory
Date: Mon May 7 19:01:21 2018
New Revision: 1831122
URL: http://svn.apache.org/viewvc?rev=1831122&view=rev
Log:
Fix ERRORs logged by 'mvn versions:display-plugin-updates'.
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=1831122&r1=1831121&r2=1831122&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon May 7 19:01:21 2018
@@ -174,6 +174,10 @@
-->
+ <prerequisites>
+ <maven>3.0.5</maven>
+ </prerequisites>
+
<ciManagement>
<system>jenkins</system>
<url>https://builds.apache.org/</url>