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

Commit 15f5c4a

Browse files
authored
fix: correct maven artifact metadata (#145)
Fixes #72
1 parent 5d9f360 commit 15f5c4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
<name>Google LLC</name>
3333
</organization>
3434
<scm>
35-
<connection>scm:git:git@github.com:googleapis/java-iam.git</connection>
36-
<developerConnection>scm:git:git@github.com:googleapis/java-iam.git</developerConnection>
37-
<url>https://github.com/googleapis/java-iam</url>
35+
<connection>scm:git@github.com:googleapis/java-common-protos.git</connection>
36+
<developerConnection>scm:git@github.com:googleapis/java-common-protos.git</developerConnection>
37+
<url>https://github.com/googleapis/java-common-protos</url>
3838
<tag>HEAD</tag>
3939
</scm>
4040
<issueManagement>
41-
<url>https://github.com/googleapis/java-iam/issues</url>
41+
<url>https://github.com/googleapis/java-common-protos/issues</url>
4242
<system>GitHub Issues</system>
4343
</issueManagement>
4444
<distributionManagement>

0 commit comments

Comments
 (0)