You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gwénaël Ruelland (Jira)" <ji...@apache.org> on 2022/12/20 17:39:00 UTC

[jira] [Created] (MNG-7644) Fix version comparison ( .RC1 < -RC2 )

Gwénaël Ruelland created MNG-7644:
-------------------------------------

             Summary: Fix version comparison ( .RC1 < -RC2 )
                 Key: MNG-7644
                 URL: https://issues.apache.org/jira/browse/MNG-7644
             Project: Maven
          Issue Type: Bug
    Affects Versions: 4.0.0-alpha-3, 3.8.6
            Reporter: Gwénaël Ruelland


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)