You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2019/12/25 22:03:01 UTC

[maven-site] 01/01: hypen -- hyphen

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-5
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit d9920527d4d3cc15baf19016bbc070c6d06d85c8
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Dec 25 17:02:53 2019 -0500

    hypen -- hyphen
    
    @michael-o Quick typo I noticed while studying the larger bug here
---
 content/apt/pom.apt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/content/apt/pom.apt b/content/apt/pom.apt
index 42f9d50..5e78e4e 100644
--- a/content/apt/pom.apt
+++ b/content/apt/pom.apt
@@ -458,7 +458,8 @@ mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group -Dartifa
 *** {Version Order Specification}:
 
   The Maven coordinate is split in tokens between dots ('<<<.>>>'), hyphens ('<<<->>>') and transitions between digits and characters.
-  The separator is recorded and will have effect on the order. A transition between digits and characters is equivalent to hypen.
+  The separator is recorded and will have effect on the order. A transition 
+  between digits and characters is equivalent to a hyphen.
   Empty tokens are replaced with "<<<0>>>". This gives a sequence of version numbers (numeric tokens) and version qualifiers (non-numeric tokens)
   with "<<<.>>>" or "<<<->>>" prefixes.
 
@@ -468,7 +469,9 @@ mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group -Dartifa
 
   []
 
-  Then, starting from the end of the version, the trailing "null" values (<<<0>>>, <<<"">>>, "<<<final>>>", "<<<ga>>>") are trimmed. This process is repeated at each remaining hypen from end to start.
+  Then, starting from the end of the version, the trailing "null" values 
+  (<<<0>>>, <<<"">>>, "<<<final>>>", "<<<ga>>>") are trimmed. This process is
+  repeated at each remaining hyphen from end to start.
 
   Trimming Examples: