From 46ff47343b840ef466dc27c10c9fdca39e4d3430 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 9 Aug 2016 11:39:55 +1000 Subject: [PATCH] Fix relative paths for mdsal-it-parent Change-Id: Id321a86500216a8cf0ebe5ce7ebb698717996c7c Signed-off-by: Anil Belur --- opendaylight/md-sal/sal-binding-it/pom.xml | 2 +- opendaylight/md-sal/samples/toaster-it/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/md-sal/sal-binding-it/pom.xml b/opendaylight/md-sal/sal-binding-it/pom.xml index 1fb5be8f93..6a2ac4984c 100644 --- a/opendaylight/md-sal/sal-binding-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-it/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller mdsal-it-parent 1.5.0-SNAPSHOT - + ../mdsal-it-parent sal-binding-it diff --git a/opendaylight/md-sal/samples/toaster-it/pom.xml b/opendaylight/md-sal/samples/toaster-it/pom.xml index 7b53702706..ab948483f0 100644 --- a/opendaylight/md-sal/samples/toaster-it/pom.xml +++ b/opendaylight/md-sal/samples/toaster-it/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller mdsal-it-parent 1.5.0-SNAPSHOT - + ../../mdsal-it-parent sample-toaster-it -- 2.36.6