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

[camel-quarkus] branch main updated: RI info

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6d95db3  RI info
6d95db3 is described below

commit 6d95db3e2794ecb75aa5f7f4bcb0daaf1f93c31a
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 22c2ef2..5d11b0b 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -24,11 +24,13 @@ nav:
 - modules/ROOT/nav.adoc
 asciidoc:
   attributes:
+    prerelease: true
     requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"
 
     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].