> Neither Michael nor I did propose properties for the version. Simply define
> the version in the version depMgmnt itself and you're done.


No, I don't think so, my point is:

parent pom:
<submoulde-version>
<dependency-management>
[...]
<version>1.2.3</version>
[...]
<submoulde-version>

submodule:
[...]
<version>1.2.3</version>
[...]

So you will have to change it in two places (=duplicate code) where as if
you are using a property, you can do it in
one singular place.

Peter


>

Reply via email to