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 2021/11/17 20:23:33 UTC

[camel-spring-boot-examples] 03/04: Fixed Names

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

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

commit 75ac45527907b4e9e0f00045811b8b9d09f6ba22
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 18:42:39 2021 +0100

    Fixed Names
---
 quartz/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/quartz/pom.xml b/quartz/pom.xml
index 62e0141..a368479 100644
--- a/quartz/pom.xml
+++ b/quartz/pom.xml
@@ -27,9 +27,9 @@
         <version>3.13.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>camel-example-spring-boot-pojo</artifactId>
-    <name>Camel SB Examples :: POJO Routing</name>
-    <description>An example showing how to work with Camel POJO routing with Spring Boot</description>
+    <artifactId>camel-example-spring-boot-quartz</artifactId>
+    <name>Camel SB Examples :: Quartz</name>
+    <description>An example showing how to work with Camel Quartz and Camel Log with Spring Boot</description>
 
     <properties>
         <category>Beginner</category>