From 4301b242e7b8eda5739d729288fc0edb10b4dfa3 Mon Sep 17 00:00:00 2001 From: Qingtian Wang <14980208+q3769@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:17:00 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 840f320..da7cc7e 100644 --- a/README.md +++ b/README.md @@ -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.