Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 authored Jan 15, 2024
1 parent 4b3c149 commit 4301b24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ prints confirmation message if the current version of the local POM is in valid
mvn semver:verify-current -Dforce-stdout -q
```

prints the current POM version and nothing else (e.g. `1.2.3-beta.4+build.5`) in std out if it is a valid SemVer. To
print the current SemVer clean and with nothing else, you need the `-q` or `--quiet` option to suppress the usual Maven
messages.
prints the current POM version and nothing else (e.g. `1.2.3-beta.4+build.5`) in std out if it is a valid SemVer.
For a clean print out of the project's SemVer with nothing else, you need the `-q` or `--quiet` option to suppress
the usual Maven messages.

0 comments on commit 4301b24

Please sign in to comment.