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-karaf.git
commit 3b5dae9d666ad5f73e71bd351e9cdb07bb0b7e18 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Oct 19 20:18:11 2020 +0200 CAMEL-15695 - Maven archetypes for OSGi and spring-boot move to their project - Added Camel Karaf Archetype Blueprint --- archetypes/camel-archetype-blueprint/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/camel-archetype-blueprint/pom.xml b/archetypes/camel-archetype-blueprint/pom.xml index f817454..6a31614 100644 --- a/archetypes/camel-archetype-blueprint/pom.xml +++ b/archetypes/camel-archetype-blueprint/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.camel.archetypes</groupId> <artifactId>camel-archetype-blueprint</artifactId> - <name>Camel :: Archetypes :: Blueprint (OSGi) Based Router</name> + <name>Camel Karaf :: Archetypes :: Blueprint (OSGi) Based Router</name> <description>Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.</description> <packaging>maven-archetype</packaging>
