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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 23c9528 Polished
23c9528 is described below
commit 23c95285b274c122f8030d80b22b81a620da2e5e
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 13 10:46:27 2026 +0100
Polished
---
kafka-offsetrepository/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kafka-offsetrepository/pom.xml b/kafka-offsetrepository/pom.xml
index be3d184..c4b96a0 100644
--- a/kafka-offsetrepository/pom.xml
+++ b/kafka-offsetrepository/pom.xml
@@ -29,8 +29,8 @@
</parent>
<artifactId>camel-example-spring-boot-kafka-offsetrepository</artifactId>
- <name>Camel SB Examples :: Kafka :: offsetrepository</name>
- <description>An example for Kafka offsetrepository</description>
+ <name>Camel SB Examples :: Kafka :: Offset Repository</name>
+ <description>An example for Kafka using Offset Repository</description>
<properties>
<category>Messaging</category>