updating to utilize qqq maven repo

This commit is contained in:
tsamplesKR
2022-04-28 12:15:38 -05:00
parent 0f1d677962
commit b00061a4a9
2 changed files with 19 additions and 11 deletions

21
pom.xml
View File

@ -130,20 +130,19 @@
</plugins>
</build>
<!--
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://localhost:8088/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
-->
<repositories>
<repository>
<id>github</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>
<url>https://maven.pkg.github.com/Kingsrook/qqq-maven-registry</url>
<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>