From 719ce3410373baf75d711a4fb9425a34fc4a09a8 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Fri, 30 Sep 2016 05:36:20 -0700 Subject: [PATCH] Remove ${karaf.version} property from pom.xml org.apache.karaf.shell.console is now part of odlparent since https://git.opendaylight.org/gerrit/#/c/42971 so we can get rid of one more property in a pom file, which is a GoodThing(TM). Change-Id: I1dc6eccabb1140668786b62fc00bbe8072600ced Signed-off-by: Lorand Jakab --- mappingservice/shell/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/mappingservice/shell/pom.xml b/mappingservice/shell/pom.xml index 49e1a0540..cfcaa3d0c 100644 --- a/mappingservice/shell/pom.xml +++ b/mappingservice/shell/pom.xml @@ -16,7 +16,6 @@ org.apache.karaf.shell org.apache.karaf.shell.console - ${karaf.version} org.opendaylight.lispflowmapping -- 2.36.6