Skip to content

Commit a2e3eab

Browse files
committed
Upgrade to micrometer-bom 1.10.0 and micrometer-tracing-bom 1.0.0
Also removes snapshot/milestone repositories. Resolves gh-72
1 parent 1d7abe1 commit a2e3eab

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ subprojects {
306306

307307
repositories {
308308
mavenCentral()
309-
maven { url 'https://repo.spring.io/milestone' }
310-
maven { url 'https://repo.spring.io/snapshot' }
311309
}
312310

313311
def check = tasks.findByName('check')

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def VERSIONS = [
1818
]
1919

2020
def MICROMETER_PLATFORM_VERSIONS = [
21-
'io.micrometer:micrometer-bom:1.10.0-SNAPSHOT',
22-
'io.micrometer:micrometer-tracing-bom:1.0.0-SNAPSHOT'
21+
'io.micrometer:micrometer-bom:1.10.+',
22+
'io.micrometer:micrometer-tracing-bom:1.0.+'
2323
]
2424

2525
def PLATFORM_VERSIONS = [

micrometer-docs-generator/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)