Skip to content

Commit

Permalink
Added snapshotRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaneyXYZ committed Feb 1, 2023
1 parent af7ad0e commit 08eb829
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@
</build>
<distributionManagement>
<repository>
<id>github</id>
<id>github-release</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/WMCAlliance/RoyalChat</url>
</repository>
<snapshotRepository>
<id>github-snapshot</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/WMCAlliance/RoyalChat</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
Expand Down

0 comments on commit 08eb829

Please sign in to comment.