diff --git a/api/pom.xml b/api/pom.xml
index 54c3345bb..cf9238796 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 f21072132..c81de384c 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 8c7e4cff6..b96e34203 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 51f107597..bb4a83136 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 e44292479..cf3da354d 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 c25d094d6..545508d5b 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 3bee3d90a..1369b8527 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 8c6e72bd7..8629f055a 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 f86726ce4..bcf3dc502 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