Update Project Lead

This commit is contained in:
Gary Russell
2013-08-16 22:19:54 -04:00
parent 0699fdc6cf
commit c5f311b5c5
2 changed files with 10 additions and 13 deletions

View File

@@ -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:

View File

@@ -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'
}
}
}