Update bungee-proxy maven repository

This commit is contained in:
games647
2017-01-06 13:00:17 +01:00
parent bc53743c6b
commit f08daa9b72

View File

@ -19,8 +19,8 @@
<repositories>
<!--BungeeCord with also the part outside the API-->
<repository>
<id>myplayplanet-REPO</id>
<url>http://maven.myplayplanet.net/</url>
<id>bungee-repo</id>
<url>http://maven.addstar.com.au/artifactory/ext-snapshot-local/</url>
</repository>
<repository>
@ -40,7 +40,7 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-proxy</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>