Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 794e3dd7b -> d0997e19e


[GEARPUMP-248] Change release badge to maven central

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [x] Make sure the commit message is formatted like:
   `[GEARPUMP-<Jira issue #>] Meaningful description of pull request`
 - [x] Make sure tests pass via `sbt clean test`.
 - [x] Make sure old documentation affected by the pull request has been 
updated and new documentation added for new functionality.

Author: manuzhang <[email protected]>

Closes #121 from manuzhang/badge.


Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/d0997e19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/d0997e19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/d0997e19

Branch: refs/heads/master
Commit: d0997e19e3f57dd03a47f4b4a10aed6847719984
Parents: 794e3dd
Author: manuzhang <[email protected]>
Authored: Fri Dec 9 10:37:08 2016 +0800
Committer: manuzhang <[email protected]>
Committed: Fri Dec 9 10:37:08 2016 +0800

----------------------------------------------------------------------
 README.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/d0997e19/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7258155..9edd0f7 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,8 @@
 
-## Apache Gearpump (incubating)  [![GitHub 
release](https://img.shields.io/github/release/gearpump/gearpump.svg)](http://gearpump.apache.org/downloads.html)
 [![GitHub 
license](https://img.shields.io/badge/license-Apache%20V2-green.svg)](https://github.com/apache/incubator-gearpump/blob/master/LICENSE)
 [![Build 
Status](https://travis-ci.org/apache/incubator-gearpump.svg?branch=master)](https://travis-ci.org/apache/incubator-gearpump?branch=master)
 
[![codecov.io](https://codecov.io/github/apache/incubator-gearpump/coverage.svg?branch=master)](https://codecov.io/github/apache/incubator-gearpump?branch=master)
-
-[![download](https://raw.githubusercontent.com/clockfly/icons/master/gearpump-0.2-rc1.jpg)](http://gearpump.apache.org/downloads.html)
+## Apache Gearpump (incubating)  [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.gearpump/gearpump-core_2.11/badge.svg)](http://gearpump.apache.org/downloads.html)
 [![GitHub 
license](https://img.shields.io/badge/license-Apache%20V2-green.svg)](https://github.com/apache/incubator-gearpump/blob/master/LICENSE)
 [![Build 
Status](https://travis-ci.org/apache/incubator-gearpump.svg?branch=master)](https://travis-ci.org/apache/incubator-gearpump?branch=master)
 
[![codecov.io](https://codecov.io/github/apache/incubator-gearpump/coverage.svg?branch=master)](https://codecov.io/github/apache/incubator-gearpump?branch=master)
 
 Gearpump is a lightweight real-time big data streaming engine. It is inspired 
by recent advances in the [Akka](https://github.com/akka/akka) framework and a 
desire to improve on existing streaming frameworks.
 
-![](https://raw.githubusercontent.com/apache/incubator-gearpump/master/docs/docs/img/logo.png)
-
 The name Gearpump is a reference to the engineering term "gear pump", which is 
a super simple pump that consists of only two gears, but is very powerful at 
streaming water.
 
 ![](http://gearpump.apache.org/img/dashboard.gif)

Reply via email to