Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakarta.ee-community] version numbers and release qualifiers

On Wed, 29 Jan 2020 at 19:20, Markus KARG <markus@xxxxxxxxxxxxxxx> wrote:
>
> What actually do you mean with "deal"? Users can use any case they want, as Maven doesn't care at all.
>

Just for completeness.
Users have to use *exactly* the case used to release artifact, as
maven cares. For example, to depend on
https://repo.maven.apache.org/maven2/junit/junit/4.13-rc-2/, one has
to use version "4.13-rc-2". Up-cased "4.13-RC-2" version would not be
found.
Case is ignored for version ordering.

-- 
Piotrek


Back to the top