Guys, Found that each time after publishing new Ignite release and switching to development of next version, version numbers are copy-pasted in all module POMs. Isn't it better just to define project version variable in one place(and change it in one place) to reuse it in module POMs?
For example, variable like ${app.version} could be defined in parent POM
and all module POMs can just reuse it like this:
* <artifactId>my-module</artifactId>*
* <version>${app.version}</version>*
Igor
