Skip to content

Commit

Permalink
Upgrade to context-propagation 1.0.0
Browse files Browse the repository at this point in the history
Removes repository declarations for snapshots/milestones.

Resolves gh-3524
  • Loading branch information
shakuzen committed Nov 7, 2022
1 parent 0d98aba commit 5c41afe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -391,14 +391,6 @@ subprojects {

repositories {
mavenCentral()
maven { // we only need this repo for context-propagation
url 'https://repo.spring.io/milestone/'
content { includeModule 'io.micrometer', 'context-propagation' }
}
maven { // we only need this repo for context-propagation
url 'https://repo.spring.io/snapshot/'
content { includeModule 'io.micrometer', 'context-propagation' }
}
}

def check = tasks.findByName('check')
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def VERSIONS = [
'javax.inject:javax.inject:1',
'javax.servlet:javax.servlet-api:latest.release',
'javax.xml.bind:jaxb-api:2.3.+',
'io.micrometer:context-propagation:1.0.0-SNAPSHOT',
'io.micrometer:context-propagation:1.0.+',
'org.jetbrains.kotlinx:kotlinx-coroutines-core:latest.release',
'net.sf.ehcache:ehcache:latest.release',
'org.apache.httpcomponents:httpasyncclient:latest.release',
Expand Down
2 changes: 1 addition & 1 deletion micrometer-core/gradle.lockfile

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

2 changes: 1 addition & 1 deletion micrometer-observation/gradle.lockfile

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

0 comments on commit 5c41afe

Please sign in to comment.