Why does maven release plugin allow for SNAPSHOT version in dependency management?
问题 We have 1 company parent pom. This uses dependencyManagement to manage the versions for all the dependencies of all the artifacts used. What is alarming, is that SNAPSHOT versions can be defined in dependencyManagement. Though when maven release is performed, the pom is allowed to be released with SNAPSHOT version in dependencyManagement. Why? If I point a child project to a released version of the company parent pom, and this child project uses a dependency defined in dependencyManagement