1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Open Maven versions

It is impossible to build CDT with Maven 3.6.1 (shipped with Fedora and
patched to not fail the build) nor with my downloaded Maven 3.6.3.
I opt for opening the range.

Change-Id: I6d12bedde45d6715c86768a00cb289d05e40fd23
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2020-02-04 11:58:05 +02:00
parent f90f900e48
commit c52d550ca2

View file

@ -29,7 +29,7 @@
CDT enforces a minimum of 3.6.0 because that is what CDT's CI CDT enforces a minimum of 3.6.0 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.0</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>