Skip to content

Commit e2015f2

Browse files
author
Adrian Cole
committed
release version
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent d84eb57 commit e2015f2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ allprojects {
2828
group "org.springframework.boot"
2929

3030
repositories {
31-
// TODO: temporary for zipkin-reporter-java
32-
maven {
33-
url "https://oss.sonatype.org/content/repositories/snapshots/"
34-
}
3531
mavenCentral()
3632
if (version.contains('-')) {
3733
maven { url "https://repo.spring.io/milestone" }

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bom {
109109
]
110110
}
111111
}
112-
library("Zipkin Reporter", "3.3.0-SNAPSHOT") {
112+
library("Zipkin Reporter", "3.3.0") {
113113
group("io.zipkin.reporter2") {
114114
imports = [
115115
"zipkin-reporter-bom"

0 commit comments

Comments
 (0)