Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-02-04 09:58:05 +0000
committerAlexander Kurtakov2020-02-04 13:18:03 +0000
commitc52d550ca24de9bebcd80bddb57efb679fe72f51 (patch)
treee93a3e5629630c4135c94ef8e8a606fe8158aed2
parentf90f900e4890497679f3f4b01cc1e12876725526 (diff)
downloadorg.eclipse.cdt-c52d550ca24de9bebcd80bddb57efb679fe72f51.tar.gz
org.eclipse.cdt-c52d550ca24de9bebcd80bddb57efb679fe72f51.tar.xz
org.eclipse.cdt-c52d550ca24de9bebcd80bddb57efb679fe72f51.zip
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>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f96e65aec34..e4587ffd49e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
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
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-extras-version>1.6.0</tycho-extras-version>
<cbi-plugins.version>1.1.7</cbi-plugins.version>

Back to the top