Introduce maven dependency management section for plc4x project. - #1703
Introduce maven dependency management section for plc4x project.#1703splatch wants to merge 1 commit into
Conversation
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
|
But as all is the same version anyway.... Not quite sure what the benefit is. I understand in spring and spring-boot this can be challenging, as everything is in different versions. |
|
I could imagine that having a separate "bom" artifact, that defines the versions of all modules so users could simply import that as potentially being valuable, but even in that case would I leave the versions of reactor modules in the pom. I've seen this over the last 20 years ... if you're continuously switching versions you always have to scroll up to see in the parent pom version to know where you're currently located. The maintenance work doesn't really exist at all as the release plugin nicely updates all of this for you. |
An experimental move of versions to a single place. This allows importing of plc4x parent as BOM for downstream projects.