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-spring-boot.git
commit 5258e7d102e17ab001498af9dbeedc35c5db606d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 25 13:35:34 2020 +0100 Update Camel-OpenApi-Java description and name --- components-starter/camel-openapi-java-starter/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components-starter/camel-openapi-java-starter/pom.xml b/components-starter/camel-openapi-java-starter/pom.xml index b5918a0..8413b5a 100644 --- a/components-starter/camel-openapi-java-starter/pom.xml +++ b/components-starter/camel-openapi-java-starter/pom.xml @@ -26,8 +26,8 @@ </parent> <artifactId>camel-openapi-java-starter</artifactId> <packaging>jar</packaging> - <!-- <name>Camel Spring Boot :: Starters :: Dozer</name>--> - <!-- <description>Spring-Boot Starter for Camel Support for the Dozer type conversion framework</description>--> + <name>Camel SB Starters :: OpenApi Java</name> + <description>Spring-Boot Starter for Rest-dsl support for using openapi doc</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId>