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.git
commit e4100906e7667cacfdd9b469940245024d37f923 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Feb 27 09:18:40 2025 +0100 Polished --- components/camel-spring-parent/camel-spring-jdbc/pom.xml | 2 +- components/camel-spring-parent/camel-spring-redis/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-spring-parent/camel-spring-jdbc/pom.xml b/components/camel-spring-parent/camel-spring-jdbc/pom.xml index bc2b8840d73..f72aa142b69 100644 --- a/components/camel-spring-parent/camel-spring-jdbc/pom.xml +++ b/components/camel-spring-parent/camel-spring-jdbc/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-spring-jdbc</artifactId> <packaging>jar</packaging> - <name>Camel :: Spring :: JDBC</name> + <name>Camel :: Spring JDBC</name> <description>Camel Spring JDBC support</description> <properties> diff --git a/components/camel-spring-parent/camel-spring-redis/pom.xml b/components/camel-spring-parent/camel-spring-redis/pom.xml index 7584e598d74..e2326949206 100644 --- a/components/camel-spring-parent/camel-spring-redis/pom.xml +++ b/components/camel-spring-parent/camel-spring-redis/pom.xml @@ -28,7 +28,7 @@ <artifactId>camel-spring-redis</artifactId> <packaging>jar</packaging> - <name>Camel :: Redis</name> + <name>Camel :: Spring Redis</name> <description>Camel Spring Redis Component</description> <dependencies>
