[ 
https://issues.apache.org/jira/browse/MNG-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649983#comment-17649983
 ] 

ASF GitHub Bot commented on MNG-7644:
-------------------------------------

michael-o commented on PR #930:
URL: https://github.com/apache/maven/pull/930#issuecomment-1360241555

   > > Does this really only apply to RC or anything else which has the pattern 
`dot/hyphen{item}{digit/number}`?
   > 
   > it is intended to apply to all string qualifiers: dot/hyphen{string item}
   
   Then please generalize the issue summary as well as the description and add 
more tests which depict that is general and not specific. Let's make this 
complete for master first and then I consent, then you can back port and save 
time.




> Fix version comparison ( .RC1 < -RC2 )
> --------------------------------------
>
>                 Key: MNG-7644
>                 URL: https://issues.apache.org/jira/browse/MNG-7644
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.8.6, 4.0.0-alpha-3
>            Reporter: Gwénaël Ruelland
>            Assignee: Michael Osipov
>            Priority: Major
>
> The current version parser does not treat .RC and -RC correctly:
> actual: 1.0.0.RC1 > 1.0.0-RC2
> expected: 1.0.0.RC1 < 1.0.0-RC2
>  
> because RC1 < RC2
> how to fix: place a list item before qualifier



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to