For some reason the version-maven-plugin considers e.g. 6.2.0-SNAPSHOT as a lower version than 6.2.0.CR2 and thus doesn’t upgrade to 6.2.0-SNAPSHOT when a property currently has a value of 6.2.0.CR2.
That breaks our CI and needs fixing.