From dcccc64df74dd387a4bb4e2652dd4cd5eafe26bc Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 25 Aug 2021 11:05:52 +0200 Subject: [PATCH 1/1] Fix parent reference The relativePath needs to point to correct pom, fix that. Change-Id: I76382cc09ec294f585cdb7fdc1fd86a0bc2762b4 Signed-off-by: Robert Varga --- opendaylight/md-sal/eos-dom-akka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/md-sal/eos-dom-akka/pom.xml b/opendaylight/md-sal/eos-dom-akka/pom.xml index 7eda688b5f..584d2e22c9 100644 --- a/opendaylight/md-sal/eos-dom-akka/pom.xml +++ b/opendaylight/md-sal/eos-dom-akka/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.controller mdsal-parent 4.0.2-SNAPSHOT - ../bundle-parent + ../parent eos-dom-akka -- 2.36.6