You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/12/07 07:08:07 UTC

[camel-spring-boot] 03/04: Component starters: Added correct name and description for Avro

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 391df6eaa83862f09df85da86587ad5e681b858c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 7 08:05:28 2020 +0100

    Component starters: Added correct name and description for Avro
---
 components-starter/camel-avro-starter/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-avro-starter/pom.xml b/components-starter/camel-avro-starter/pom.xml
index 35c2015..cbac726 100644
--- a/components-starter/camel-avro-starter/pom.xml
+++ b/components-starter/camel-avro-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-avro-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 Spring Boot :: Avro</name>
+  <description>Spring-Boot Starter for Camel Support for Avro</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>