12.1.0 Added 1.18 support

This commit is contained in:
mfnalex 2021-11-28 14:48:12 +01:00
parent 0c1ca91360
commit 7be76e2343
1 changed files with 4 additions and 11 deletions

15
pom.xml
View File

@ -9,7 +9,7 @@
<name>ChestSort</name>
<url>https://www.chestsort.de</url>
<description>Allows automatic chest sorting!</description>
<version>12.0.6</version>
<version>12.1.0</version>
<packaging>jar</packaging>
<properties>
@ -128,7 +128,7 @@
<repository>
<id>jeff-media-gbr</id>
<url>https://repo.jeff-media.de/maven2</url>
<url>https://hub.jeff-media.com/nexus/repository/jeff-media-public</url>
</repository>
<repository>
@ -173,7 +173,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<version>1.18-rc3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
@ -187,7 +187,7 @@
<dependency>
<groupId>de.jeff_media</groupId>
<artifactId>JeffLib</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>7.0.1</version>
<scope>compile</scope>
</dependency>
@ -261,11 +261,4 @@
</dependencies>
<distributionManagement>
<repository>
<id>jeff-ftp</id>
<url>ftps://ftp.jeff-media.de/maven2</url>
</repository>
</distributionManagement>
</project>