Update to 1.7 poms.

This commit is contained in:
md_5
2013-10-23 17:33:21 +11:00
parent 2101964330
commit 0952e53d11
9 changed files with 16 additions and 16 deletions

View File

@@ -6,13 +6,13 @@
<parent>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-proxy</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.7-SNAPSHOT</version>
<packaging>jar</packaging>
<name>BungeeCord-Proxy</name>

View File

@@ -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