diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-24 14:10:47 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-24 14:10:47 -0400 |
commit | 3da7a74908fc61f855408c6da15aa9e9b285abce (patch) | |
tree | 7e94cf29a4a23ac342be7347e63f54196971b37a /pom.xml | |
parent | update ver num (diff) | |
download | kenshinshideandseek-3da7a74908fc61f855408c6da15aa9e9b285abce.tar.gz kenshinshideandseek-3da7a74908fc61f855408c6da15aa9e9b285abce.tar.bz2 kenshinshideandseek-3da7a74908fc61f855408c6da15aa9e9b285abce.zip |
1.7.3 rc-1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -1,7 +1,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion> <groupId>net.tylermurphy</groupId> <artifactId>KenshinsHideAndSeek</artifactId> - <version>1.7.2</version> + <version>1.7.3</version> <name>Hide and Seek Plugin</name> <properties> @@ -15,7 +15,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.2.4</version> + <version>3.4.1</version> <executions> <execution> <phase>package</phase> @@ -62,7 +62,7 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> + <version>3.11.0</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -78,10 +78,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> @@ -104,9 +104,8 @@ <dependency> <groupId>com.comphenix.protocol</groupId> <artifactId>ProtocolLib</artifactId> - <version>4.8.0</version> - <scope>system</scope> - <systemPath>${project.basedir}/lib/ProtocolLib.jar</systemPath> + <version>5.0.0</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.xerial</groupId> @@ -121,7 +120,7 @@ <dependency> <groupId>com.github.cryptomorin</groupId> <artifactId>XSeries</artifactId> - <version>9.2.0</version> + <version>9.3.1</version> </dependency> <dependency> <groupId>me.clip</groupId> @@ -140,4 +139,4 @@ <version>3.1.2</version> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |