diff --git a/README.adoc b/README.adoc
index bf3dabc5f..7d176f608 100644
--- a/README.adoc
+++ b/README.adoc
@@ -158,7 +158,7 @@ the `spring-cloud-starter-sleuth` module to your project.
org.springframework.cloud
spring-cloud-dependencies
- Brixton.RC2
+ Brixton.RELEASE
pom
import
@@ -179,7 +179,7 @@ the Spring BOM
----
dependencyManagement { <1>
imports {
- mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RC2"
+ mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RELEASE"
}
}
@@ -203,7 +203,7 @@ If you want both Sleuth and Zipkin just add the `spring-cloud-starter-zipkin` de
org.springframework.cloud
spring-cloud-dependencies
- Brixton.RC2
+ Brixton.RELEASE
pom
import
@@ -224,7 +224,7 @@ the Spring BOM
----
dependencyManagement { <1>
imports {
- mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RC2"
+ mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RELEASE"
}
}
@@ -248,7 +248,7 @@ If you want both Sleuth and Zipkin just add the `spring-cloud-sleuth-stream` dep
org.springframework.cloud
spring-cloud-dependencies
- Brixton.RC2
+ Brixton.RELEASE
pom
import
@@ -275,7 +275,7 @@ the Spring BOM
----
dependencyManagement { <1>
imports {
- mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RC2"
+ mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RELEASE"
}
}
@@ -303,7 +303,7 @@ dependency
org.springframework.cloud
spring-cloud-dependencies
- Brixton.RC2
+ Brixton.RELEASE
pom
import
@@ -330,7 +330,7 @@ the Spring BOM
----
dependencyManagement { <1>
imports {
- mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RC2"
+ mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RELEASE"
}
}
diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc
index b43ce55f3..ff8215f30 100644
--- a/docs/src/main/asciidoc/intro.adoc
+++ b/docs/src/main/asciidoc/intro.adoc
@@ -150,7 +150,7 @@ the `spring-cloud-starter-sleuth` module to your project.
org.springframework.cloud
spring-cloud-dependencies
- Brixton.RC2
+ Brixton.RELEASE
pom
import
@@ -171,7 +171,7 @@ the Spring BOM
----
dependencyManagement { <1>
imports {
- mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RC2"
+ mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RELEASE"
}
}
@@ -195,7 +195,7 @@ If you want both Sleuth and Zipkin just add the `spring-cloud-starter-zipkin` de
org.springframework.cloud
spring-cloud-dependencies
- Brixton.RC2
+ Brixton.RELEASE
pom
import
@@ -216,7 +216,7 @@ the Spring BOM
----
dependencyManagement { <1>
imports {
- mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RC2"
+ mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RELEASE"
}
}
@@ -240,7 +240,7 @@ If you want both Sleuth and Zipkin just add the `spring-cloud-sleuth-stream` dep
org.springframework.cloud
spring-cloud-dependencies
- Brixton.RC2
+ Brixton.RELEASE
pom
import
@@ -267,7 +267,7 @@ the Spring BOM
----
dependencyManagement { <1>
imports {
- mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RC2"
+ mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RELEASE"
}
}
@@ -295,7 +295,7 @@ dependency
org.springframework.cloud
spring-cloud-dependencies
- Brixton.RC2
+ Brixton.RELEASE
pom
import
@@ -322,7 +322,7 @@ the Spring BOM
----
dependencyManagement { <1>
imports {
- mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RC2"
+ mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.RELEASE"
}
}