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) [](http://gearpump.apache.org/downloads.html) [](https://github.com/apache/incubator-gearpump/blob/master/LICENSE) [](https://travis-ci.org/apache/incubator-gearpump?branch=master) [](https://codecov.io/github/apache/incubator-gearpump?branch=master) - -[](http://gearpump.apache.org/downloads.html) +## Apache Gearpump (incubating) [](http://gearpump.apache.org/downloads.html) [](https://github.com/apache/incubator-gearpump/blob/master/LICENSE) [](https://travis-ci.org/apache/incubator-gearpump?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. - - 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. 
