You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/10/05 12:17:31 UTC

[camel-quarkus] 02/02: Temporary revert of antora to Camel 3.18.x to not break camel website

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

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

commit f291d19b1e954c2fefbe8919e35001c188e437d4
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Wed Oct 5 08:29:12 2022 +0200

    Temporary revert of antora to Camel 3.18.x to not break camel website
---
 docs/antora.yml | 6 +++---
 docs/pom.xml    | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index da854bcaa1..43752013a6 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -28,8 +28,8 @@ asciidoc:
     requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"
 
     # Project versions
-    camel-version: 3.19.0 # replace ${camel.version}
-    camel-docs-version: 3.19.x # replace ${camel.docs.components.version}
+    camel-version: 3.18.2 # replace ${camel.version}
+    camel-docs-version: 3.18.x # replace ${camel.docs.components.version}
     quarkus-version: 2.13.0.Final # replace ${quarkus.version}
     graalvm-version: 22.2.0 # replace ${graalvm.version}
     graalvm-docs-version: 22.2
@@ -37,7 +37,7 @@ asciidoc:
     target-maven-version: 3.8.6 # replace ${target-maven-version}
 
     # Attributes used in xrefs to other Antora components
-    cq-camel-components: 3.19.x@components # replace ${camel.docs.components.xref}
+    cq-camel-components: 3.18.x@components # replace ${camel.docs.components.xref}
     doc-link-icon-lock: "icon:lock"
     quarkus-examples-version: latest
 
diff --git a/docs/pom.xml b/docs/pom.xml
index 8b27eb01d8..c92b7cef6b 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -30,7 +30,7 @@
     <packaging>pom</packaging>
 
     <name>Camel Quarkus :: Documentation</name>
-
+    <!--
     <build>
         <plugins>
             <plugin>
@@ -67,4 +67,5 @@
             </plugin>
         </plugins>
     </build>
+    -->
 </project>