From ac426f0c3f993c3c07c3fc4445e40ca89ee95096 Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 14 Mar 2013 20:35:58 +1100 Subject: [PATCH] Use global netty version variable. --- pom.xml | 3 ++- protocol/pom.xml | 2 +- proxy/pom.xml | 9 +++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 71af32c1..070602bf 100644 --- a/pom.xml +++ b/pom.xml @@ -57,8 +57,9 @@ - UTF-8 unknown + 4.0.0.Beta3-SNAPSHOT + UTF-8 diff --git a/protocol/pom.xml b/protocol/pom.xml index 8e0a4416..e12cbdcb 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -22,7 +22,7 @@ io.netty netty-buffer - 4.0.0.Beta3-SNAPSHOT + ${netty.version} provided diff --git a/proxy/pom.xml b/proxy/pom.xml index ab7a764c..5e0de525 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -21,8 +21,13 @@ io.netty - netty-all - 4.0.0.Beta3-SNAPSHOT + netty-codec + ${netty.version} + + + io.netty + netty-handler + ${netty.version} net.md-5