You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sd...@apache.org on 2016/05/06 05:30:46 UTC

commons-crypto git commit: CRYPTO-55: Add contributors to the contributors list

Repository: commons-crypto
Updated Branches:
  refs/heads/master 231faf3ef -> cc35be08b


CRYPTO-55: Add contributors to the contributors list


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

Branch: refs/heads/master
Commit: cc35be08bb058b5010c76ec90d4139844ca9af38
Parents: 231faf3
Author: Jia Ke <ke...@intel.com>
Authored: Fri May 6 13:27:37 2016 +0800
Committer: Sun Dapeng <sd...@apache.org>
Committed: Fri May 6 13:27:37 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/cc35be08/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 228ae10..5526160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,26 @@ Features
       <id>yliu</id>
     </developer>
   </developers>
+
+  <contributors>
+    <contributor>
+      <name>Colin Ma</name>
+      <email>junjie.ma@intel.com</email>
+    </contributor>
+    <contributor>
+      <name>Xianda Ke</name>
+      <email>xianda.ke@intel.com</email>
+    </contributor>
+    <contributor>
+      <name>Ke Jia</name>
+      <email>ke.a.jia@intel.com</email>
+    </contributor>
+    <contributor>
+      <name>George Kankava </name>
+      <email>george.kankava@devfactory.com</email>
+    </contributor>
+  </contributors>
+
   <properties>
     <commons.componentid>crypto</commons.componentid>
     <commons.release.version>1.0.0</commons.release.version>