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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 11391a4 Update my developer entry. 11391a4 is described below commit 11391a424a759365e8761c3675f5920ff90b1971 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 1 11:38:43 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 0462d16..17a9ac9 100644 --- a/pom.xml +++ b/pom.xml @@ -99,13 +99,19 @@ </roles> </developer> <developer> - <name>Gary D. 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> <developer> <name>Fredrik Westermarck</name>