From c3580ebb7d51f4e304ed16f88eb263155a31327b Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Tue, 23 Feb 2021 15:27:57 +0100 Subject: [PATCH] Update Netconf dependencies version Netconf is now a MRI project and do not use anymore SANPSHOT versions. Signed-off-by: guillaume.lambert Change-Id: Ied4ad625a4448c752a5221612fe14e9145794785 --- common/pom.xml | 2 +- features/odl-transportpce/pom.xml | 2 +- ordmodels/device/pom.xml | 2 +- test-common/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 46443c17a..8ef2e34cf 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ org.opendaylight.netconf netconf-artifacts - 1.10.0-SNAPSHOT + 1.13.0 import pom diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index db3257251..df65400fb 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce - 1.10.0-SNAPSHOT + 1.13.0 etc/opendaylight/karaf diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 91d44350d..0aadff1a5 100644 --- a/ordmodels/device/pom.xml +++ b/ordmodels/device/pom.xml @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.10.0-SNAPSHOT + 1.13.0 import pom diff --git a/test-common/pom.xml b/test-common/pom.xml index d1cdc2339..13d3624bf 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.netconf netconf-artifacts - 1.10.0-SNAPSHOT + 1.13.0 import pom -- 2.36.6