Update id & name of repository to match settings.xml

This commit is contained in:
Darin Kelkhoff
2021-10-27 21:28:36 -05:00
parent f7d52f66ff
commit 166aa8a48b

View File

@ -122,16 +122,16 @@
<repositories>
<repository>
<id>github</id>
<name>GitHub kingsrook Maven Packages</name>
<id>github-qqq-maven-registry</id>
<name>GitHub QQQ Maven Registry</name>
<url>https://maven.pkg.github.com/Kingsrook/qqq-maven-registry</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub kingsrook Maven Packages</name>
<id>github-qqq-maven-registry</id>
<name>GitHub QQQ Maven Registry</name>
<url>https://maven.pkg.github.com/Kingsrook/qqq-maven-registry</url>
</repository>
</distributionManagement>