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.git
The following commit(s) were added to refs/heads/main by this push: new d1e822177b5 Polished d1e822177b5 is described below commit d1e822177b5626ad5ff0e0d6b96b61d9d5e4fe97 Author: Claus Ibsen <claus.ib...@gmail.com> 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>