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 b90b442 Component starters: Added correct name and description for
more components
b90b442 is described below
commit b90b44228b360e1c98dc76afecb08e93252a45e8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Dec 7 08:31:05 2020 +0100
Component starters: Added correct name and description for more components
---
components-starter/camel-cron-starter/pom.xml | 4 ++--
components-starter/camel-csimple-joor-starter/pom.xml | 4 ++--
components-starter/camel-datasonnet-starter/pom.xml | 4 ++--
components-starter/camel-djl-starter/pom.xml | 4 ++--
components-starter/camel-etcd-starter/pom.xml | 4 ++--
components-starter/camel-etcd3-starter/pom.xml | 4 ++--
components-starter/camel-joor-starter/pom.xml | 4 ++--
components-starter/camel-jslt-starter/pom.xml | 4 ++--
components-starter/camel-jsonata-starter/pom.xml | 4 ++--
components-starter/camel-jsonb-starter/pom.xml | 4 ++--
10 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/components-starter/camel-cron-starter/pom.xml
b/components-starter/camel-cron-starter/pom.xml
index 6fbae68..4630ac0 100644
--- a/components-starter/camel-cron-starter/pom.xml
+++ b/components-starter/camel-cron-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-cron-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 :: Cron</name>
+ <description>Spring-Boot Starter for Camel Support for Cron</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-csimple-joor-starter/pom.xml
b/components-starter/camel-csimple-joor-starter/pom.xml
index 12c7f20..0f94d8c 100644
--- a/components-starter/camel-csimple-joor-starter/pom.xml
+++ b/components-starter/camel-csimple-joor-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-csimple-joor-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 :: Csimple Joor</name>
+ <description>Spring-Boot Starter for Camel Support for Csimple
Joor</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-datasonnet-starter/pom.xml
b/components-starter/camel-datasonnet-starter/pom.xml
index cc38b71..cfdcf20 100644
--- a/components-starter/camel-datasonnet-starter/pom.xml
+++ b/components-starter/camel-datasonnet-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-datasonnet-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 :: Datasonnet</name>
+ <description>Spring-Boot Starter for Camel Support for
Datasonnet</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-djl-starter/pom.xml
b/components-starter/camel-djl-starter/pom.xml
index b43ac23..e938952 100644
--- a/components-starter/camel-djl-starter/pom.xml
+++ b/components-starter/camel-djl-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-djl-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 :: DJL</name>
+ <description>Spring-Boot Starter for Camel Support for DJL</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-etcd-starter/pom.xml
b/components-starter/camel-etcd-starter/pom.xml
index 43ea372..5fc3567 100644
--- a/components-starter/camel-etcd-starter/pom.xml
+++ b/components-starter/camel-etcd-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-etcd-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 :: Etcd</name>
+ <description>Spring-Boot Starter for Camel Support for Etcd</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-etcd3-starter/pom.xml
b/components-starter/camel-etcd3-starter/pom.xml
index 53a48e5..ac54f15 100644
--- a/components-starter/camel-etcd3-starter/pom.xml
+++ b/components-starter/camel-etcd3-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-etcd3-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 :: Etcd 3</name>
+ <description>Spring-Boot Starter for Camel Support for Etcd 3</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-joor-starter/pom.xml
b/components-starter/camel-joor-starter/pom.xml
index 3b78447..57a956a 100644
--- a/components-starter/camel-joor-starter/pom.xml
+++ b/components-starter/camel-joor-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-joor-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 :: JOOR</name>
+ <description>Spring-Boot Starter for Camel Support for Joor</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-jslt-starter/pom.xml
b/components-starter/camel-jslt-starter/pom.xml
index fd57a33..e312b19 100644
--- a/components-starter/camel-jslt-starter/pom.xml
+++ b/components-starter/camel-jslt-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-jslt-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 :: JSLT</name>
+ <description>Spring-Boot Starter for Camel Support for JSLT</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-jsonata-starter/pom.xml
b/components-starter/camel-jsonata-starter/pom.xml
index 74fa203..40b1fb6 100644
--- a/components-starter/camel-jsonata-starter/pom.xml
+++ b/components-starter/camel-jsonata-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-jsonata-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 :: JSONata</name>
+ <description>Spring-Boot Starter for Camel Support for Jsonata</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-jsonb-starter/pom.xml
b/components-starter/camel-jsonb-starter/pom.xml
index 090b109..9139fa7 100644
--- a/components-starter/camel-jsonb-starter/pom.xml
+++ b/components-starter/camel-jsonb-starter/pom.xml
@@ -26,8 +26,8 @@
</parent>
<artifactId>camel-jsonb-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 :: Jsonb</name>
+ <description>Spring-Boot Starter for Camel Support for Json B</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>