Skip to content

Commit

Permalink
Add a <developers> section to the AutoFactory pom.xml.
Browse files Browse the repository at this point in the history
This is one of the release requirements mentioned in #1628.

RELNOTES=n/a
PiperOrigin-RevId: 582075408
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Nov 13, 2023
1 parent 9e010c8 commit 785388a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,31 @@
<url>http://www.google.com</url>
</organization>

<developers>
<developer>
<id>gk5885</id>
<name>Gregory Kick</name>
<email>gk5885@gmail.com</email>
<roles>
<role>owner</role>
<role>developer</role>
</roles>
<timezone>-6</timezone>
</developer>
<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>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down

0 comments on commit 785388a

Please sign in to comment.