versions:use-releases for properties
问题 As I understand, versions:use-releases does not update properties that are used to define versions in dependencies. Is it possible to update these properties as well? I saw that we have a versions:update-properties , but it is meant to update versions to the latest versions, not just replace Snapshots by releases. An example: Assume you have dependency like <dependency> <groupId>de.something</groupId> <artifactId>coutil</artifactId> <version>${coutil.version}</version> </dependency> and