Skip to content

Commit ede72f7

Browse files
committed
Merge branch '1.0.x' into 1.1.x
Resolves gh-407
2 parents ec1db96 + fcab350 commit ede72f7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,6 @@ subprojects {
298298
description = 'Facade over tracing concepts'
299299

300300
repositories {
301-
maven {
302-
url 'https://repo.spring.io/snapshot/'
303-
content { includeGroup 'io.micrometer' }
304-
}
305301
mavenCentral()
306302
}
307303

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
micrometer = "1.11.6-SNAPSHOT"
3-
micrometerContextPropagation="1.0.7-SNAPSHOT"
2+
micrometer = "1.11.6"
3+
micrometerContextPropagation="1.0.6"
44
junit = "5.10.1"
55
javaxServlet="4.0.1"
66
jmh="1.37"

0 commit comments

Comments
 (0)