From c5f311b5c5bcf634648dfd7c7241572927c45f6a Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 16 Aug 2013 22:19:54 -0400 Subject: [PATCH] Update Project Lead --- CONTRIBUTING.md | 2 +- publish-maven.gradle | 21 +++++++++------------ 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d75710b3f3..6d57a85a8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Very important, before we can accept any *Spring Integration contributions*, we * [https://support.springsource.com/spring_committer_signup](https://support.springsource.com/spring_committer_signup) -For **Project**, please select **Spring Integration**. The **Project Lead** is **Mark Fisher**. +For **Project**, please select **Spring Integration**. The **Project Lead** is **Gary Russell**. Once you've completed the web form, simply add the following in a comment on your pull request: diff --git a/publish-maven.gradle b/publish-maven.gradle index f5860924e8..a46caedf93 100644 --- a/publish-maven.gradle +++ b/publish-maven.gradle @@ -51,25 +51,22 @@ def customizePom(pom, gradleProject) { } developers { - developer { - id = 'markfisher' - name = 'Mark Fisher' - email = 'markfisher@vmware.com' - } - developer { - id = 'olegz' - name = 'Oleg Zhurakousky' - email = 'ozhurakousky@vmware.com' - } developer { id = 'garyrussell' name = 'Gary Russell' - email = 'grussell@vmware.com' + email = 'grussell@gopivotal.com' + roles = ["project lead"] + } + developer { + id = 'markfisher' + name = 'Mark Fisher' + email = 'markfisher@gopivotal.com' + roles = ["project lead emeritus"] } developer { id = 'ghillert' name = 'Gunnar Hillert' - email = 'ghillert@vmware.com' + email = 'ghillert@gopivotal.com' } } }