updated to support 1.20.4

This commit is contained in:
Famous_Longwing 2024-02-08 21:03:29 -05:00
parent 364e056f1b
commit 09cab9a93e

23
pom.xml
View File

@ -2,9 +2,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>Me.EtienneDx</groupId>
<groupId>FamousL</groupId>
<artifactId>real-estate</artifactId>
<version>1.4.1</version>
<version>1.0</version>
<name>RealEstate</name>
<description>A spigot plugin for selling, renting and leasing GriefPrevention claims</description>
<build>
@ -58,6 +58,7 @@
</relocation>
</relocations>
</configuration>
<executions>
<execution>
<phase>package</phase>
@ -115,10 +116,10 @@
<id>aikar</id>
<url>https://repo.aikar.co/content/groups/aikar/</url>
</repository>
<!-- EssentialsX repo -->
<repository>
<id>ess-repo</id>
<url>https://ci.ender.zone/plugin/repository/everything/</url>
<id>essentialsx</id>
<name>EssentialsX API Repository</name>
<url>https://repo.essentialsx.net/releases</url>
</repository>
</repositories>
<pluginRepositories>
@ -131,7 +132,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -146,15 +147,15 @@
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<groupId>net.essentialsx</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.16.1</version>
<scope>provided</scope>
<version>2.20.1</version>
</dependency>
<dependency>
<groupId>com.github.TechFortress</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.18</version>
<version>16.18.1</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -163,4 +164,6 @@
<version>e9eab24</version>
</dependency>
</dependencies>
</project>