From 8aba8ea79d4b326f8733ece380987b8e7343906b Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 19 Jul 2024 18:55:06 +0200 Subject: [PATCH] update wg depend and dump YardWatch API version into a resource file --- pom.xml | 5 +++-- src/main/resources/apiversion.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/apiversion.txt diff --git a/pom.xml b/pom.xml index 54b4ccf..7f24774 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ 17 UTF-8 + 2.0.0 https://youhavetrouble.me @@ -105,7 +106,7 @@ com.sk89q.worldguard worldguard-bukkit - 7.0.4-SNAPSHOT + 7.0.9-SNAPSHOT org.bstats @@ -117,7 +118,7 @@ com.github.YouHaveTrouble YardWatchAPI - 2.0.0 + ${yardwatch.api.version} compile diff --git a/src/main/resources/apiversion.txt b/src/main/resources/apiversion.txt new file mode 100644 index 0000000..9a13820 --- /dev/null +++ b/src/main/resources/apiversion.txt @@ -0,0 +1 @@ +${yardwatch.api.version} \ No newline at end of file