-
Notifications
You must be signed in to change notification settings - Fork 267
display-dependency-updates not resolving to correct version #638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
unfortunately versions like: when we compare numbers that is true:
The same effect: Of course conventional versioning is broken in this example ...
|
I believe - once artifacts with changed versioning scheme are determined, Ignoring certain versions can be used to solve such problem. |
agree it is not a bug in versions-m-p |
Can this plugin access / determine the release date of artifacts? In that case, even though the versioning of the projects is incorrect, the versions-maven-plugin could possibly first search for versions released after the current one (based on the release date) and only then compare the version numbers. |
Example output:
[INFO] commons-beanutils:commons-beanutils ......... 1.9.4 -> 20030211.134440
[INFO] commons-codec:commons-codec .................. 1.12 -> 20041127.091804
[INFO] commons-io:commons-io ...................... 2.11.0 -> 20030203.000550
[INFO] commons-net:commons-net ....................... 3.3 -> 20030805.205232
Occurs if conventional versioning is not used for a given library. Example for commons-codec, version 20041127.091804 was from 24-Nov-2005. Latest version is actually 1.15 from 1-Sep-2020.
The text was updated successfully, but these errors were encountered: