From 2d41b3572c42103d9083f4e23b63453620852908 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 25 May 2021 11:11:02 +0200 Subject: [PATCH] Fixup netconf-parent path netconf-parent's directory is just 'parent', fix that up. Change-Id: I863f07415ec49cb8ecda0c60de316ce048c27d9b Signed-off-by: Robert Varga --- restconf/restconf-common-models/pom.xml | 2 +- restconf/restconf-common/pom.xml | 2 +- restconf/restconf-models/ietf-restconf-monitoring/pom.xml | 2 +- restconf/restconf-models/ietf-restconf/pom.xml | 2 +- restconf/restconf-nb-bierman02/pom.xml | 2 +- restconf/restconf-nb-rfc8040/pom.xml | 2 +- restconf/sal-rest-docgen-maven/pom.xml | 2 +- restconf/sal-rest-docgen/pom.xml | 2 +- restconf/sal-restconf-broker/pom.xml | 2 +- restconf/websocket-client/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/restconf/restconf-common-models/pom.xml b/restconf/restconf-common-models/pom.xml index 466c27260f..443aa24bdc 100644 --- a/restconf/restconf-common-models/pom.xml +++ b/restconf/restconf-common-models/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../netconf-parent + ../../parent restconf-common-models diff --git a/restconf/restconf-common/pom.xml b/restconf/restconf-common/pom.xml index 3ae55d464c..f2995b2de1 100644 --- a/restconf/restconf-common/pom.xml +++ b/restconf/restconf-common/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../netconf-parent + ../../parent restconf-common diff --git a/restconf/restconf-models/ietf-restconf-monitoring/pom.xml b/restconf/restconf-models/ietf-restconf-monitoring/pom.xml index 14942f484e..9ee352befd 100644 --- a/restconf/restconf-models/ietf-restconf-monitoring/pom.xml +++ b/restconf/restconf-models/ietf-restconf-monitoring/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../../netconf-parent + ../../../parent ietf-restconf-monitoring diff --git a/restconf/restconf-models/ietf-restconf/pom.xml b/restconf/restconf-models/ietf-restconf/pom.xml index 31009ce712..7e6b945874 100644 --- a/restconf/restconf-models/ietf-restconf/pom.xml +++ b/restconf/restconf-models/ietf-restconf/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../../netconf-parent + ../../../parent ietf-restconf diff --git a/restconf/restconf-nb-bierman02/pom.xml b/restconf/restconf-nb-bierman02/pom.xml index 18bcd6266a..84bab39bd4 100644 --- a/restconf/restconf-nb-bierman02/pom.xml +++ b/restconf/restconf-nb-bierman02/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../netconf-parent + ../../parent restconf-nb-bierman02 diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml index 3786206a27..0993493900 100644 --- a/restconf/restconf-nb-rfc8040/pom.xml +++ b/restconf/restconf-nb-rfc8040/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../netconf-parent + ../../parent restconf-nb-rfc8040 diff --git a/restconf/sal-rest-docgen-maven/pom.xml b/restconf/sal-rest-docgen-maven/pom.xml index 6f7d8b50c6..9bd2d55684 100644 --- a/restconf/sal-rest-docgen-maven/pom.xml +++ b/restconf/sal-rest-docgen-maven/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../netconf-parent + ../../parent sal-rest-docgen-maven diff --git a/restconf/sal-rest-docgen/pom.xml b/restconf/sal-rest-docgen/pom.xml index 45f6f224a4..f4a5b5a34d 100644 --- a/restconf/sal-rest-docgen/pom.xml +++ b/restconf/sal-rest-docgen/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../netconf-parent + ../../parent sal-rest-docgen diff --git a/restconf/sal-restconf-broker/pom.xml b/restconf/sal-restconf-broker/pom.xml index a58545e991..d2a213198a 100644 --- a/restconf/sal-restconf-broker/pom.xml +++ b/restconf/sal-restconf-broker/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../netconf-parent + ../../parent sal-restconf-broker diff --git a/restconf/websocket-client/pom.xml b/restconf/websocket-client/pom.xml index 459c546c8c..122ca5774c 100644 --- a/restconf/websocket-client/pom.xml +++ b/restconf/websocket-client/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.netconf netconf-parent 2.0.0-SNAPSHOT - ../../netconf-parent + ../../parent websocket-client -- 2.36.6