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


The following commit(s) were added to refs/heads/master by this push:
     new edab61a  More improvements to camel archetype stuff
edab61a is described below

commit edab61a3c0d30e7140e78aaf38ed5d148615d879
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jul 30 09:16:18 2020 +0200

    More improvements to camel archetype stuff
---
 docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc | 6 +-----
 1 file changed, 1 insertion(+), 5 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 8541244..b543188 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
@@ -60,7 +60,7 @@ 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.4.0-SNAPSHOT. He'd need to use the following command
+project based on Camel 3.5.0-SNAPSHOT. He'd need to use the following command
 
 [source,shell]
 ----
@@ -70,10 +70,6 @@ mvn archetype:generate \
   -DarchetypeVersion=3.5.0-SNAPSHOT 
 ----
 
-Notice that archetypes will now be downloaded from
-https://repository.apache.org/content/groups/snapshots-group[Apache's
-snapshot repo] instead of https://repo1.maven.org/maven2[Maven central].
-
 When the project is created, you may need to add another repository to
 the pom.xml file. This is to load a SNAPSHOT version of the
 camel-maven-plugin

Reply via email to