Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[10.0.x] NO_ISSUE: Update versions to 10.0.0" #701

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
|===
Expand Down
Loading