Skip to content

Commit 927f09a

Browse files
author
games647
authored
Fix ProtocolLib version and paper URL (#1269)
### Summary of your change - Use new URL for papermc. The old one will breaked at the end of december - The used version of ProtocolLib is no longer available. I changed it to new one.
2 parents 4dd6b9a + 9dee4e5 commit 927f09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bukkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<!-- PaperSpigot API, PaperLib, datafixupper and bungeecord-chat -->
120120
<repository>
121121
<id>papermc</id>
122-
<url>https://papermc.io/repo/repository/maven-public/</url>
122+
<url>https://repo.papermc.io/repository/maven-public/</url>
123123
</repository>
124124

125125
<!-- ProtocolLib -->
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.comphenix.protocol</groupId>
210210
<artifactId>ProtocolLib</artifactId>
211-
<version>5.3.0-SNAPSHOT</version>
211+
<version>5.3.0</version>
212212
<scope>provided</scope>
213213
<exclusions>
214214
<exclusion>

0 commit comments

Comments
 (0)