mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-03 08:03:26 +01:00
12.1.0 Added 1.18 support
This commit is contained in:
parent
0c1ca91360
commit
7be76e2343
15
pom.xml
15
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user