You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by cb...@apache.org on 2019/10/21 08:39:39 UTC

[deltaspike] branch master updated: Add myself to the developers

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 82a21bb  Add myself to the developers
82a21bb is described below

commit 82a21bbb0ab21af8d9baff079b22b7be81cf99f0
Author: Christian Beikov <ch...@gmail.com>
AuthorDate: Mon Oct 21 10:25:09 2019 +0200

    Add myself to the developers
---
 deltaspike/parent/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index e67a1dc..2716fb9 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -395,6 +395,15 @@
             </roles>
             <timezone>+1</timezone>
         </developer>
+        <developer>
+            <id>cbeikov</id>
+            <name>Christian Beikov</name>
+            <email>cbeikov@apache.org</email>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
     </developers>
 
     <dependencyManagement>