diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-24 11:50:01 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-24 11:50:01 -0500 |
commit | 0ea945d84ef519b0676793d60eb4d8b47c788e7c (patch) | |
tree | 672aec8083eb2c756fabdf8b85163f6ec9f1483b /pom.xml | |
parent | 1.7.0RC1 (diff) | |
download | kenshinshideandseek-0ea945d84ef519b0676793d60eb4d8b47c788e7c.tar.gz kenshinshideandseek-0ea945d84ef519b0676793d60eb4d8b47c788e7c.tar.bz2 kenshinshideandseek-0ea945d84ef519b0676793d60eb4d8b47c788e7c.zip |
1.7.0 rc2 (1.19.3 datawater fix)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -80,10 +80,10 @@ <id>spigot-repo</id> <url>https://hub.spigotmc.org/nexus/content/repositories/public/</url> </repository> - <repository> - <id>dmulloy2-repo</id> - <url>https://repo.dmulloy2.net/repository/public/</url> - </repository> +<!-- <repository>--> +<!-- <id>dmulloy2-repo</id>--> +<!-- <url>https://repo.dmulloy2.net/repository/public/</url>--> +<!-- </repository>--> <repository> <id>placeholderapi</id> <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url> @@ -106,9 +106,9 @@ <dependency> <groupId>com.comphenix.protocol</groupId> <artifactId>ProtocolLib</artifactId> - <version>4.4.0</version> -<!-- <scope>system</scope>--> -<!-- <systemPath>${project.basedir}/lib/ProtocolLib.jar</systemPath>--> + <version>4.8.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/lib/ProtocolLib.jar</systemPath> </dependency> <dependency> <groupId>org.xerial</groupId> |