From ce223a4e4d74daee6854e00e9d4e5d3a1bd5c1e8 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 29 Aug 2014 21:08:44 -0500 Subject: [PATCH] Fix version in samples/northbound/loadbalancer Otherwise autorelease breaks Change-Id: I47d81b916d4188640fc802498f8f702a11de876b Signed-off-by: Ed Warnicke --- opendaylight/samples/northbound/loadbalancer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/samples/northbound/loadbalancer/pom.xml b/opendaylight/samples/northbound/loadbalancer/pom.xml index 5854d5577f..d39241757f 100644 --- a/opendaylight/samples/northbound/loadbalancer/pom.xml +++ b/opendaylight/samples/northbound/loadbalancer/pom.xml @@ -81,7 +81,7 @@ org.opendaylight.controller sal - 0.7.1-SNAPSHOT + ${sal.version} -- 2.36.6