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 2022/03/09 19:43:28 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 7178e82  Polished
7178e82 is described below

commit 7178e821fad861d8ac613ef86d98d1dac3643e7e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 9 20:43:15 2022 +0100

    Polished
---
 components-starter/camel-cloudevents-starter/pom.xml           | 2 +-
 components-starter/camel-google-secret-manager-starter/pom.xml | 2 +-
 components-starter/camel-knative-starter/pom.xml               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components-starter/camel-cloudevents-starter/pom.xml b/components-starter/camel-cloudevents-starter/pom.xml
index c9cb169..b0b39ba 100644
--- a/components-starter/camel-cloudevents-starter/pom.xml
+++ b/components-starter/camel-cloudevents-starter/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>camel-cloudevents-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel SB Starters :: Name Here</name>-->
+  <name>Camel SB Starters :: CloudEvents</name>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-google-secret-manager-starter/pom.xml b/components-starter/camel-google-secret-manager-starter/pom.xml
index 12f1c2e..190c13b 100644
--- a/components-starter/camel-google-secret-manager-starter/pom.xml
+++ b/components-starter/camel-google-secret-manager-starter/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>camel-google-secret-manager-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel SB Starters :: Name Here</name>-->
+  <name>Camel SB Starters :: Google Secret Manager</name>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-knative-starter/pom.xml b/components-starter/camel-knative-starter/pom.xml
index 34bd881..894dd22 100644
--- a/components-starter/camel-knative-starter/pom.xml
+++ b/components-starter/camel-knative-starter/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>camel-knative-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel SB Starters :: Name Here</name>-->
+  <name>Camel SB Starters :: Knative</name>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>