From 1d47d5ea1f716fc630ac5babe9e5cac3feeef165 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 6 Aug 2021 12:31:08 +0200 Subject: [PATCH] Bump netconf to 2.0.2 Adopt netconf-2.0.2 and related artifacts. Change-Id: I87486c4b06bcb7a8dd4ee93b5961bae9bb67f253 Signed-off-by: Robert Varga --- commons/parent/pom.xml | 4 ++-- features/odl-lispflowmapping-inmemorydb/pom.xml | 2 +- features/odl-lispflowmapping-mappingservice/pom.xml | 2 +- features/odl-lispflowmapping-models/pom.xml | 2 +- features/odl-lispflowmapping-neutron/pom.xml | 6 +++--- features/odl-lispflowmapping-southbound/pom.xml | 4 ++-- integrationtest/pom.xml | 2 +- mappingservice/api/pom.xml | 2 +- mappingservice/lisp-proto/pom.xml | 2 +- mappingservice/neutron/pom.xml | 4 ++-- mappingservice/pom.xml | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 03074a1b9..16c93d2c6 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -47,7 +47,7 @@ org.opendaylight.mdsal mdsal-artifacts - 8.0.0 + 8.0.1 pom import @@ -69,7 +69,7 @@ org.opendaylight.controller controller-artifacts - 4.0.0 + 4.0.1 pom import diff --git a/features/odl-lispflowmapping-inmemorydb/pom.xml b/features/odl-lispflowmapping-inmemorydb/pom.xml index 2ec79e8da..9bb2eb6ca 100644 --- a/features/odl-lispflowmapping-inmemorydb/pom.xml +++ b/features/odl-lispflowmapping-inmemorydb/pom.xml @@ -28,7 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller odl-mdsal-broker - 4.0.0 + 4.0.1 xml features diff --git a/features/odl-lispflowmapping-mappingservice/pom.xml b/features/odl-lispflowmapping-mappingservice/pom.xml index d01aabf9b..fe185cce6 100644 --- a/features/odl-lispflowmapping-mappingservice/pom.xml +++ b/features/odl-lispflowmapping-mappingservice/pom.xml @@ -28,7 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf odl-restconf - 2.0.1 + 2.0.2 xml features diff --git a/features/odl-lispflowmapping-models/pom.xml b/features/odl-lispflowmapping-models/pom.xml index 930c29b1c..57bfa1894 100644 --- a/features/odl-lispflowmapping-models/pom.xml +++ b/features/odl-lispflowmapping-models/pom.xml @@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 8.0.0 + 8.0.1 pom import diff --git a/features/odl-lispflowmapping-neutron/pom.xml b/features/odl-lispflowmapping-neutron/pom.xml index 09eca6a44..85a7a42b2 100644 --- a/features/odl-lispflowmapping-neutron/pom.xml +++ b/features/odl-lispflowmapping-neutron/pom.xml @@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 8.0.0 + 8.0.1 pom import @@ -59,14 +59,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf odl-netconf-tcp - 2.0.1 + 2.0.2 xml features org.opendaylight.netconf odl-netconf-clustered-topology - 2.0.1 + 2.0.2 xml features diff --git a/features/odl-lispflowmapping-southbound/pom.xml b/features/odl-lispflowmapping-southbound/pom.xml index 3be346c24..e803d2e26 100644 --- a/features/odl-lispflowmapping-southbound/pom.xml +++ b/features/odl-lispflowmapping-southbound/pom.xml @@ -28,14 +28,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf odl-restconf - 2.0.1 + 2.0.2 xml features org.opendaylight.controller odl-mdsal-broker - 4.0.0 + 4.0.1 xml features diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 4d59969f3..3d4f55580 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-it-parent - 4.0.0 + 4.0.1 diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index 26304166e..4b42076b9 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.mdsal binding-parent - 8.0.0 + 8.0.1 diff --git a/mappingservice/lisp-proto/pom.xml b/mappingservice/lisp-proto/pom.xml index f5e1ebd24..de3bc855f 100644 --- a/mappingservice/lisp-proto/pom.xml +++ b/mappingservice/lisp-proto/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 8.0.0 + 8.0.1 diff --git a/mappingservice/neutron/pom.xml b/mappingservice/neutron/pom.xml index cc57dd8eb..3af7e1c8d 100644 --- a/mappingservice/neutron/pom.xml +++ b/mappingservice/neutron/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.mdsal binding-parent - 8.0.0 + 8.0.1 @@ -33,7 +33,7 @@ org.opendaylight.netconf netconf-artifacts - 2.0.1 + 2.0.2 pom import diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index 3fa89ae9b..ca8667903 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 8.0.0 + 8.0.1 pom import -- 2.36.6