Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-spec-project-leads] How to recognize the latest version of artifacts in central?

Hi,

Should be date.

Both qualifiers are Maven recognised though, see https://octopus.com/blog/maven-versioning-explained

Normally rc should come after m, and the separator is optional. Do note that they differ here: the "-" in RC vs the "." in the M1. I'm not entirely sure why Maven displays them out of order though, but my guess is the different separators confuse it.

Kind regards,
Arjan





On Tue, May 26, 2020 at 10:54 PM Lukas Jungmann <lukas.jungmann@xxxxxxxxxx> wrote:
Hi,

    I'm trying to update dependencies in some implementation projects
and came through this:

when I visit ie
https://search.maven.org/artifact/jakarta.el/jakarta.el-api I can see
that the latest version "by date" is 4.0.0-RC1

when I run `mvn -U -C versions:display-property-updates` I see:
[INFO] The following dependencies in Dependency Management have newer
versions:
[INFO]   jakarta.el:jakarta.el-api ...................... 4.0.0-RC1 ->
4.0.0.M1

which basically says that 4.0.0-RC1 has been updated by 4.0.0.M1.

Who should I trust? Maven? Date?

thanks,
--lukas
_______________________________________________
jakartaee-spec-project-leads mailing list
jakartaee-spec-project-leads@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-spec-project-leads

Back to the top