Commit fe4e188
authored
Publish explicit versions for BOM-managed Compose dependencies (#4)
Maven Central rejects a POM that declares a dependency without a version. The
Compose BOM supplies those versions at resolution time, but a BOM does not
travel in the published POM, so consumers who do not import the BOM themselves
get an unresolvable dependency.
Give the BOM-managed Compose artifacts an explicit version (`composeLibs`,
1.7.8 — what compose-bom 2025.02.00 resolves to) so the version reaches the POM.
The BOM still governs resolution; this only fixes what is published.
Release as 1.3.1: Maven Central versions cannot be replaced.1 parent 64beca9 commit fe4e188
2 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments