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:08 UTC

[1/4] storm git commit: add maven status

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 <be...@163.com>
Authored: Mon Mar 14 21:40:38 2016 +0800
Committer: Xin Wang <be...@163.com>
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!
 


[3/4] storm git commit: Merge branch 'maven-status' of https://github.com/vesense/storm into STORM-1624

Posted by sr...@apache.org.
Merge branch 'maven-status' of https://github.com/vesense/storm into STORM-1624


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

Branch: refs/heads/master
Commit: a583bf30ca845850600c773e3c36c76b3a0c282c
Parents: 762ca28 e87ab8e
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Wed Mar 16 17:54:21 2016 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Wed Mar 16 17:54:21 2016 -0700

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



[4/4] storm git commit: Added STORM-1624 to CHANGELOG.

Posted by sr...@apache.org.
Added STORM-1624 to CHANGELOG.


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

Branch: refs/heads/master
Commit: 413c740135ad528c28bba0499ebdd212b5c886bf
Parents: a583bf3
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Wed Mar 16 17:55:29 2016 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Wed Mar 16 17:55:29 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/413c7401/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5468d0a..901f735 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1624: Add maven central status in README
  * STORM-1232: port backtype.storm.scheduler.DefaultScheduler to java
  * STORM-1231: port backtype.storm.scheduler.EvenScheduler to java
  * STORM-1523: util.clj available-port conversion to java


[2/4] storm git commit: minor fix

Posted by sr...@apache.org.
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!