Add a <developers> section to the main pom.xml.

This commit is contained in:
Éamonn McManus 2022-10-24 18:06:21 -07:00
parent 79c27dd885
commit 7ca36c5e67

View File

@ -31,6 +31,13 @@
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<developers>
<developer>
<organization>Google</organization>
<organizationUrl>http://www.google.com</organizationUrl>
</developer>
</developers>
<issueManagement> <issueManagement>
<system>GitHub Issues</system> <system>GitHub Issues</system>
<url>https://github.com/google/gson/issues</url> <url>https://github.com/google/gson/issues</url>