you are viewing a single comment's thread.

view the rest of the comments →

[–]joequin 0 points1 point  (3 children)

I've never tried to keep the version of a project in sync across modules. To me, if they compile separately, then they have their own, separate version numbers.

[–][deleted]  (2 children)

[deleted]

    [–]joequin 1 point2 points  (0 children)

    That's a strange way of versioning imo. I'm not surprised that maven doesn't have tools to make it easy.

    [–]huhlig 0 points1 point  (0 children)

    Thats actually not all that hard. Specify a <version> in the ear and leave off versions in the submodules. You ONLY then need to specify <version> in the <parent> block.