1
0
mirror of https://e.coding.net/circlecloud/YumCore.git synced 2024-11-21 01:38:51 +00:00

feat: update maven repo and dep version

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
502647092 2018-10-04 15:45:49 +08:00
parent f692881ec5
commit 1ed587e01a

16
pom.xml
View File

@ -52,21 +52,21 @@
<repositories>
<repository>
<id>yumc-repo</id>
<url>http://repo.yumc.pw/content/groups/public/</url>
<url>https://repo.yumc.pw/repository/maven-public/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>jtb</id>
<name>YUMC</name>
<url>http://repo.yumc.pw/content/repositories/yumcenter/</url>
<url>https://repo.yumc.pw/repository/yumcenter/</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>[1.12.1-R0.1-SNAPSHOT,)</version>
<version>1.12.2-R0.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>gson</artifactId>
@ -81,7 +81,7 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>[1.12-SNAPSHOT,)</version>
<version>1.12-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>snakeyaml</artifactId>
@ -92,7 +92,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>[2.5.1,)</version>
<version>2.9.2</version>
<exclusions>
<exclusion>
<artifactId>spigot-api</artifactId>
@ -103,12 +103,12 @@
<dependency>
<groupId>org.black_ixx</groupId>
<artifactId>PlayerPoints</artifactId>
<version>2.1.4</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<version>[1.5.6,)</version>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
@ -123,7 +123,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>