@FrVaBe we do continuous deployment so we always have that version. But we build docker images with the sha256 of every commit we deploy, so we can rollback to a specific version if needed.
@ilopmar Great. If I were already at that stage myself, I would probably be familiar with this scenario, but SNAPSHOT versions are not intended for production use in our organisation. Thank you for the explanation!
@FrVaBe right, I agree that, for example if you release once per month or similar, then you need to have proper versions. For internal libraries we do have proper versioning.