mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-14 04:05:44 +01:00
2.100.2
Took 10 seconds
This commit is contained in:
parent
0ced08ddce
commit
833f1a2070
15
pom.xml
15
pom.xml
@ -8,7 +8,7 @@
|
||||
|
||||
<name>AuctionHouse</name>
|
||||
<description>The ultimate auction solution for your server</description>
|
||||
<version>2.100.1</version>
|
||||
<version>2.100.2</version>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<author>Kiran Hart</author>
|
||||
@ -21,6 +21,10 @@
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>techscode</id>
|
||||
<url>https://repo.techscode.com/repository/maven-releases/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
@ -59,10 +63,6 @@
|
||||
<id>mineacademy-repo</id>
|
||||
<url>https://bitbucket.org/kangarko/libraries/raw/master</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>techscode</id>
|
||||
<url>https://repo.techscode.com/repository/maven-releases/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>essentials-releases</id>
|
||||
<url>https://repo.essentialsx.net/releases/</url>
|
||||
@ -167,8 +167,9 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.TechsCode</groupId>
|
||||
<artifactId>UltraEconomyAPI</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<artifactId>UltraEconomyApi</artifactId>
|
||||
<version>2.6.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.acrobot.chestshop</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user