Skip to content

Commit

Permalink
Merge pull request #37073 from gsmet/use-3.2
Browse files Browse the repository at this point in the history
Use 3.2 as the example stream for update-quarkus.adoc
  • Loading branch information
gsmet authored Nov 16, 2023
2 parents 36a05b2 + df6cf37 commit da70e3e
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 da70e3e

Please sign in to comment.