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 f7cabdf6a1bf Polished
f7cabdf6a1bf is described below
commit f7cabdf6a1bf5026e439ff8905017fa598e45e65
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Dec 18 14:49:46 2025 +0100
Polished
---
catalog/camel-csimple-maven-plugin/pom.xml | 2 +-
components/camel-micrometer-prometheus/pom.xml | 2 +-
components/camel-observation/pom.xml | 2 +-
test-infra/camel-test-infra-all/pom.xml | 2 +-
tests/test-bundles/camel-validator-test-resources/pom.xml | 2 +-
tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml | 4 ++--
tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/catalog/camel-csimple-maven-plugin/pom.xml
b/catalog/camel-csimple-maven-plugin/pom.xml
index 87ae6cccfa1e..b9101749833f 100644
--- a/catalog/camel-csimple-maven-plugin/pom.xml
+++ b/catalog/camel-csimple-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
<artifactId>camel-csimple-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <name>Camel :: Catalog :: Camel Compiled Simple Maven Plugin</name>
+ <name>Camel :: Catalog :: CSimple Maven Plugin</name>
<description>Maven plugin to source code generate csimple
language</description>
<dependencies>
diff --git a/components/camel-micrometer-prometheus/pom.xml
b/components/camel-micrometer-prometheus/pom.xml
index a8092384a120..d3d9504beb47 100644
--- a/components/camel-micrometer-prometheus/pom.xml
+++ b/components/camel-micrometer-prometheus/pom.xml
@@ -29,7 +29,7 @@
<artifactId>camel-micrometer-prometheus</artifactId>
<packaging>jar</packaging>
- <name>Camel :: Micrometer Prometheus</name>
+ <name>Camel :: Micrometer :: Prometheus</name>
<description>Camel Micrometer Prometheus for Camel Main</description>
<properties>
diff --git a/components/camel-observation/pom.xml
b/components/camel-observation/pom.xml
index 5e3c96c3f56b..1e2921bef6d5 100644
--- a/components/camel-observation/pom.xml
+++ b/components/camel-observation/pom.xml
@@ -29,7 +29,7 @@
<artifactId>camel-observation</artifactId>
<packaging>jar</packaging>
- <name>Camel :: Micrometer Observation</name>
+ <name>Camel :: Micrometer :: Observation</name>
<description>Observability using Micrometer Observation</description>
<properties>
diff --git a/test-infra/camel-test-infra-all/pom.xml
b/test-infra/camel-test-infra-all/pom.xml
index 2529e4e9e256..dd85216afc42 100644
--- a/test-infra/camel-test-infra-all/pom.xml
+++ b/test-infra/camel-test-infra-all/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>camel-test-infra-all</artifactId>
- <name>Camel :: Test Infra :: Collection of all test services</name>
+ <name>Camel :: Test Infra :: All test services</name>
<dependencies>
<dependency>
diff --git a/tests/test-bundles/camel-validator-test-resources/pom.xml
b/tests/test-bundles/camel-validator-test-resources/pom.xml
index 327ff6c3c822..aec457d133ad 100644
--- a/tests/test-bundles/camel-validator-test-resources/pom.xml
+++ b/tests/test-bundles/camel-validator-test-resources/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.camel.tests</groupId>
<artifactId>camel-validator-test-resources</artifactId>
<packaging>jar</packaging>
- <name>Camel :: Integration Tests :: Camel Validator Test Resources</name>
+ <name>Camel :: Integration Tests :: Validator Resources</name>
<description>This bundle is just test source.jar.</description>
<profiles>
diff --git
a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
index e11518ba7283..4cbd4842d232 100644
--- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
+++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
@@ -29,8 +29,8 @@
<artifactId>camel-eip-documentation-enricher-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <name>Camel :: Maven Plugins :: Camel EIP Documentation Enricher
Plugin</name>
- <description>Adds documentation to camel xsd schema</description>
+ <name>Camel :: Maven Plugins :: XML DSL Doc Enricher</name>
+ <description>Adds documentation to Camel XSD schema</description>
<properties>
<camel.surefire.fork.additional-vmargs>--add-opens
java.base/java.io=ALL-UNNAMED --add-opens
java.base/java.lang=ALL-UNNAMED</camel.surefire.fork.additional-vmargs>
diff --git a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
index 1d23221549bc..861984bf8657 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
@@ -30,7 +30,7 @@
<artifactId>camel-restdsl-openapi-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <name>Camel :: Maven Plugins :: OpenApi REST DSL Generator Maven
Plugin</name>
+ <name>Camel :: Maven Plugins :: OpenApi REST DSL Generator</name>
<description>Maven Plugin that generates REST DSL RouteBuilder from
OpenApi specification</description>
<properties>