mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-19 22:02:37 +01:00
Re-order repos.
This commit is contained in:
parent
3d1481fec5
commit
e1c08107c2
13
pom.xml
13
pom.xml
@ -154,12 +154,6 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<!-- This is a temporary reference as the Maven Shade plugin
|
|
||||||
that supports Java 16 is not released yet -->
|
|
||||||
<id>maven-snapshots</id>
|
|
||||||
<url>https://repository.apache.org/content/repositories/snapshots/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
|
||||||
@ -188,6 +182,13 @@
|
|||||||
<id>papermc</id>
|
<id>papermc</id>
|
||||||
<url>https://papermc.io/repo/repository/maven-public/</url>
|
<url>https://papermc.io/repo/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<!-- This is a temporary reference as the Maven Shade plugin
|
||||||
|
that supports Java 16 is not released yet -->
|
||||||
|
<id>maven-snapshots</id>
|
||||||
|
<url>https://repository.apache.org/content/repositories/snapshots/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user