Skip to content

Commit

Permalink
Add a <developers> section to auto/value/pom.xml.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 416419567
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Dec 15, 2021
1 parent 7dfa541 commit f7a8b80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions value/pom.xml
Expand Up @@ -59,6 +59,21 @@
<url>http://www.google.com</url>
</organization>

<developers>
<developer>
<id>eamonnmcmanus</id>
<name>Éamonn McManus</name>
<email>emcmanus@google.com</email>
<organization>Google</organization>
<organizationUrl>http://www.google.com</organizationUrl>
<roles>
<role>owner</role>
<role>developer</role>
</roles>
<timezone>-8</timezone>
</developer>
</developers>

<modules>
<module>annotations</module>
<module>processor</module>
Expand Down

0 comments on commit f7a8b80

Please sign in to comment.