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/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new c8de72e90 Add self as <developer> to POM
c8de72e90 is described below
commit c8de72e9051a014ad953ee6eea54d585e3a51811
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 24 11:12:42 2023 -0400
Add self as <developer> to POM
---
pom.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/pom.xml b/pom.xml
index 05b58d1ec..4231ad278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,5 +451,20 @@
<name>Ayeshmantha Perera</name>
<roles><role>PMC</role></roles>
</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>
</project>