Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
fix: correct maven artifact metadata (#145)
Browse files Browse the repository at this point in the history
Fixes #72
  • Loading branch information
Neenu1995 committed Apr 26, 2021
1 parent 5d9f360 commit 15f5c4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -32,13 +32,13 @@
<name>Google LLC</name>
</organization>
<scm>
<connection>scm:git:git@github.com:googleapis/java-iam.git</connection>
<developerConnection>scm:git:git@github.com:googleapis/java-iam.git</developerConnection>
<url>https://github.com/googleapis/java-iam</url>
<connection>scm:git@github.com:googleapis/java-common-protos.git</connection>
<developerConnection>scm:git@github.com:googleapis/java-common-protos.git</developerConnection>
<url>https://github.com/googleapis/java-common-protos</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://github.com/googleapis/java-iam/issues</url>
<url>https://github.com/googleapis/java-common-protos/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<distributionManagement>
Expand Down

0 comments on commit 15f5c4a

Please sign in to comment.