Skip to content

Commit

Permalink
Use 3.2 as the example stream for update-quarkus.adoc
Browse files Browse the repository at this point in the history
It makes little sense to use 3.0 now but 3.2 makes perfect sense as it
is an LTS version.
  • Loading branch information
gsmet committed Nov 14, 2023
1 parent 78584cf commit c005bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/update-quarkus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Confirm the version number using `quarkus -v`.
----
quarkus update
----
Optional: To specify a particular stream, use the `stream` option; for example: `--stream=3.0`
Optional: To specify a particular stream, use the `stream` option; for example: `--stream=3.2`
ifndef::devtools-no-maven[]
ifdef::devtools-wrapped[+]
****
Expand All @@ -63,7 +63,7 @@ ifdef::devtools-wrapped[+]
----
./mvnw {quarkus-platform-groupid}:quarkus-maven-plugin:{quarkus-version}:update -N
----
Optional: To specify a particular stream, use the `Dstream` option; for example: `-Dstream=3.0`
Optional: To specify a particular stream, use the `Dstream` option; for example: `-Dstream=3.2`
endif::[]
ifndef::devtools-no-gradle[]
ifdef::devtools-wrapped[+]
Expand Down

0 comments on commit c005bcb

Please sign in to comment.