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

dhanak pushed a commit to branch revert-699-10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git

commit 0448430b88176f7d213ec93de3528c4154bd2140
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Tue Jan 21 18:47:05 2025 +0100

    Revert "[10.0.x] NO_ISSUE: Update versions to 10.0.0 (#699)"
    
    This reverts commit a6d9e41ae60877de4b209fb11ee19c983f36f59a.
---
 serverlessworkflow/antora.yml                                 | 11 ++++++-----
 .../ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/serverlessworkflow/antora.yml b/serverlessworkflow/antora.yml
index 3a7ee02f3..60bdfae4f 100644
--- a/serverlessworkflow/antora.yml
+++ b/serverlessworkflow/antora.yml
@@ -19,8 +19,9 @@
 
 name: serverlessworkflow
 title: "SonataFlow Guides"
-version: '10.0.0'
-display_version: '10.0.0'
+version: main
+display_version: snapshot
+prerelease: snapshot
 start_page: index.adoc
 nav:
 - "modules/ROOT/nav.adoc"
@@ -77,8 +78,8 @@ asciidoc:
     graalvm_min_version: 22.3.0
     spec_version: 0.8
     vscode_version: 1.67.0
-    kn_cli_version: 10.0.0
-    kn_cli_tag: 10.0.0
+    kn_cli_version: 0.32.0
+    kn_cli_tag: 0.32
     docker_min_version: 20.10.7
     docker_compose_min_version: 1.27.2
     kubernetes_version: 1.26
@@ -88,7 +89,7 @@ asciidoc:
     knative_serving_version: 1.15
     knative_eventing_version: 1.15
     apache_kie_latest_version: 10.0.0
-    kogito_version: 10.0.0
+    kogito_version: 999-SNAPSHOT
     product_version_short: 10.0
     product_version_long: 10.0.0
     # only used in downstream
diff --git 
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc
 
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc
index f1fb8f77c..da974dc5f 100644
--- 
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc
+++ 
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc
@@ -212,7 +212,7 @@ The table below lists the Dockerfile arguments available in 
the default {operato
 |===
 | Argument | Description | Example
 
-|QUARKUS_EXTENSIONS | List of link:{quarkus_extensions_url}[Quarkus 
Extensions] separated by comma that the builder should add to the workflow. | 
org.kie:kie-addons-quarkus-persistence-jdbc:{product_version_long}
+|QUARKUS_EXTENSIONS | List of link:{quarkus_extensions_url}[Quarkus 
Extensions] separated by comma that the builder should add to the workflow. | 
org.kie:kie-addons-quarkus-persistence-jdbc:999-SNAPSHOT
 |QUARKUS_ADD_EXTENSION_ARGS | Arguments passed to the Quarkus CLI when adding 
extensions. Enabled only when `QUARKUS_EXTENSIONS` is not empty. | See the 
link:{quarkus_cli_url}#using-the-cli[Quarkus CLI documentation]
 |MAVEN_ARGS_APPEND | Arguments passed to the maven build when the workflow 
build is produced. | -Dkogito.persistence.type=jdbc 
-Dquarkus.datasource.db-kind=postgresql
 |===


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to