Skip to content

Commit bc6d33b

Browse files
committed
Fix CI: update ProtocolLib to 5.3.0, change dmulloy2 repo url
1 parent 46cb717 commit bc6d33b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
<!-- ProtocolLib Repo -->
464464
<repository>
465465
<id>dmulloy2-repo-releases</id>
466-
<url>https://repo.dmulloy2.net/nexus/repository/releases/</url>
466+
<url>https://repo.dmulloy2.net/repository/releases/</url>
467467
<releases>
468468
<enabled>true</enabled>
469469
</releases>
@@ -473,7 +473,7 @@
473473
</repository>
474474
<repository>
475475
<id>dmulloy2-repo-snapshots</id>
476-
<url>https://repo.dmulloy2.net/nexus/repository/snapshots/</url>
476+
<url>https://repo.dmulloy2.net/repository/snapshots/</url>
477477
<releases>
478478
<enabled>false</enabled>
479479
</releases>
@@ -702,7 +702,7 @@
702702
<dependency>
703703
<groupId>com.comphenix.protocol</groupId>
704704
<artifactId>ProtocolLib</artifactId>
705-
<version>5.1.0</version>
705+
<version>5.3.0</version>
706706
<scope>provided</scope>
707707
<exclusions>
708708
<exclusion>

0 commit comments

Comments
 (0)