From 275ccba3fcd4291182c3d73803bb320f5b08b709 Mon Sep 17 00:00:00 2001 From: Lina George Date: Tue, 3 Oct 2017 14:18:35 -0400 Subject: Config pom and feature changes Issue-ID: APPC-219 Change-Id: I407dd3781edcc6b06c598bc7fa1d57fc024c2648 Signed-off-by: Lina George --- appc-config/appc-config-audit/features/pom.xml | 1 - appc-config/appc-config-audit/features/src/main/resources/features.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'appc-config/appc-config-audit/features') diff --git a/appc-config/appc-config-audit/features/pom.xml b/appc-config/appc-config-audit/features/pom.xml index 4197f94ff..e318b8d17 100644 --- a/appc-config/appc-config-audit/features/pom.xml +++ b/appc-config/appc-config-audit/features/pom.xml @@ -29,7 +29,6 @@ org.opendaylight.mdsal features-mdsal - ${odl.mdsal.version} features xml diff --git a/appc-config/appc-config-audit/features/src/main/resources/features.xml b/appc-config/appc-config-audit/features/src/main/resources/features.xml index 5c07c6d0c..c6d618efb 100644 --- a/appc-config/appc-config-audit/features/src/main/resources/features.xml +++ b/appc-config/appc-config-audit/features/src/main/resources/features.xml @@ -24,7 +24,7 @@ xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> - mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features + mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features -- cgit 1.2.3-korg