From 23c14482d833899573945b2cc53bb1420b2ee54b Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Wed, 20 Sep 2023 20:53:03 +0200 Subject: [PATCH] Bump upstream K dependencies Adopt: - yangtools-11.0.2 - mdsal-12.0.2 - netconf-6.0.4 Signed-off-by: Gilles Thouenon Change-Id: Ib5ffe41b1f5bd0720db41c7a925eb81372697e2a --- api/pom.xml | 2 +- common/pom.xml | 4 ++-- dmaap-client/pom.xml | 2 +- features/odl-transportpce-inventory/pom.xml | 4 ++-- features/odl-transportpce-swagger/pom.xml | 2 +- features/odl-transportpce-tapi/pom.xml | 6 +++--- features/odl-transportpce/pom.xml | 2 +- inventory/pom.xml | 4 ++-- nbinotifications/pom.xml | 2 +- networkmodel/pom.xml | 6 +++--- olm/pom.xml | 2 +- pce/pom.xml | 4 ++-- renderer/pom.xml | 2 +- servicehandler/pom.xml | 2 +- tapi/pom.xml | 4 ++-- test-common/pom.xml | 4 ++-- 16 files changed, 26 insertions(+), 26 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 43a42173b..a3af64ad8 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 diff --git a/common/pom.xml b/common/pom.xml index 61042130c..c1f3184e2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 @@ -35,7 +35,7 @@ org.opendaylight.netconf netconf-artifacts - 6.0.3 + 6.0.4 import pom diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index 97e77e091..82617107b 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index 16a183e77..cb8e62622 100644 --- a/features/odl-transportpce-inventory/pom.xml +++ b/features/odl-transportpce-inventory/pom.xml @@ -20,8 +20,8 @@ OpenDaylight :: transportpce :: Inventory - 12.0.1 - 6.0.3 + 12.0.2 + 6.0.4 19.0.0-SNAPSHOT localhost:3306 transportpce diff --git a/features/odl-transportpce-swagger/pom.xml b/features/odl-transportpce-swagger/pom.xml index a1d5e42b5..e8ff95e6d 100644 --- a/features/odl-transportpce-swagger/pom.xml +++ b/features/odl-transportpce-swagger/pom.xml @@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce :: swagger - 6.0.3 + 6.0.4 etc/opendaylight/karaf false diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 4ee72f51a..7a325a499 100644 --- a/features/odl-transportpce-tapi/pom.xml +++ b/features/odl-transportpce-tapi/pom.xml @@ -23,8 +23,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce :: tapi - 12.0.1 - 6.0.3 + 12.0.2 + 6.0.4 19.0.0-SNAPSHOT false @@ -41,7 +41,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.mdsal mdsal-artifacts - 12.0.1 + 12.0.2 import pom diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index a143dfbba..84d937a78 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce - 6.0.3 + 6.0.4 19.0.0-SNAPSHOT etc/opendaylight/karaf false diff --git a/inventory/pom.xml b/inventory/pom.xml index 319ffac37..61343be95 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 @@ -35,7 +35,7 @@ org.opendaylight.netconf netconf-artifacts - 6.0.3 + 6.0.4 import pom diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index fb1de3b7f..3683f383d 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 324fdaa98..3980dfee3 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -38,21 +38,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools yangtools-artifacts - 11.0.1 + 11.0.2 import pom org.opendaylight.mdsal mdsal-artifacts - 12.0.1 + 12.0.2 import pom org.opendaylight.netconf netconf-artifacts - 6.0.3 + 6.0.4 import pom diff --git a/olm/pom.xml b/olm/pom.xml index ac7394939..83ddf8eac 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 diff --git a/pce/pom.xml b/pce/pom.xml index e60347b9e..d1e02d147 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 @@ -39,7 +39,7 @@ org.opendaylight.mdsal mdsal-artifacts - 12.0.1 + 12.0.2 import pom diff --git a/renderer/pom.xml b/renderer/pom.xml index 9b604a40e..1b1138c5a 100644 --- a/renderer/pom.xml +++ b/renderer/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 188e9ef87..777ddee1f 100644 --- a/servicehandler/pom.xml +++ b/servicehandler/pom.xml @@ -15,7 +15,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 diff --git a/tapi/pom.xml b/tapi/pom.xml index 058f7c3c1..d15e0a89f 100644 --- a/tapi/pom.xml +++ b/tapi/pom.xml @@ -15,7 +15,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 @@ -40,7 +40,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.netconf netconf-artifacts - 6.0.3 + 6.0.4 import pom diff --git a/test-common/pom.xml b/test-common/pom.xml index 050f7498d..315cca84c 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 12.0.1 + 12.0.2 @@ -37,7 +37,7 @@ org.opendaylight.netconf netconf-artifacts - 6.0.3 + 6.0.4 import pom -- 2.36.6