You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,12 @@ All artifacts publish to the group ID "io.zipkin.brave". We use a common
62
62
release version for all components.
63
63
64
64
### Library Releases
65
-
Releases are uploaded to [Bintray](https://bintray.com/openzipkin/maven/zipkin) and synchronized to [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.zipkin.brave%22)
65
+
Releases are at [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.zipkin.brave%22)
66
+
66
67
### Library Snapshots
67
-
Snapshots are uploaded to [JFrog](https://oss.jfrog.org/artifactory/oss-snapshot-local) after commits to master.
68
+
Snapshots are uploaded to [Sonatype](https://oss.sonatype.org/content/repositories/snapshots) after
69
+
commits to master.
70
+
68
71
### Version alignments
69
72
When using multiple brave components, you'll want to align versions in
70
73
one place. This allows you to more safely upgrade, with less worry about
0 commit comments