Skip to content

Remove SNAPSHOT dependencies

David Diederich requested to merge dependency-upgrade 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:    f25e1399910786346007601bc27d987bb1a406d7
Maven:  0.21.0-SNAPSHOT
Maven Dependencies Root
core-lib-gc 0.21.0-SNAPSHOT
os-core-common 0.21.0-rc3
(3rd Party) org.yaml.snakeyaml 2.0

Dependency Information After the Upgrade

Branch: dependency-upgrade
SHA:    1f2d11e0e98b09478f35fb37baeafe1e975f3bcb
Maven:  0.21.0-SNAPSHOT
Maven Dependencies Root
core-lib-gc 0.20.0
obm 0.20.0
oqm 0.20.0
os-core-common 0.20.1
osm 0.20.0
(3rd Party) org.yaml.snakeyaml 2.0

Merge request reports