Skip to content

Commit

Permalink
Fix javadoc in UpdateMojo
Browse files Browse the repository at this point in the history
streamId has been renamed to stream a long time ago.

(cherry picked from commit d851a4e)
  • Loading branch information
gsmet committed Apr 9, 2024
1 parent e864cbf commit 1b2d338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class UpdateMojo extends QuarkusProjectStateMojoBase {

/**
* Version of the target platform (e.g: 2.0.0.Final)
* You may instead use streamId to target the latest version of a specific platform stream.
* You may instead use stream to target the latest version of a specific platform stream.
*/
@Parameter(property = "platformVersion", required = false)
private String platformVersion;
Expand Down

0 comments on commit 1b2d338

Please sign in to comment.