From db199e090d7c21dc2da1825054f7977351f2c7e0 Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Sun, 20 Oct 2013 14:45:49 +0300 Subject: [PATCH] Declare netty.version and reuse it in commons pom. Change-Id: Idf1dc5a7ac172583dd2171fa73c13367a0af5637 Signed-off-by: Alissa Bonas --- opendaylight/commons/opendaylight/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 9c1d752f90..9a3f1e6ec9 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -87,6 +87,7 @@ 0.1.1-SNAPSHOT 0.5.1-SNAPSHOT 0.0.1-SNAPSHOT + 4.0.9.Final @@ -647,27 +648,27 @@ io.netty netty-handler - 4.0.9.Final + ${netty.version} io.netty netty-codec - 4.0.9.Final + ${netty.version} io.netty netty-buffer - 4.0.9.Final + ${netty.version} io.netty netty-transport - 4.0.9.Final + ${netty.version} io.netty netty-common - 4.0.9.Final + ${netty.version} -- 2.36.6