Skip to content

Commit

Permalink
Correct BungeeCord repo imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ME1312 committed Nov 30, 2018
1 parent dc63284 commit 4e58e01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions SubServers.Bungee/pom.xml
Expand Up @@ -10,6 +10,10 @@
<packaging>jar</packaging>

<repositories>
<repository>
<id>md_5-repo</id>
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
</repository>
<repository>
<id>me1312-repo</id>
<url>https://src.me1312.net/maven</url>
Expand Down
2 changes: 1 addition & 1 deletion SubServers.Host/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>18w47e</version>
<version>18w47f</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions SubServers.Sync/pom.xml
Expand Up @@ -10,10 +10,6 @@
<packaging>jar</packaging>

<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>md_5-repo</id>
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
Expand Down

0 comments on commit 4e58e01

Please sign in to comment.