From fb454bb76f63ba479018c7b71b27ded8437e4884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Thu, 18 Jan 2018 10:04:16 +0100 Subject: [PATCH] Indicate new Maven version requirement 3.3.3 for Camel 2.20 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see http://camel.apache.org/camel-2200-release.html#Camel2.20.0Release-Importantchangestoconsiderwhenupgrading Signed-off-by: Aurélien Pupier --- docs/user-manual/en/building.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/en/building.adoc b/docs/user-manual/en/building.adoc index 1e3ed34081fa6..69d45089f6371 100644 --- a/docs/user-manual/en/building.adoc +++ b/docs/user-manual/en/building.adoc @@ -14,7 +14,8 @@ Prequisites * Download and http://maven.apache.org/download.html[install Maven] + (Maven 3.1.1 or newer is required to build Camel 2.14 onwards) + -(Maven 3.2.5 or newer is required to build Camel 2.18 onwards)  +(Maven 3.2.5 or newer is required to build Camel 2.18 onwards) + +(Maven 3.3.3 or newer is required to build Camel 2.20 onwards) * Get the latest link:source.html[Source] * Java (1.7 or 1.8 to build Camel 2.14 onwards)