You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/05/31 22:31:07 UTC

[2/2] incubator-groovy git commit: add some missing developers and contributors

add some missing developers and contributors


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

Branch: refs/heads/master
Commit: b211ea336380f16507f9c532403cf1f4ac51c9d2
Parents: 5490023
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun May 31 22:30:32 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun May 31 22:30:32 2015 +0200

----------------------------------------------------------------------
 gradle/pomconfigurer.gradle | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/b211ea33/gradle/pomconfigurer.gradle
----------------------------------------------------------------------
diff --git a/gradle/pomconfigurer.gradle b/gradle/pomconfigurer.gradle
index 0e1c99e..9729d1b 100644
--- a/gradle/pomconfigurer.gradle
+++ b/gradle/pomconfigurer.gradle
@@ -104,6 +104,13 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 }
             }
             developer {
+                id 'roshandawrani'
+                name 'Roshan Dawrani'
+                roles {
+                    role 'Developer Emeritus'
+                }
+            }
+            developer {
                 id 'spullara'
                 name 'Sam Pullara'
                 email 'sam@sampullara.com'
@@ -342,6 +349,13 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                     role 'Despot'
                 }
             }
+            developer {
+                id 'pascalschumacher'
+                name 'Pascal Schumacher'
+                roles {
+                    role 'Developer'
+                }
+            }
         }
         contributors {
             contributor {
@@ -526,6 +540,27 @@ project.ext.pomConfigureClosureWithoutTweaks = {
             contributor {
                 name 'Peter Ledbrook'
             }
+            contributor {
+                name 'Thibault Kruse'
+            }
+            contributor {
+                name 'Paolo Di Tommaso'
+            }
+            contributor {
+                name 'Rene Scheibe'
+            }
+            contributor {
+                name 'Matias Bjarland'
+            }
+            contributor {
+                name 'Richard Hightower'
+            }
+            contributor {
+                name 'Andrey Bloschetsov'
+            }
+            contributor {
+                name 'Yu Kobayashi'
+            }
         }
         mailingLists {
             mailingList {