update wg depend and dump YardWatch API version into a resource file

This commit is contained in:
2024-07-19 18:55:06 +02:00
parent afdb3a0e3e
commit 8aba8ea79d
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -15,6 +15,7 @@
<properties>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<yardwatch.api.version>2.0.0</yardwatch.api.version>
</properties>
<url>https://youhavetrouble.me</url>
@@ -105,7 +106,7 @@
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.4-SNAPSHOT</version>
<version>7.0.9-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.bstats</groupId>
@@ -117,7 +118,7 @@
<dependency>
<groupId>com.github.YouHaveTrouble</groupId>
<artifactId>YardWatchAPI</artifactId>
<version>2.0.0</version>
<version>${yardwatch.api.version}</version>
<scope>compile</scope>
</dependency>
<dependency>