You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/06/11 18:16:45 UTC

[07/10] git commit: add committers to main pom.xml

add committers to main pom.xml


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

Branch: refs/heads/security
Commit: 780c8f23ab164b4f5848e4ea8d48b0306d53ca84
Parents: 7483d9b
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Jun 10 14:46:18 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Jun 10 14:46:18 2014 -0400

----------------------------------------------------------------------
 pom.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/780c8f23/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8711df..88f39eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,33 @@
             </roles>
             <timezone>-8</timezone>
         </developer>
+        <developer>
+            <id>bobby</id>
+            <name>Robert Evans</name>
+            <email>evans@yahoo-inc.com</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <timezone>-6</timezone>
+        </developer>
+        <developer>
+            <id>dagit</id>
+            <name>Derek Dagit</name>
+            <email>derekd@yahoo-inc.com</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <timezone>-6</timezone>
+        </developer>
+        <developer>
+            <id>miguno</id>
+            <name>Michael G. Noll</name>
+            <email>michael@michael-noll.com</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
     </developers>