This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-3 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 6f0c3d157687d9032461e33b0ce4212e34a17af4 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Mar 4 13:10:04 2023 +0000 Minor formatting corrections --- content/apt/pom.apt.vm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/apt/pom.apt.vm b/content/apt/pom.apt.vm index 44c81706..b3c7c17b 100644 --- a/content/apt/pom.apt.vm +++ b/content/apt/pom.apt.vm @@ -420,10 +420,15 @@ mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group -Dartifa [] Following semver rules is encouraged, and some qualifiers are discouraged: - * Prefer '<<<alpha>>>', '<<<beta>>>' and '<<<milestone>>>' qualifiers over '<<<ea>>>' and '<<<preview>>>'. + + * Prefer '<<<alpha>>>', '<<<beta>>>', and '<<<milestone>>>' qualifiers over '<<<ea>>>' and '<<<preview>>>'. + * Prefer '<<<1.0.0-RC1>>>'' over '<<<1.0.0.RC1>>>'. + * The usage of '<<<CR>>>' qualifier is discouraged. Use '<<<RC>>>' instead. + * The usage of '<<<final>>>', '<<<ga>>>', and '<<<release>>>' qualifiers is discouraged. Use no qualifier instead. + * The usage of '<<<SP>>>' qualifier is discouraged. Increment the patch version instead. []
