summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 11 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index f6ad5f0..629289f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>