mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-02-13 18:51:19 +01:00
2.99.0
Took 5 seconds
This commit is contained in:
parent
810444f886
commit
825f07d479
14
pom.xml
14
pom.xml
@ -8,7 +8,7 @@
|
||||
|
||||
<name>AuctionHouse</name>
|
||||
<description>The ultimate auction solution for your server</description>
|
||||
<version>2.98.0</version>
|
||||
<version>2.99.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<author>Kiran Hart</author>
|
||||
@ -33,7 +33,8 @@
|
||||
<id>repsy</id>
|
||||
<name>Tweetzy Maven Repo On Repsy</name>
|
||||
<url>https://repo.repsy.io/mvn/kiran/tweetzy</url>
|
||||
</repository> <repository>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>placeholderapi</id>
|
||||
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
||||
</repository>
|
||||
@ -120,11 +121,6 @@
|
||||
<artifactId>tweetycore</artifactId>
|
||||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.tr7zw</groupId>
|
||||
<artifactId>item-nbt-api</artifactId>
|
||||
<version>2.11.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mineacademy.plugin</groupId>
|
||||
<artifactId>CMI-API</artifactId>
|
||||
@ -320,10 +316,6 @@
|
||||
<pattern>co.aikar.taskchain</pattern>
|
||||
<shadedPattern>${project.groupId}.${project.artifactId}.lib.taskchain</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>de.tr7zw.changeme.nbtapi</pattern>
|
||||
<shadedPattern>${project.groupId}.${project.artifactId}.lib.de.tr7zw.nbtapi</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user