This is an automated email from the ASF dual-hosted git repository. janbednar 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 657d91a Fix camel-archetype-api-component artifact name 657d91a is described below commit 657d91afacf770b70e4b7b860180a73bc44c2ea4 Author: Jan Bednář <m...@janbednar.eu> AuthorDate: Mon Sep 14 18:15:18 2020 +0200 Fix camel-archetype-api-component artifact name --- archetypes/camel-archetype-api-component/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/camel-archetype-api-component/pom.xml b/archetypes/camel-archetype-api-component/pom.xml index 3dca37b..21e843d 100644 --- a/archetypes/camel-archetype-api-component/pom.xml +++ b/archetypes/camel-archetype-api-component/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.camel.archetypes</groupId> <artifactId>camel-archetype-api-component</artifactId> - <name>Camel :: Archetypes :: Component</name> + <name>Camel :: Archetypes :: API Component</name> <description>Creates a new Camel component that wraps one or more API proxies.</description> <packaging>maven-archetype</packaging>