Hi, I have found the mvn versions:update-properties target.
mvn versions:update-properties -DincludeProperties={dependency1.version}
However, the value being set is the last version for the specific
dependency.
Is it possible to specify the value for that property?
i.e. something like the following:
mvn versions:update-properties
-DincludeProperties={dependency1.version=1.2.3.4}
Thanks,
Markos
