Skip to content

Commit 6f46b84

Browse files
committed
chore(pom): fix repo id in pom
1 parent 308b509 commit 6f46b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
<distributionManagement>
2323
<repository>
24-
<id>github</id>
24+
<id>github-common</id>
2525
<name>GitHub Packages</name>
2626
<url>https://maven.pkg.github.com/podmortem/common-lib</url>
2727
</repository>
2828
<snapshotRepository>
29-
<id>github</id>
29+
<id>github-common</id>
3030
<name>GitHub Packages</name>
3131
<url>https://maven.pkg.github.com/podmortem/common-lib</url>
3232
</snapshotRepository>

0 commit comments

Comments
 (0)