-
Notifications
You must be signed in to change notification settings - Fork 16
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
Suppress Dependabot prompts for *-999999-SNAPSHOT
#30
Comments
Dependabot does not prompt for These are JEP-229 specific version numbers. I suggest investigating to determine which of the two is the case:
In either case it is not appropriate to open an issue against |
999999-SNAPSHOT
*-999999-SNAPSHOT
Interesting—do you know of cases where such versions have been deployed but not offered by DB?
<version>${revision}-${changelist}</version> if you
Filed just because it is an occasional annoyance that we may be able to work around in this repo, and/or as a tracking issue reminding us to research and file an upstream bug. |
It is not appropriate to file JEP-229 specific tracking issues in the |
Granted. This repository just seemed most likely to be affected, and so the likely locus of any workaround. Anyway, I will try to move it. |
jenkinsci/bom#913, jenkinsci/bom#980. I guess there are two contributing issues:
*-SNAPSHOT
is not a release. This fact is built into Maven core IIRC. Seems like a DB bug.snapshots
repo is even being consulted. I think we could configure DB specifically to use thereleases
repo rather thanpublic
as in the POM. Would be a pain to do that for all DB-enabled repos but ifbom
is especially affected it would be reasonable.The text was updated successfully, but these errors were encountered: