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
The following commit(s) were added to refs/heads/master by this push:
new eb2705c Regen
eb2705c is described below
commit eb2705c14d0750a12825d9b5e285413009c04f61
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 25 13:32:18 2020 +0200
Regen
---
camel-dependencies/pom.xml | 2 +-
docs/components/modules/others/nav.adoc | 1 +
docs/components/modules/others/pages/jta.adoc | 11 +++++++++++
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 4f78003..79efd93 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -17,7 +17,7 @@
limitations under the License.
-->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/docs/components/modules/others/nav.adoc
b/docs/components/modules/others/nav.adoc
index 91e64ad..e645b14 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -9,6 +9,7 @@
** xref:headersmap.adoc[Headersmap]
** xref:hystrix.adoc[Hystrix]
** xref:jasypt.adoc[Jasypt]
+** xref:jta.adoc[Jta]
** xref:leveldb.adoc[LevelDB]
** xref:lra.adoc[LRA]
** xref:microprofile-config.adoc[Microprofile Config]
diff --git a/docs/components/modules/others/pages/jta.adoc
b/docs/components/modules/others/pages/jta.adoc
new file mode 100644
index 0000000..fbd8860
--- /dev/null
+++ b/docs/components/modules/others/pages/jta.adoc
@@ -0,0 +1,11 @@
+[[jta-component]]
+= Jta Component
+//THIS FILE IS COPIED: EDIT THE SOURCE FILE:
+:page-source: components/camel-jta/src/main/docs/jta.adoc
+:docTitle: Jta
+:artifactId: camel-jta
+:description: Using Camel With JTA Transaction Manager
+:since: 3.4
+:supportLevel: Preview
+
+*Since Camel {since}*