Commit 4fe2072
committed
refactor(arch): Use ${project.groupId} for internal module dependencies
Internal (sibling-module) dependency entries and the parent's
dependencyManagement hardcoded the literal groupId. Referencing it via
the Maven property instead avoids repeating the same literal across
every generated pom.xml and matches how ${project.version} is already
used in the same dependencyManagement entries. External dependencies
and the <parent> coordinate blocks are unaffected.1 parent 8f4c8d3 commit 4fe2072
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
370 | 372 | | |
371 | 373 | | |
372 | 374 | | |
373 | | - | |
| 375 | + | |
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
| |||
0 commit comments