Commit 3d23bfe
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 262d7f6 commit 3d23bfe
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 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments