pom.xml aktualisiert

This commit is contained in:
2025-11-26 15:42:08 +00:00
parent 953737667e
commit d615aa70ea

View File

@@ -6,14 +6,14 @@
<groupId>vpd.bowandaero12</groupId> <groupId>vpd.bowandaero12</groupId>
<artifactId>FurnaceLevels</artifactId> <artifactId>FurnaceLevels</artifactId>
<version>2.0</version> <version>2.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>FurnaceLevels</name> <name>FurnaceLevels</name>
<description>Öfen werden bis Stufe 5 schneller!</description> <description>Öfen werden bis Stufe 5 schneller!</description>
<properties> <properties>
<java.version>17</java.version> <java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
@@ -47,7 +47,7 @@
<dependency> <dependency>
<groupId>com.comphenix.protocol</groupId> <groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId> <artifactId>ProtocolLib</artifactId>
<version>5.2.0</version> <version>5.4.0</version>
<scope>system</scope> <scope>system</scope>
<systemPath>C:/Users/Viper/Desktop/ProtocolLib.jar</systemPath> <systemPath>C:/Users/Viper/Desktop/ProtocolLib.jar</systemPath>
</dependency> </dependency>