Skip to content

Commit

Permalink
build: add developer field to parent pom (#1793)
Browse files Browse the repository at this point in the history
* chore: remove duplicate organization field
  • Loading branch information
Neenu1995 authored May 10, 2021
1 parent c748b69 commit 726f59b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@
</issueManagement>

<inceptionYear>2010</inceptionYear>

<developers>
<developer>
<id>chingor</id>
<name>Jeff Ching</name>
<email>[email protected]</email>
<organization>Google</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>neenushaji</id>
<name>Neenu Shaji</name>
<email>[email protected]</email>
<organization>Google</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/googleapis/google-api-java-client.git</connection>
Expand Down

0 comments on commit 726f59b

Please sign in to comment.