You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/24 11:38:16 UTC

[camel] 02/02: Polished

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

commit 3c1d8a2fafbc64c69c9f42825ac2f0aff6ebed73
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jan 24 11:32:35 2022 +0100

    Polished
---
 .../resources/org/apache/camel/catalog/others/spring-xml.json         | 2 +-
 components/camel-spring-xml/pom.xml                                   | 1 +
 components/camel-spring-xml/src/generated/resources/spring-xml.json   | 2 +-
 components/camel-spring-xml/src/main/docs/spring-xml.adoc             | 4 ++--
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/spring-xml.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/spring-xml.json
index daef590..3c745d1 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/spring-xml.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/spring-xml.json
@@ -2,7 +2,7 @@
   "other": {
     "kind": "other",
     "name": "spring-xml",
-    "title": "Spring Xml",
+    "title": "Spring XML",
     "description": "Camel Spring with XML DSL",
     "deprecated": false,
     "firstVersion": "3.9.0",
diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml
index 91593c1..3d1630b 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -36,6 +36,7 @@
         <firstVersion>3.9.0</firstVersion>
         <label>spring</label>
         <supportLevel>Stable</supportLevel>
+        <title>Spring XML</title>
         <camel.osgi.import>
             javax.xml.bind*;version="[2.2,3.0)",
             *
diff --git a/components/camel-spring-xml/src/generated/resources/spring-xml.json b/components/camel-spring-xml/src/generated/resources/spring-xml.json
index daef590..3c745d1 100644
--- a/components/camel-spring-xml/src/generated/resources/spring-xml.json
+++ b/components/camel-spring-xml/src/generated/resources/spring-xml.json
@@ -2,7 +2,7 @@
   "other": {
     "kind": "other",
     "name": "spring-xml",
-    "title": "Spring Xml",
+    "title": "Spring XML",
     "description": "Camel Spring with XML DSL",
     "deprecated": false,
     "firstVersion": "3.9.0",
diff --git a/components/camel-spring-xml/src/main/docs/spring-xml.adoc b/components/camel-spring-xml/src/main/docs/spring-xml.adoc
index 4b51d21..209626b 100644
--- a/components/camel-spring-xml/src/main/docs/spring-xml.adoc
+++ b/components/camel-spring-xml/src/main/docs/spring-xml.adoc
@@ -1,5 +1,5 @@
-= Spring Xml Component
-:doctitle: Spring Xml
+= Spring XML Component
+:doctitle: Spring XML
 :shortname: spring-xml
 :artifactid: camel-spring-xml
 :description: Camel Spring with XML DSL