[releng] Set minimum version of supported Maven to 3.6.3

Change-Id: Iab6282b798a05b6937acd2976ce4f247d3b2e7a6
This commit is contained in:
Jonah Graham 2020-02-21 22:33:31 -05:00
parent 73982472ee
commit e097d60932

View file

@ -26,10 +26,10 @@
<properties>
<!-- Maven 3.6.1 and 3.6.2 do not work with Tycho, see Bug 551674
CDT enforces a minimum of 3.6.0 because that is what CDT's CI
CDT enforces a minimum of 3.6.3 because that is what CDT's CI
runs with. It may work with older versions, but this is not
tested or supported. -->
<required-maven-version>3.6.0</required-maven-version>
<required-maven-version>3.6.3</required-maven-version>
<tycho-version>1.6.0</tycho-version>
<tycho-extras-version>1.6.0</tycho-extras-version>
<cbi-plugins.version>1.1.7</cbi-plugins.version>