This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 86629fb8eae68fe94ee6ab73ca75d13d31d42858
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon May 25 13:33:46 2020 +0200

    CAMEL-15108: Polished
---
 components/camel-jta/pom.xml                          | 1 +
 components/camel-jta/src/generated/resources/jta.json | 2 +-
 components/camel-jta/src/main/docs/jta.adoc           | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/components/camel-jta/pom.xml b/components/camel-jta/pom.xml
index 2fea28e..93b1a6d 100644
--- a/components/camel-jta/pom.xml
+++ b/components/camel-jta/pom.xml
@@ -34,6 +34,7 @@
 
     <properties>
         <firstVersion>3.4.0</firstVersion>
+        <title>JTA</title>
     </properties>
 
     <dependencies>
diff --git a/components/camel-jta/src/generated/resources/jta.json 
b/components/camel-jta/src/generated/resources/jta.json
index 374f87c..506925b 100644
--- a/components/camel-jta/src/generated/resources/jta.json
+++ b/components/camel-jta/src/generated/resources/jta.json
@@ -2,7 +2,7 @@
   "other": {
     "kind": "other",
     "name": "jta",
-    "title": "Jta",
+    "title": "JTA",
     "description": "Using Camel With JTA Transaction Manager",
     "deprecated": false,
     "firstVersion": "3.4.0",
diff --git a/components/camel-jta/src/main/docs/jta.adoc 
b/components/camel-jta/src/main/docs/jta.adoc
index 5055f0e..89b2ded 100644
--- a/components/camel-jta/src/main/docs/jta.adoc
+++ b/components/camel-jta/src/main/docs/jta.adoc
@@ -1,6 +1,6 @@
 [[jta-component]]
-= Jta Component
-:docTitle: Jta
+= JTA Component
+:docTitle: JTA
 :artifactId: camel-jta
 :description: Using Camel With JTA Transaction Manager
 :since: 3.4

Reply via email to