Repository: storm
Updated Branches:
  refs/heads/master 762ca287a -> 413c74013


add maven status

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

Branch: refs/heads/master
Commit: d80e7ab7a3a6f8427fd46ead30ab4e1dd71077aa
Parents: c2cf3be
Author: Xin Wang <[email protected]>
Authored: Mon Mar 14 21:40:38 2016 +0800
Committer: Xin Wang <[email protected]>
Committed: Mon Mar 14 21:40:38 2016 +0800

----------------------------------------------------------------------
 README.markdown | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d80e7ab7/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 4acfd0c..8bb7707 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,4 +1,6 @@
-Master Branch: [![Travis 
CI](https://travis-ci.org/apache/storm.svg?branch=master)](https://travis-ci.org/apache/storm)
+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")
 
 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!
 

Reply via email to