You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by xi...@apache.org on 2016/12/05 05:14:39 UTC

storm git commit: add xin to committer list

Repository: storm
Updated Branches:
  refs/heads/1.x-branch b0a44807e -> d06c8d557


add xin to committer list


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

Branch: refs/heads/1.x-branch
Commit: d06c8d5572d95f3a0f23edd4b65a07eee246965a
Parents: b0a4480
Author: vesense <be...@163.com>
Authored: Mon Dec 5 13:13:32 2016 +0800
Committer: vesense <be...@163.com>
Committed: Mon Dec 5 13:13:32 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/d06c8d55/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 3f1eb17..a5a5e88 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))
 * Longda Feng ([@longda](https://github.com/longdafeng))
+* Xin Wang ([@vesense](https://github.com/vesense))
 
 ## Contributors
 
@@ -211,7 +212,6 @@ under the License.
 * Shyam Rajendran ([@bourneagain](https://github.com/bourneagain))
 * Reza Farivar ([@rfarivar](https://github.com/rfarivar))
 * Hugo Louro ([@hmcl](https://github.com/hmcl))
-* Xin Wang ([@vesense](https://github.com/vesense))
 * Charles Chan ([@charleswhchan](https://github.com/charleswhchan))
 * Chuanlei Ni ([@chuanlei](https://github.com/chuanlei))
 * Xingyu Su ([@errordaiwa](https://github.com/errordaiwa))

http://git-wip-us.apache.org/repos/asf/storm/blob/d06c8d55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 845e448..5a21244 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,6 +174,15 @@
             </roles>
             <timezone>+8</timezone>
         </developer>
+        <developer>
+            <id>vesense</id>
+            <name>Xin Wang</name>
+            <email>xinwang@apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <timezone>+8</timezone>
+        </developer>
     </developers>