From 2ee9bd41b0cb99f7085686c43e5f4ea4a8d4a214 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Sep 2023 13:54:26 +0100 Subject: [PATCH] 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 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e3e6d20d69..7d320b9bda 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -967,6 +967,7 @@ bom { } library("Micrometer Tracing", "1.0.10") { considerSnapshots() + calendarName = "Tracing" group("io.micrometer") { imports = [ "micrometer-tracing-bom"