You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/19 16:36:09 UTC

[camel-quarkus] branch master updated: Updated Maven version in Prerequisites section

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new c10ae9c  Updated Maven version in Prerequisites section
     new 01d63dc  Merge pull request #923 from djcoleman/patch-1
c10ae9c is described below

commit c10ae9c0613b4891039e68c784fe12ef4cc26fcd
Author: Darren Coleman <dc...@redhat.com>
AuthorDate: Thu Mar 19 16:28:35 2020 +0000

    Updated Maven version in Prerequisites section
    
    The build command fails with the following error when using Maven < 3.6.2:
    [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:1.3.0.Final:dev (default-cli) on project camel-quarkus-tutorial: Detected Maven Version (3.5.4)  is not supported, it must be in [3.6.2,).
---
 docs/modules/ROOT/pages/first-steps.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/first-steps.adoc b/docs/modules/ROOT/pages/first-steps.adoc
index e86c08b..1ce46e2 100644
--- a/docs/modules/ROOT/pages/first-steps.adoc
+++ b/docs/modules/ROOT/pages/first-steps.adoc
@@ -8,7 +8,7 @@ as a base for your real world project.
 * A `git` client
 * An IDE
 * JDK 1.8+ with JAVA_HOME configured appropriately
-* Apache Maven 3.5.3+
+* Apache Maven 3.6.2+
 * GraalVM with `native-image` command installed and `GRAALVM_HOME` environment variable set, see
   https://quarkus.io/guides/building-native-image-guide[Building a native executable] section of the Quarkus
   documentation.