Skip to content

Commit 5c41afe

Browse files
committed
Upgrade to context-propagation 1.0.0
Removes repository declarations for snapshots/milestones. Resolves gh-3524
1 parent 0d98aba commit 5c41afe

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -391,14 +391,6 @@ subprojects {
391391

392392
repositories {
393393
mavenCentral()
394-
maven { // we only need this repo for context-propagation
395-
url 'https://repo.spring.io/milestone/'
396-
content { includeModule 'io.micrometer', 'context-propagation' }
397-
}
398-
maven { // we only need this repo for context-propagation
399-
url 'https://repo.spring.io/snapshot/'
400-
content { includeModule 'io.micrometer', 'context-propagation' }
401-
}
402394
}
403395

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

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def VERSIONS = [
4444
'javax.inject:javax.inject:1',
4545
'javax.servlet:javax.servlet-api:latest.release',
4646
'javax.xml.bind:jaxb-api:2.3.+',
47-
'io.micrometer:context-propagation:1.0.0-SNAPSHOT',
47+
'io.micrometer:context-propagation:1.0.+',
4848
'org.jetbrains.kotlinx:kotlinx-coroutines-core:latest.release',
4949
'net.sf.ehcache:ehcache:latest.release',
5050
'org.apache.httpcomponents:httpasyncclient:latest.release',

micrometer-core/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

micrometer-observation/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)