You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2016/03/17 01:56:09 UTC

[2/4] storm git commit: minor fix

minor fix

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

Branch: refs/heads/master
Commit: e87ab8e267a21c97f7b41a7fec8a3dc5631e1e4a
Parents: d80e7ab
Author: Xin Wang <be...@163.com>
Authored: Mon Mar 14 21:45:33 2016 +0800
Committer: Xin Wang <be...@163.com>
Committed: Mon Mar 14 21:45:33 2016 +0800

----------------------------------------------------------------------
 README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e87ab8e2/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 8bb7707..e4e7e26 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,6 @@
 Master Branch: 
 [![Travis CI](https://travis-ci.org/apache/storm.svg?branch=master)](https://travis-ci.org/apache/storm)
-[![Travis CI](https://maven-badges.herokuapp.com/maven-central/org.apache.storm/storm-core/badge.svg)](http://search.maven.org/#search|gav|1|g:"org.apache.storm"%20AND%20a:"storm-core")
+[![Maven Version](https://maven-badges.herokuapp.com/maven-central/org.apache.storm/storm-core/badge.svg)](http://search.maven.org/#search|gav|1|g:"org.apache.storm"%20AND%20a:"storm-core")
 
 Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, [is used by many companies](http://storm.apache.org/documentation/Powered-By.html), and is a lot of fun to use!