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


The following commit(s) were added to refs/heads/master by this push:
     new c9731a1  Component starters: Added correct name and description for 
Azure-*
c9731a1 is described below

commit c9731a122a18bd836dfeb7204d70ae7f94c010dd
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Dec 7 08:21:46 2020 +0100

    Component starters: Added correct name and description for Azure-*
---
 components-starter/camel-azure-eventhubs-starter/pom.xml     | 4 ++--
 components-starter/camel-azure-storage-blob-starter/pom.xml  | 4 ++--
 components-starter/camel-azure-storage-queue-starter/pom.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components-starter/camel-azure-eventhubs-starter/pom.xml 
b/components-starter/camel-azure-eventhubs-starter/pom.xml
index c7f37e4..d7520b3 100644
--- a/components-starter/camel-azure-eventhubs-starter/pom.xml
+++ b/components-starter/camel-azure-eventhubs-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-azure-eventhubs-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 :: Azure-Eventhubs</name>
+  <description>Spring-Boot Starter for Camel Support for Azure Eventhubs 
Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-azure-storage-blob-starter/pom.xml 
b/components-starter/camel-azure-storage-blob-starter/pom.xml
index e85851b..c9065be 100644
--- a/components-starter/camel-azure-storage-blob-starter/pom.xml
+++ b/components-starter/camel-azure-storage-blob-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-azure-storage-blob-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 :: Azure Storage Blob</name>
+  <description>Spring-Boot Starter for Camel Support for Azure Storage Blob 
Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-azure-storage-queue-starter/pom.xml 
b/components-starter/camel-azure-storage-queue-starter/pom.xml
index 2595927..346cadf 100644
--- a/components-starter/camel-azure-storage-queue-starter/pom.xml
+++ b/components-starter/camel-azure-storage-queue-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-azure-storage-queue-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 :: Azure Storage Queue</name>
+  <description>Spring-Boot Starter for Camel Support for Azure Storage Queue 
Service</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>

Reply via email to