From 6598b7c10acf2395c3b47193b8f188cc7ef14bba Mon Sep 17 00:00:00 2001 From: Matteo Merli Date: Tue, 25 Oct 2016 09:52:22 -0700 Subject: [PATCH] Added badge image with latest Pulsar version from Maven central --- README.md | 3 +++ docs/GettingStarted.md | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35e4f552b637e..feaa9290bc652 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API. +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar) + + ## Main features * Horizontally scalable (Millions of independent topics and millions of messages published per second) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index b65f15d52580b..ab135a1c26f46 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -68,7 +68,7 @@ page. Download latest binary release from ``` -https://github.com/yahoo/pulsar/releases +https://github.com/yahoo/pulsar/releases/latest ``` ```shell @@ -94,7 +94,9 @@ A sample namespace, `sample/standalone/ns1`, is already available. ## Using the Pulsar Java client API -Include dependency for Pulsar client library: +Include dependency for Pulsar client library. + +Latest version is [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar-client) ```xml