The parent version (currently 1.1.2) is hardcoded in the <parent> block of every module POM - 8 child modules plus the root definition. Bumping it means editing 9 files by hand, with risk of missing some.
Proposal: adopt Maven CI-friendly versions: define <revision> once in the root POM, use <version>${revision}</version> in the parent references, and add flatten-maven-plugin so published POMs resolve the placeholder.
The parent version (currently
1.1.2) is hardcoded in the<parent>block of every module POM - 8 child modules plus the root definition. Bumping it means editing 9 files by hand, with risk of missing some.Proposal: adopt Maven CI-friendly versions: define
<revision>once in the root POM, use<version>${revision}</version>in the parent references, and addflatten-maven-pluginso published POMs resolve the placeholder.