From b95bdf48460278c336390edeb4372b8ddb6c225f Mon Sep 17 00:00:00 2001 From: Chris <65610536+Chris6ix@users.noreply.github.com> Date: Sat, 3 Jul 2021 13:29:03 +0200 Subject: [PATCH 1/3] Update Dependencies --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c75b4d3..696efe2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ com.technovision homegui - 1.3 + 1.5 jar Homegui - 1.8 + 16 UTF-8 @@ -22,7 +22,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.8.1 ${java.version} ${java.version} @@ -31,7 +31,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.2.4 package @@ -72,13 +72,13 @@ org.spigotmc spigot-api - 1.15.2-R0.1-SNAPSHOT + 1.17-R0.1-SNAPSHOT provided com.github.cryptomorin XSeries - 6.0.1 + 8.1.0 From 2dd351a6023ef97c08082b67722206314896c596 Mon Sep 17 00:00:00 2001 From: Chris <65610536+Chris6ix@users.noreply.github.com> Date: Sat, 3 Jul 2021 13:29:45 +0200 Subject: [PATCH 2/3] Bump plugin version --- src/main/resources/plugin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 3e66fce..b29ca89 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: HomeGUI -version: 1.4 +version: 1.5 main: com.technovision.homegui.Homegui api-version: 1.13 depend: [Essentials] @@ -11,4 +11,4 @@ commands: aliases: homes h: description: Reloads the HomeGUI config. - usage: / \ No newline at end of file + usage: / From e60956e5fdfe330b9a7824756621284fbe3bbd10 Mon Sep 17 00:00:00 2001 From: Chris <65610536+Chris6ix@users.noreply.github.com> Date: Thu, 8 Jul 2021 08:30:10 +0200 Subject: [PATCH 3/3] Update to 1.17.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 696efe2..f3c82ff 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ org.spigotmc spigot-api - 1.17-R0.1-SNAPSHOT + 1.17.1-R0.1-SNAPSHOT provided