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/09/07 05:24:58 UTC

[camel] 01/02: Align documentation to 3.6.0-SNAPSHOT

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.git

commit c1162f9622e8da5b64292208f48c00ededbc4ea9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 07:21:00 2020 +0200

    Align documentation to 3.6.0-SNAPSHOT
---
 docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
index b543188..99b3914 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
@@ -60,14 +60,14 @@ The maven coordinates for these archetypes is the following:
 If you would like to use an archetype from an unreleased version of
 Camel, you just need to let the maven-archetype-plugin know where to
 look for it. For example, say someone wanted to create a Java based
-project based on Camel 3.5.0-SNAPSHOT. He'd need to use the following command
+project based on Camel 3.6.0-SNAPSHOT. He'd need to use the following command
 
 [source,shell]
 ----
 mvn archetype:generate \
   -DarchetypeGroupId=org.apache.camel.archetypes \
   -DarchetypeArtifactId=camel-archetype-java \
-  -DarchetypeVersion=3.5.0-SNAPSHOT 
+  -DarchetypeVersion=3.6.0-SNAPSHOT 
 ----
 
 When the project is created, you may need to add another repository to