HI following is my parent pom id's
<groupId>com.edb.fs.enterprise.ipr</groupId> <artifactId>ipr-system</artifactId> <version>1.0.6-SNAPSHOT</version>` and child id are
<parent> <groupId>com.edb.fs.enterprise.ipr</groupId> <artifactId>ipr-system</artifactId> <version>1.0.6-SNAPSHOT</version> </parent> <artifactId>ipr-config</artifactId> i have around 12 child modules , when it comes to release of project if i want my parent version from 1.0.6-SNAPSHOT to 1.0.8-SNAPSHOT again i have to go to each child modules and need to change to required version . is there any solution that i can change it in parent pom and i can refer the same in all child with out hard coding ??