Hi all, On Sat, 17 Sept 2022 at 23:54, Piotr P. Karwasz <piotr.karw...@gmail.com> wrote: > Once `logging-parent` 6 is out I would delegate to `apache` the choice > of version of many Maven plugins: the bonus is, we don't get > Dependabot alerts for them.
I upgraded `logging-parent` in both `release-2.x` and `master`, delegating all possible settings to the parent. There is one practical change that you should be aware of: since the snapshots repository is now inherited from the ASF parent, its id changed to `apache.snapshots.https`. That could cause authentication failures, while deploying snapshots. Piotr