Skip to content

Commit 15f5c4a

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
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:[email protected]:googleapis/java-common-protos.git</connection>
36+
<developerConnection>scm:[email protected]: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)