diff --git a/build.gradle b/build.gradle index 6c343a9270..b0a4066de3 100644 --- a/build.gradle +++ b/build.gradle @@ -402,14 +402,6 @@ subprojects { repositories { mavenCentral() - maven { - // TODO remove before releasing GA - url "https://repo.spring.io/milestone/" - content { - // for context-propagation milestone versions - includeModule 'io.micrometer', 'context-propagation' - } - } } def check = tasks.findByName('check') diff --git a/dependencies.gradle b/dependencies.gradle index d0a6324343..dfd2ee8fb5 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -45,7 +45,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.1.+', + 'io.micrometer:context-propagation:1.0.+', 'org.jetbrains.kotlinx:kotlinx-coroutines-core:latest.release', 'net.sf.ehcache:ehcache:latest.release', 'org.apache.felix:org.apache.felix.framework:7.0.5', diff --git a/micrometer-core/gradle.lockfile b/micrometer-core/gradle.lockfile index 5af17505dd..0bfe411c04 100644 --- a/micrometer-core/gradle.lockfile +++ b/micrometer-core/gradle.lockfile @@ -71,7 +71,7 @@ io.grpc:grpc-protobuf-lite:1.54.0=java11TestCompileClasspath,java11TestImplement io.grpc:grpc-protobuf:1.54.0=java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath io.grpc:grpc-stub:1.54.0=java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath io.grpc:grpc-testing-proto:1.54.0=java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath -io.micrometer:context-propagation:1.1.0-M2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-bom:4.1.91.Final=apiDependenciesMetadata,compileClasspath,compileOnlyDependenciesMetadata,implementationDependenciesMetadata,java11ApiDependenciesMetadata,java11CompileClasspath,java11ImplementationDependenciesMetadata,java11RuntimeClasspath,java11TestCompileClasspath,java11TestImplementationDependenciesMetadata,java11TestRuntimeClasspath,runtimeClasspath,runtimeOnlyDependenciesMetadata,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath,testRuntimeOnlyDependenciesMetadata io.netty:netty-buffer:4.1.91.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-common:4.1.91.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/micrometer-observation/gradle.lockfile b/micrometer-observation/gradle.lockfile index 15659dc69c..a79e4fcca7 100644 --- a/micrometer-observation/gradle.lockfile +++ b/micrometer-observation/gradle.lockfile @@ -27,7 +27,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.2=checkstyle -io.micrometer:context-propagation:1.1.0-M2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.micrometer:context-propagation:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-bom:4.1.91.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.projectreactor:reactor-bom:2020.0.30=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.38=checkstyle