From a931221c9d1bd9c3e3148ba3c853665ddaa08788 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Fri, 14 Jun 2019 08:55:43 +0800 Subject: [PATCH] README polish --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 236c118ec76..c1eb0b01d8a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -[![Gitter chat](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/openzipkin/zipkin) [![Build Status](https://travis-ci.org/openzipkin/zipkin.svg?branch=master)](https://travis-ci.org/openzipkin/zipkin) [![Download](https://api.bintray.com/packages/openzipkin/maven/zipkin/images/download.svg) ](https://bintray.com/openzipkin/maven/zipkin/_latestVersion) +[![Gitter chat](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/openzipkin/zipkin) +[![Build Status](https://travis-ci.org/openzipkin/zipkin.svg?branch=master)](https://travis-ci.org/openzipkin/zipkin) [![Download](https://api.bintray.com/packages/openzipkin/maven/zipkin/images/download.svg) ](https://bintray.com/openzipkin/maven/zipkin/_latestVersion) +[![Maven Central](https://img.shields.io/maven-central/v/io.zipkin/zipkin-server.svg)](https://search.maven.org/search?q=g:io.zipkin%20AND%20a:zipkin-server) # zipkin [Zipkin](http://zipkin.io) is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages both the collection and lookup of this data. Zipkinā€™s design is based on the [Google Dapper paper](http://research.google.com/pubs/pub36356.html). @@ -163,8 +165,11 @@ $ java -jar ./zipkin-server/target/zipkin-server-*exec.jar ``` ## Artifacts +Server artifacts are under the maven group id `io.zipkin` +Library artifacts are under the maven group id `io.zipkin.zipkin2` + ### Library Releases -Releases are uploaded to [Bintray](https://bintray.com/openzipkin/maven/zipkin). +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%22) ### Library Snapshots Snapshots are uploaded to [JFrog](http://oss.jfrog.org/artifactory/oss-snapshot-local) after commits to master. ### Docker Images