mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 07:59:44 +00:00
1.8.3
This commit is contained in:
parent
9bca2b44ab
commit
c798f995ca
1 changed files with 3 additions and 14 deletions
17
pom.xml
17
pom.xml
|
@ -40,17 +40,6 @@
|
|||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>essdev</id>
|
||||
<url>http://repo.ess3.net/content/repositories/essdev</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>essrel</id>
|
||||
<url>http://repo.ess3.net/content/repositories/essrel</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<modules>
|
||||
<module>Essentials</module>
|
||||
<module>EssentialsAntiBuild</module>
|
||||
|
@ -63,9 +52,9 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.8-R0.1-SNAPSHOT</version>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.8.3-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in a new issue