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:    b5b6a69647c9a1d4100e87299cccf141f528b184
Maven:  0.25.0-SNAPSHOT
Maven Dependencies Root
core-lib-azure 0.24.0
os-core-lib-aws 0.25.0-SNAPSHOT
os-core-common 0.24.0
os-core-lib-ibm 0.24.0

Dependency Information After the Upgrade

Branch: snapshot-removal
SHA:    3585ce754c8a77b8ddf632c079360c681c450f0c
Maven:  0.25.0-SNAPSHOT
Maven Dependencies Root
core-lib-azure 0.24.0
os-core-lib-aws 0.25.0-rc3
os-core-common 0.24.0
os-core-lib-ibm 0.24.0

Merge request reports