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

[storm] branch master updated: Add developer agresch

This is an automated email from the ASF dual-hosted git repository.

agresch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f924bd  Add developer agresch
     new 91f88db  Merge pull request #3173 from agresch/agresch_pom_update
0f924bd is described below

commit 0f924bd07b4ccea9e81a071f9a5438c53901d16e
Author: Aaron Gresch <ag...@yahoo-inc.com>
AuthorDate: Thu Nov 21 08:05:40 2019 -0600

    Add developer agresch
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0601a84..4ff5218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,6 +236,15 @@
             </roles>
             <timezone>-6</timezone>
         </developer>
+        <developer>
+            <id>agresch</id>
+            <name>Aaron Gresch</name>
+            <email>agresch@gmail.com</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <timezone>-6</timezone>
+        </developer>
 
     </developers>