This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 999c855 Update my developer entry. 999c855 is described below commit 999c85513144c198bca6c365f3569a14996ba0e0 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 1 11:26:26 2021 -0400 Update my developer entry. --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fa17dc0..d1e5396 100644 --- a/pom.xml +++ b/pom.xml @@ -127,12 +127,17 @@ <developer> <id>ggregory</id> <name>Gary Gregory</name> - <email>ggreg...@apache.org</email> - <organization>Rocket Software</organization> + <email>ggregory at apache.org</email> + <url>https://www.garygregory.com</url> + <organization>The Apache Software Foundation</organization> + <organizationUrl>https://www.apache.org/</organizationUrl> <roles> <role>PMC Member</role> </roles> <timezone>America/New_York</timezone> + <properties> + <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> + </properties> </developer> </developers>