Skip to main content

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

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


Back to the top