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:
Andy Wilkinson 2023-09-12 13:54:26 +01:00
parent 0fd9c65d8d
commit 2ee9bd41b0
1 changed files with 1 additions and 0 deletions

View File

@ -967,6 +967,7 @@ bom {
}
library("Micrometer Tracing", "1.0.10") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {
imports = [
"micrometer-tracing-bom"