Skip to content

Commit

Permalink
Use more reliable repository for artifact deployments, also allow fo…
Browse files Browse the repository at this point in the history
…r use of artifact without a requirement of authorization
  • Loading branch information
rchomczyk committed Oct 14, 2023
1 parent 8d20585 commit 29c57ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@

<distributionManagement>
<repository>
<id>rafal-moe-repo-private</id>
<url>https://repo.rafal.moe/private/</url>
<id>auroramc-pl-repo-releases</id>
<url>https://repo.auroramc.pl/releases/</url>
</repository>
<snapshotRepository>
<id>rafal-moe-repo-private</id>
<url>https://repo.rafal.moe/private/</url>
<id>auroramc-pl-repo-snapshots</id>
<url>https://repo.auroramc.pl/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 29c57ea

Please sign in to comment.