Skip to content

Commit b2f9459

Browse files
committed
Fix CI: update Multiverse to 4.3.16, change onarandombox repo url
1 parent bc6d33b commit b2f9459

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
<!-- Multiverse Repo -->
486486
<repository>
487487
<id>onarandombox-repo-releases</id>
488-
<url>https://repo.onarandombox.com/content/repositories/multiverse/</url>
488+
<url>https://repo.onarandombox.com/multiverse-releases</url>
489489
<releases>
490490
<enabled>true</enabled>
491491
</releases>
@@ -495,7 +495,7 @@
495495
</repository>
496496
<repository>
497497
<id>onarandombox-repo-snapshots</id>
498-
<url>https://repo.onarandombox.com/content/repositories/multiverse-snapshots/</url>
498+
<url>https://repo.onarandombox.com/multiverse-snapshots</url>
499499
<releases>
500500
<enabled>false</enabled>
501501
</releases>
@@ -781,8 +781,8 @@
781781
<!-- Multi World plugin, https://www.spigotmc.org/resources/multiverse-core.390/ -->
782782
<dependency>
783783
<groupId>com.onarandombox.multiversecore</groupId>
784-
<artifactId>Multiverse-Core</artifactId>
785-
<version>4.3.1</version>
784+
<artifactId>multiverse-core</artifactId>
785+
<version>4.3.16</version>
786786
<type>jar</type>
787787
<scope>provided</scope>
788788
<exclusions>

0 commit comments

Comments
 (0)