From 751b981438903be046183ecfcfc87b9fe6d91914 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 19 Mar 2024 16:28:45 -0400 Subject: Migrate bierman API to Argon Update Biermann API code to work correctly with OpenDaylight Argon release Issue-ID: CCSDK-4001 Change-Id: Ia9b45b05744908b806a22793e7870c613942dfb4 Signed-off-by: Dan Timoney --- netconf/features/pom.xml | 4 ++-- netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml | 6 +++--- netconf/features/restconf/pom.xml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'netconf/features') diff --git a/netconf/features/pom.xml b/netconf/features/pom.xml index fa13cae..910a38a 100644 --- a/netconf/features/pom.xml +++ b/netconf/features/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.odlparent odlparent-lite - 11.0.3 + 12.0.7 org.onap.ccsdk.odl-legacy.netconf netconf-features-parent - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT pom diff --git a/netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml b/netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml index 4c0b47b..947934a 100644 --- a/netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml +++ b/netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.netconf feature-parent - 4.0.4 - ../../parent + 5.0.7 + org.onap.ccsdk.odl-legacy.netconf odl-restconf-nb-bierman02 - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT feature OpenDaylight :: Restconf :: NB :: bierman02 diff --git a/netconf/features/restconf/pom.xml b/netconf/features/restconf/pom.xml index 72ddd87..5db9c60 100644 --- a/netconf/features/restconf/pom.xml +++ b/netconf/features/restconf/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.odlparent odlparent-lite - 11.0.3 + 12.0.7 org.onap.ccsdk.odk-legacy features-restconf-aggregator - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT pom -- cgit