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-text.git
The following commit(s) were added to refs/heads/master by this push: new 3e2bf83 Update my developer entry. 3e2bf83 is described below commit 3e2bf8392d95aa2bef43c80bdbf53eac9a439847 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 1 11:42:02 2021 -0400 Update my developer entry. --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b813b7..640568b 100644 --- a/pom.xml +++ b/pom.xml @@ -352,7 +352,17 @@ <developer> <id>ggregory</id> <name>Gary Gregory</name> - <email>ggreg...@apache.org</email> + <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> <developer> <id>djones</id>