1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

[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> <properties>
<!-- Maven 3.6.1 and 3.6.2 do not work with Tycho, see Bug 551674 <!-- 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 runs with. It may work with older versions, but this is not
tested or supported. --> 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-version>1.6.0</tycho-version>
<tycho-extras-version>1.6.0</tycho-extras-version> <tycho-extras-version>1.6.0</tycho-extras-version>
<cbi-plugins.version>1.1.7</cbi-plugins.version> <cbi-plugins.version>1.1.7</cbi-plugins.version>