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

davsclaus 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 46899ed  CAMEL-15237: generate archetype-catalog in sorted order
46899ed is described below

commit 46899ed5db95e2efe2cb92468d8ce743c623089e
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 24 13:12:13 2020 +0200

    CAMEL-15237: generate archetype-catalog in sorted order
---
 .../org/apache/camel/catalog/archetypes/archetype-catalog.xml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
index 1c960fa..26af6a4 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
@@ -39,9 +39,9 @@
     </archetype>
     <archetype>
       <groupId>org.apache.camel.archetypes</groupId>
-      <artifactId>camel-archetype-spring-boot</artifactId>
+      <artifactId>camel-archetype-main</artifactId>
       <version>3.5.0-SNAPSHOT</version>
-      <description>Creates a new Camel project using Spring Boot.</description>
+      <description>Creates a new Camel project using standalone Camel 
Main.</description>
     </archetype>
     <archetype>
       <groupId>org.apache.camel.archetypes</groupId>
@@ -51,9 +51,9 @@
     </archetype>
     <archetype>
       <groupId>org.apache.camel.archetypes</groupId>
-      <artifactId>camel-archetype-main</artifactId>
+      <artifactId>camel-archetype-spring-boot</artifactId>
       <version>3.5.0-SNAPSHOT</version>
-      <description>Creates a new Camel project using standalone Camel 
Main.</description>
+      <description>Creates a new Camel project using Spring Boot.</description>
     </archetype>
   </archetypes>
 </archetype-catalog>

Reply via email to