Skip to content

Deduplicate parent POM version across modules #349

Description

@Mendrejk

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions