Fix moving to Micrometer Tracing snapshots
The GitHub repo, and therefore calendar entry, is named "Tracing" but our name for the library is "Micrometer Tracing". Configuring a custom calendarName allows snapshot release dates to be detected. See gh-37212
This commit is contained in:
parent
0fd9c65d8d
commit
2ee9bd41b0
|
@ -967,6 +967,7 @@ bom {
|
||||||
}
|
}
|
||||||
library("Micrometer Tracing", "1.0.10") {
|
library("Micrometer Tracing", "1.0.10") {
|
||||||
considerSnapshots()
|
considerSnapshots()
|
||||||
|
calendarName = "Tracing"
|
||||||
group("io.micrometer") {
|
group("io.micrometer") {
|
||||||
imports = [
|
imports = [
|
||||||
"micrometer-tracing-bom"
|
"micrometer-tracing-bom"
|
||||||
|
|
Loading…
Reference in New Issue