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 fb83a04  Polished title on JFR
fb83a04 is described below

commit fb83a04b4e7c70d22e354023a170ef48693d1bd1
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Jan 23 12:44:13 2022 +0100

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jfr.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jfr.json
index 98a6ad0..73d5944 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jfr.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jfr.json
@@ -2,7 +2,7 @@
   "other": {
     "kind": "other",
     "name": "jfr",
-    "title": "Jfr",
+    "title": "JFR",
     "description": "Diagnose Camel applications with Java Flight Recorder",
     "deprecated": false,
     "firstVersion": "3.8.0",
diff --git a/components/camel-jfr/pom.xml b/components/camel-jfr/pom.xml
index fb8b132..a384d4a 100644
--- a/components/camel-jfr/pom.xml
+++ b/components/camel-jfr/pom.xml
@@ -34,6 +34,7 @@
     <properties>
         <firstVersion>3.8.0</firstVersion>
         <label>monitoring</label>
+        <title>JFR</title>
     </properties>
 
     <dependencies>
diff --git a/components/camel-jfr/src/generated/resources/jfr.json 
b/components/camel-jfr/src/generated/resources/jfr.json
index 98a6ad0..73d5944 100644
--- a/components/camel-jfr/src/generated/resources/jfr.json
+++ b/components/camel-jfr/src/generated/resources/jfr.json
@@ -2,7 +2,7 @@
   "other": {
     "kind": "other",
     "name": "jfr",
-    "title": "Jfr",
+    "title": "JFR",
     "description": "Diagnose Camel applications with Java Flight Recorder",
     "deprecated": false,
     "firstVersion": "3.8.0",
diff --git a/components/camel-jfr/src/main/docs/jfr.adoc 
b/components/camel-jfr/src/main/docs/jfr.adoc
index 7f716df..0c923ef 100644
--- a/components/camel-jfr/src/main/docs/jfr.adoc
+++ b/components/camel-jfr/src/main/docs/jfr.adoc
@@ -1,5 +1,5 @@
-= Jfr Component
-:doctitle: Jfr
+= JFR Component
+:doctitle: JFR
 :shortname: jfr
 :artifactid: camel-jfr
 :description: Diagnose Camel applications with Java Flight Recorder
diff --git a/docs/components/modules/others/nav.adoc 
b/docs/components/modules/others/nav.adoc
index d4130a2..6b35d0a 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -27,7 +27,7 @@
 ** xref:headersmap.adoc[Headersmap]
 ** xref:hystrix.adoc[Hystrix]
 ** xref:jasypt.adoc[Jasypt]
-** xref:jfr.adoc[Jfr]
+** xref:jfr.adoc[JFR]
 ** xref:jta.adoc[JTA]
 ** xref:knative-api.adoc[Knative Api]
 ** xref:knative-http.adoc[Knative Http]

Reply via email to