You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/05/17 04:46:44 UTC

[camel-spring-boot] branch main updated: Polished

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 4ac93b1  Polished
4ac93b1 is described below

commit 4ac93b14341ddcb720e996ba14763ead4d5e56a4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon May 17 06:45:52 2021 +0200

    Polished
---
 components-starter/camel-jackson-avro-starter/pom.xml     | 2 +-
 components-starter/camel-jackson-protobuf-starter/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-jackson-avro-starter/pom.xml b/components-starter/camel-jackson-avro-starter/pom.xml
index 4202bb0..566d907 100644
--- a/components-starter/camel-jackson-avro-starter/pom.xml
+++ b/components-starter/camel-jackson-avro-starter/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>camel-jackson-avro-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel SB Starters :: Name Here</name>-->
+  <name>Camel SB Starters :: Jackson Avro</name>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-jackson-protobuf-starter/pom.xml b/components-starter/camel-jackson-protobuf-starter/pom.xml
index 97c116d..7b58454 100644
--- a/components-starter/camel-jackson-protobuf-starter/pom.xml
+++ b/components-starter/camel-jackson-protobuf-starter/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>camel-jackson-protobuf-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel SB Starters :: Name Here</name>-->
+  <name>Camel SB Starters :: Jackson Protobuf</name>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>