mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
Change maven repository IDs in pom.xml
I've setup proxy repositories at https://songoda.sprax.dev/repo/ for all current Core v3 dependencies (except maven-central). These updated IDs can now be used in `~/.m2/settings.xml` to configure mirrors: https://maven.apache.org/guides/mini/guide-mirror-settings.html
This commit is contained in:
parent
b168ad0738
commit
ceebf211b3
14
pom.xml
14
pom.xml
@ -134,12 +134,12 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>songoda-minecraft-plugins</id>
|
||||
<id>songoda</id>
|
||||
<url>https://repo.songoda.com/repository/minecraft-plugins/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>spigotmc-repo</id>
|
||||
<id>SpigotMC</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
|
||||
@ -149,7 +149,7 @@
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>bg-repo</id>
|
||||
<id>bg-software</id>
|
||||
<url>https://repo.bg-software.com/repository/api/</url>
|
||||
</repository>
|
||||
|
||||
@ -159,13 +159,13 @@
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io/</url>
|
||||
<id>PaperMC</id>
|
||||
<url>https://papermc.io/repo/repository/maven-public/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>papermc</id>
|
||||
<url>https://papermc.io/repo/repository/maven-public/</url>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user