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

djencks pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new 8a4107d  RI info
8a4107d is described below

commit 8a4107dbf995e7fa0cb84c6c22b0c550e9e6b580
Author: David Jencks <[email protected]>
AuthorDate: Sun Jan 2 21:28:46 2022 -0800

    RI info
---
 docs/antora.yml                    |  1 +
 docs/modules/ROOT/pages/index.adoc | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/docs/antora.yml b/docs/antora.yml
index d0d9210..4b648db 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -27,6 +27,7 @@ asciidoc:
     min-maven-version: 3.6.2 # replace ${min-maven-version}
     target-maven-version: 3.8.4 # replace ${target-maven-version}
     camel-version: 3.14.0 # replace ${camel.version}
+    camel-docs-version: 3.14.x # replace ${camel.docs.components.version}
     quarkus-version: 2.6.0.Final # replace ${quarkus.version}
     # attributes used in xrefs to other Antora components
     cq-camel-components: 3.14.x@components # replace 
${camel.docs.components.xref}
diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index 090a56e..d7116c9 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -1,5 +1,19 @@
 = Apache Camel extensions for Quarkus
 
+[NOTE]
+--
+This version ({page-component-display-version}) of {page-component-title} 
depends on:
+
+* xref:{camel-docs-version}@components::index.adoc[Camel] at version 
{camel-version}
+* https://quarkus.io[Quarkus] at version {quarkus-version}
+
+ifdef::lts[This long term service release will be supported until {lts}.]
+ifndef::lts[]
+ifdef::prerelease[This is the development version of {page-component-title}. 
It should not be used in production.]
+ifndef::prerelease[This release will not be updated, but rather replaced by a 
new release.]
+endif::[]
+--
+
 This project aims to bring the awesome integration capabilities of 
xref:manual::index.adoc[Apache Camel]
 and its vast xref:{cq-camel-components}::index.adoc[component library] to the
 https://quarkus.io/[Quarkus runtime].

Reply via email to