Polish gh-40023

See gh-41208
This commit is contained in:
Johnny Lim
2024-06-22 23:37:00 +09:00
committed by Moritz Halbritter
parent 448089f935
commit 5a387a85a9
8 changed files with 55 additions and 85 deletions

View File

@@ -1492,12 +1492,12 @@ bom {
library("Prometheus Client", "1.2.1") {
group("io.prometheus") {
imports = [
"prometheus-metrics-bom"
"prometheus-metrics-bom"
]
}
links {
site("https://github.com/prometheus/client_java")
releaseNotes("https://github.com/prometheus/client_java/releases/tag/parent-{version}")
releaseNotes("https://github.com/prometheus/client_java/releases/tag/v{version}")
}
}
library("Prometheus Simpleclient", "0.16.0") {