Skip to content

Commit

Permalink
Upgrade to micrometer-bom 1.10.0 and micrometer-tracing-bom 1.0.0
Browse files Browse the repository at this point in the history
Also removes snapshot/milestone repositories.

Resolves gh-72
  • Loading branch information
shakuzen committed Nov 7, 2022
1 parent 1d7abe1 commit a2e3eab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ subprojects {

repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
}

def check = tasks.findByName('check')
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def VERSIONS = [
]

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

def PLATFORM_VERSIONS = [
Expand Down
14 changes: 7 additions & 7 deletions micrometer-docs-generator/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2e3eab

Please sign in to comment.