You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by lo...@apache.org on 2016/02/18 10:37:00 UTC

storm git commit: Update committer list, add longda

Repository: storm
Updated Branches:
  refs/heads/master 12a0936f1 -> 8aff56fb0


Update committer list, add longda


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

Branch: refs/heads/master
Commit: 8aff56fb0640a9807acbfa359a43200be46de203
Parents: 12a0936
Author: longda <hu...@gmail.com>
Authored: Thu Feb 18 17:36:30 2016 +0800
Committer: zhongyan.feng <zh...@alipay.com>
Committed: Thu Feb 18 17:36:30 2016 +0800

----------------------------------------------------------------------
 README.markdown | 1 +
 pom.xml         | 9 +++++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/8aff56fb/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 2028cd4..13e5f2d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -92,6 +92,7 @@ under the License.
 * Zhuo Liu ([@zhuoliu](https://github.com/zhuoliu))
 * Haohui Mai ([@haohui](https://github.com/haohui))
 * Sanket Chintapalli ([@redsanket](https://github.com/redsanket))
+* Longda Feng ([@longda](https://github.com/longdafeng))
 
 ## Contributors
 

http://git-wip-us.apache.org/repos/asf/storm/blob/8aff56fb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 61a1ed9..7908171 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,6 +165,15 @@
             </roles>
             <timezone>-6</timezone>
         </developer>
+        <developer>
+            <id>longda</id>
+            <name>Longda Feng</name>
+            <email>longda@apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <timezone>+8</timezone>
+        </developer>
     </developers>