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

davsclaus pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 18b17a67 Update version in antora.yml for website build
18b17a67 is described below

commit 18b17a67cd23bb963f947fd937acbc997d633caa
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Sep 21 10:13:22 2023 +0200

    Update version in antora.yml for website build
---
 docs/antora.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index f00cac0a..c107ca0c 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -17,9 +17,9 @@
 
 name: camel-kamelets
 title: Kamelet Catalog
-version: next
-prerelease: true
-display-version: Next (Pre-release)
+version: 4.0.x
+prerelease: false
+display-version: 4.0.x (LTS)
 
 nav:
 - modules/ROOT/nav.adoc
@@ -28,11 +28,11 @@ asciidoc:
   attributes:
     requires: "'util=camel-website-util,kamelets=xref:js/kamelets.js'"
     # Update to appropriate released camel-k version on release
-    prerelease: true
+    prerelease: false
 #    version-used: true
 #    camel-k-version: next
-    camel-k-docs-version: next
+    camel-k-docs-version: 2.0.x
 #    camel-kafka-connector-version: none
 #    camel-kafka-connector-docs-version: none
-    camel-version: 4.0.0-M2
-    camel-docs-version: next
+    camel-version: 4.0.0
+    camel-docs-version: 4.0.x

Reply via email to