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:25 UTC

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

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

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


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

commit e9027461d787bd737a56675d3feb9d99610fa6d1
Author: David Jencks <dj...@apache.org>
AuthorDate: Sun Jan 2 21:28:46 2022 -0800

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

diff --git a/docs/antora.yml b/docs/antora.yml
index 7b142b6..6f3caff 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -26,6 +26,8 @@ asciidoc:
 
     min-maven-version: 3.6.2 # replace ${min-maven-version}
     target-maven-version: 3.8.1 # replace ${target-maven-version}
+    camel-version: 3.12.0 # replace ${camel.version}
+    camel-docs-version: 3.12.x # replace ${camel.docs.components.version}
     quarkus-version: 2.4.0.Final # replace ${quarkus.version}
     # attributes used in xrefs to other Antora components
     cq-camel-components: 3.12.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].