We have a large projects tree of maven projects and subprojects and we want ensure that all pom's have the same artifact version.
So in each pom this version is placed twice - as artifact version and parent artifact version.
How can I put this version number only once (in parent pom or in properties file) instead putting it twice to each pom?
Thank you