This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit 06425cbf7a85f5e038e328a02f6000eb477ade8f Author: Gary Gregory <[email protected]> AuthorDate: Fri Jun 26 17:15:56 2026 +0000 Add ggregory as developer in POM. --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index b433e35..f9aa583 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,21 @@ limitations under the License. <name>Piotr P. Karwasz</name> <email>[email protected]</email> </developer> + <developer> + <id>ggregory</id> + <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>PMC Member</role> + </roles> + <timezone>America/New_York</timezone> + <properties> + <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> + </properties> + </developer> </developers> <scm>
