From 2654766bf8e84f41e72fae4af450bf1705641506 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 20 May 2015 19:17:55 -0400 Subject: [PATCH] Bug 3313 - Fix to config-parent Incorrect relative paths makes this build unbuildable. Change-Id: I9fc288e688c66c09e7f7456f67fe3e9e4b2dc015 Signed-off-by: Thanh Ha --- fibmanager/fibmanager-api/pom.xml | 2 +- vpnmanager/vpnmanager-api/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fibmanager/fibmanager-api/pom.xml b/fibmanager/fibmanager-api/pom.xml index b5e06b92..a8d70b21 100644 --- a/fibmanager/fibmanager-api/pom.xml +++ b/fibmanager/fibmanager-api/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.vpnservice config-parent 0.1.0-SNAPSHOT - ../../commons/binding-parent + ../../commons/config-parent 4.0.0 diff --git a/vpnmanager/vpnmanager-api/pom.xml b/vpnmanager/vpnmanager-api/pom.xml index 89679c13..07054756 100644 --- a/vpnmanager/vpnmanager-api/pom.xml +++ b/vpnmanager/vpnmanager-api/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.vpnservice config-parent 0.1.0-SNAPSHOT - ../../commons/binding-parent + ../../commons/config-parent 4.0.0 -- 2.36.6