Skip to content

Commit

Permalink
chore: fixing gapic-bom pom.xml (#8256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Sep 19, 2022
1 parent dedef71 commit 018d929
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
33 changes: 33 additions & 0 deletions generation/bom.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,39 @@
depend on this artifact explicitly because this BOM is an implementation
detail of the Libraries BOM.
</description>

<developers>
<developer>
<id>chingor</id>
<name>Jeff Ching</name>
<email>[email protected]</email>
<organization>Google</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<organization>
<name>Google LLC</name>
</organization>
<scm>
<connection>scm:git:[email protected]:googleapis/google-cloud-java.git</connection>
<developerConnection>scm:git:[email protected]:googleapis/google-cloud-java.git</developerConnection>
<url>https://github.com/googleapis/google-cloud-java</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://github.com/googleapis/google-cloud-java/issues</url>
<system>GitHub Issues</system>
</issueManagement>

<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<dependencyManagement>
<dependencies>
BOM_ARTIFACT_LIST
Expand Down
33 changes: 33 additions & 0 deletions google-cloud-gapic-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,39 @@
depend on this artifact explicitly because this BOM is an implementation
detail of the Libraries BOM.
</description>

<developers>
<developer>
<id>chingor</id>
<name>Jeff Ching</name>
<email>[email protected]</email>
<organization>Google</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<organization>
<name>Google LLC</name>
</organization>
<scm>
<connection>scm:git:[email protected]:googleapis/google-cloud-java.git</connection>
<developerConnection>scm:git:[email protected]:googleapis/google-cloud-java.git</developerConnection>
<url>https://github.com/googleapis/google-cloud-java</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://github.com/googleapis/google-cloud-java/issues</url>
<system>GitHub Issues</system>
</issueManagement>

<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 018d929

Please sign in to comment.