Skip to content

Remove SNAPSHOT dependencies

David Diederich requested to merge snapshot-removal into master

This automated MR removes usage of SNAPSHOT versions in the first party library dependencies. Since SNAPSHOT dependencies change frequently -- by their nature -- usage of them across projects is dangerous and should be avoided.

Dependency Information Before the Upgrade

Branch: master
SHA:    bf0d9be34209e0bafd0ae51ebdf1e9d38fbfbd80
Maven:  0.26.0-SNAPSHOT
Maven Dependencies Root
os-core-common 0.26.0-SNAPSHOT

Dependency Information After the Upgrade

Branch: snapshot-removal
SHA:    f960b9cf632702efabe91aa5426a6f7911996410
Maven:  0.26.0-rc8
Maven Dependencies Root
os-core-common 0.26.0-rc9

Merge request reports