Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_6_X 24f3ee233 -> 05a1a9144


Update developer and contributor list

(cherry picked from commit 9195125)


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

Branch: refs/heads/GROOVY_2_6_X
Commit: 05a1a9144a5ff0ba5887d7c87e33996e0f04fa37
Parents: 24f3ee2
Author: sunlan <sun...@apache.org>
Authored: Wed Feb 7 08:31:36 2018 +0800
Committer: sunlan <sun...@apache.org>
Committed: Wed Feb 7 10:56:57 2018 +0800

----------------------------------------------------------------------
 gradle/pomconfigurer.gradle    | 9 +++++++++
 src/spec/doc/contributors.adoc | 1 +
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/05a1a914/gradle/pomconfigurer.gradle
----------------------------------------------------------------------
diff --git a/gradle/pomconfigurer.gradle b/gradle/pomconfigurer.gradle
index 07e38db..51faca2 100644
--- a/gradle/pomconfigurer.gradle
+++ b/gradle/pomconfigurer.gradle
@@ -356,6 +356,15 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                     role 'Developer'
                 }
             }
+            developer {
+                id 'sunlan'
+                name 'Daniel Sun'
+                email 'realblue...@hotmail.com'
+                roles {
+                    role 'Developer'
+                    role 'Despot'
+                }
+            }
         }
         contributors {
             contributor {

http://git-wip-us.apache.org/repos/asf/groovy/blob/05a1a914/src/spec/doc/contributors.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/contributors.adoc b/src/spec/doc/contributors.adoc
index bdd7c8e..be6b1d8 100644
--- a/src/spec/doc/contributors.adoc
+++ b/src/spec/doc/contributors.adoc
@@ -52,3 +52,4 @@ The Groovy team would like to thank the contributors of this 
documentation (by a
 * https://twitter.com/asteingr[André Steingreß]
 * https://github.com/EPadronU[Edinson Padrón Urdaneta]
 * https://github.com/keeganwitt[Keegan Witt]
+* https://twitter.com/daniel_sun[Daniel Sun]

Reply via email to