diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html
index 18c870528..a09a2a542 100644
--- a/spring-cloud-sleuth.html
+++ b/spring-cloud-sleuth.html
@@ -736,7 +736,7 @@ the spring-cloud-starter-sleuth module to your project.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
- <version>Brixton.RC2</version>
+ <version>Brixton.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -765,7 +765,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"
}
}
@@ -799,7 +799,7 @@ the Spring BOM
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
- <version>Brixton.RC2</version>
+ <version>Brixton.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -828,7 +828,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"
}
}
@@ -862,7 +862,7 @@ the Spring BOM
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
- <version>Brixton.RC2</version>
+ <version>Brixton.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -899,7 +899,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"
}
}
@@ -939,7 +939,7 @@ dependency
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
- <version>Brixton.RC2</version>
+ <version>Brixton.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -976,7 +976,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"
}
}
@@ -2053,7 +2053,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property