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-testing.git
The following commit(s) were added to refs/heads/master by this push: new d97468b Update my developer entry. d97468b is described below commit d97468bd46c8979c5606035a4bae69e123095443 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 1 11:41:35 2021 -0400 Update my developer entry. --- pom.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d552a5a..2dc9169 100644 --- a/pom.xml +++ b/pom.xml @@ -49,13 +49,19 @@ <developers> <developer> - <name>Gary Gregory</name> <id>ggregory</id> - <email>ggreg...@apache.org</email> - <timezone>-5</timezone> + <name>Gary Gregory</name> + <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>Java Developer</role> + <role>PMC Member</role> </roles> + <timezone>America/New_York</timezone> + <properties> + <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> + </properties> </developer> </developers>