You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2022/01/03 07:58:10 UTC

[camel-quarkus] branch 2.5.x updated: RI info

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

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


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

commit a67b436bd7629f923e7cf665b3cf09c3d776a0ca
Author: David Jencks <dj...@apache.org>
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 ea17066..031899f 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.1 # replace ${target-maven-version}
     camel-version: 3.13.0 # replace ${camel.version}
+    camel-docs-version: 3.13.x # replace ${camel.docs.components.version}
     quarkus-version: 2.5.0.Final # replace ${quarkus.version}
     # attributes used in xrefs to other Antora components
     cq-camel-components: 3.13.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].