This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 65cf290e Minor formatting corrections (#389)
65cf290e is described below
commit 65cf290e8ae4eb274e9901adaab4ebbd968c3cd3
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Mar 4 08:59:59 2023 -0500
Minor formatting corrections (#389)
---
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.
[]