diff --git a/api/pom.xml b/api/pom.xml index 54c3345b..cf923879 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,13 +6,13 @@ net.md-5 bungeecord-parent - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT ../pom.xml net.md-5 bungeecord-api - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT jar BungeeCord-API diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index f2107213..c81de384 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -6,13 +6,13 @@ net.md-5 bungeecord-parent - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT ../pom.xml net.md-5 bungeecord-bootstrap - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT jar BungeeCord-Bootstrap diff --git a/config/pom.xml b/config/pom.xml index 8c7e4cff..b96e3420 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -6,13 +6,13 @@ net.md-5 bungeecord-parent - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT ../pom.xml net.md-5 bungeecord-config - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT jar BungeeCord-Config diff --git a/event/pom.xml b/event/pom.xml index 51f10759..bb4a8313 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -6,13 +6,13 @@ net.md-5 bungeecord-parent - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT ../pom.xml net.md-5 bungeecord-event - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT jar BungeeCord-Event diff --git a/pom.xml b/pom.xml index e4429247..cf3da354 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ net.md-5 bungeecord-parent - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT pom BungeeCord diff --git a/protocol/pom.xml b/protocol/pom.xml index c25d094d..545508d5 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -6,13 +6,13 @@ net.md-5 bungeecord-parent - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT ../pom.xml net.md-5 bungeecord-protocol - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT jar BungeeCord-Protocol diff --git a/proxy/pom.xml b/proxy/pom.xml index 3bee3d90..1369b852 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -6,13 +6,13 @@ net.md-5 bungeecord-parent - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT ../pom.xml net.md-5 bungeecord-proxy - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT jar BungeeCord-Proxy diff --git a/proxy/src/main/java/net/md_5/bungee/connection/PingHandler.java b/proxy/src/main/java/net/md_5/bungee/connection/PingHandler.java index 8c6e72bd..8629f055 100644 --- a/proxy/src/main/java/net/md_5/bungee/connection/PingHandler.java +++ b/proxy/src/main/java/net/md_5/bungee/connection/PingHandler.java @@ -20,7 +20,7 @@ public class PingHandler extends PacketHandler @Override public void connected(ChannelWrapper channel) throws Exception { - // TODO: Update this to 1.6.4 style! + // TODO: Update this to 1.7 style! channel.write( Unpooled.wrappedBuffer( new byte[] { (byte) 0xFE, (byte) 0x01 diff --git a/query/pom.xml b/query/pom.xml index f86726ce..bcf3dc50 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -6,13 +6,13 @@ net.md-5 bungeecord-parent - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT ../pom.xml net.md-5 bungeecord-query - 1.6.4-SNAPSHOT + 1.7-SNAPSHOT jar BungeeCord-Query