From 8b0b4bffeabc5f49efdc4c098b7d5054411b695b Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Mon, 18 Nov 2019 15:56:56 +0100 Subject: [PATCH] Bump dependencies to Sodium SR2 Signed-off-by: guillaume.lambert Change-Id: I57cd6b2720db96b30b2f3766a7a7f2c1defbc835 --- api/pom.xml | 2 +- artifacts/pom.xml | 2 +- common/pom.xml | 6 +++--- features/features-transportpce/pom.xml | 2 +- features/odl-transportpce-api/pom.xml | 4 ++-- features/odl-transportpce-ordmodels/pom.xml | 10 +++++----- features/odl-transportpce-stubmodels/pom.xml | 2 +- features/odl-transportpce/pom.xml | 10 +++++----- features/pom.xml | 2 +- karaf/pom.xml | 2 +- networkmodel/pom.xml | 4 ++-- olm/pom.xml | 6 +++--- ordmodels/common/pom.xml | 2 +- ordmodels/device/pom.xml | 4 ++-- ordmodels/network/pom.xml | 2 +- ordmodels/pom.xml | 4 ++-- ordmodels/service/pom.xml | 2 +- pce/pom.xml | 4 ++-- pom.xml | 2 +- renderer/pom.xml | 6 +++--- servicehandler/pom.xml | 4 ++-- test-common/pom.xml | 6 +++--- 22 files changed, 44 insertions(+), 44 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 0f76fa015..f0a491996 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 - 4.0.4 + 4.0.7 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 7ede6dc79..bcaae83b9 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.3 diff --git a/common/pom.xml b/common/pom.xml index 4dcb33eaa..d99be57cd 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 4.0.4 + 4.0.7 @@ -24,14 +24,14 @@ org.opendaylight.controller mdsal-artifacts - 1.10.1-SNAPSHOT + 1.10.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT import pom diff --git a/features/features-transportpce/pom.xml b/features/features-transportpce/pom.xml index 426c3ee19..66df36224 100644 --- a/features/features-transportpce/pom.xml +++ b/features/features-transportpce/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent feature-repo-parent - 5.0.1 + 5.0.3 diff --git a/features/odl-transportpce-api/pom.xml b/features/odl-transportpce-api/pom.xml index 26ffc32a0..2caab37fc 100644 --- a/features/odl-transportpce-api/pom.xml +++ b/features/odl-transportpce-api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 5.0.1 + 5.0.3 @@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce-ordmodels/pom.xml b/features/odl-transportpce-ordmodels/pom.xml index 40ac2e297..66a2f3e47 100644 --- a/features/odl-transportpce-ordmodels/pom.xml +++ b/features/odl-transportpce-ordmodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 5.0.1 + 5.0.3 @@ -22,10 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL feature - 1.10.1-SNAPSHOT - 1.10.1-SNAPSHOT - 3.0.4 - 1.7.1-SNAPSHOT + 1.10.2-SNAPSHOT + 1.10.2-SNAPSHOT + 3.0.6 + 1.7.2-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce-stubmodels/pom.xml b/features/odl-transportpce-stubmodels/pom.xml index d2c2c8f96..f3900b717 100644 --- a/features/odl-transportpce-stubmodels/pom.xml +++ b/features/odl-transportpce-stubmodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 5.0.1 + 5.0.3 diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 2259919b5..24717443f 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 5.0.1 + 5.0.3 @@ -23,10 +23,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - 1.10.1-SNAPSHOT - 3.0.4 - 1.7.1-SNAPSHOT - 1.10.1-SNAPSHOT + 1.10.2-SNAPSHOT + 3.0.6 + 1.7.2-SNAPSHOT + 1.10.2-SNAPSHOT etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index 4017b5efc..1055e4cbd 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 5.0.1 + 5.0.3 diff --git a/karaf/pom.xml b/karaf/pom.xml index 5ab99a99e..9b91c6bd4 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent karaf4-parent - 5.0.1 + 5.0.3 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index b4c2de4e4..c800409b9 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 5.0.1 + 5.0.3 @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT import pom diff --git a/olm/pom.xml b/olm/pom.xml index c09c1e465..d36678270 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 - 4.0.4 + 4.0.7 @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.10.1-SNAPSHOT + 1.10.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT import pom diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 039321abc..83a627bcf 100644 --- a/ordmodels/common/pom.xml +++ b/ordmodels/common/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 4.0.4 + 4.0.7 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 1551c555f..c97ceeefd 100644 --- a/ordmodels/device/pom.xml +++ b/ordmodels/device/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 4.0.4 + 4.0.7 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 93c6d80b1..9605d97bc 100644 --- a/ordmodels/network/pom.xml +++ b/ordmodels/network/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 4.0.4 + 4.0.7 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 9c70c23b9..74426c25d 100644 --- a/ordmodels/pom.xml +++ b/ordmodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 4.0.4 + 4.0.7 @@ -82,7 +82,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT pom import diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 95fdae842..69f7040c3 100644 --- a/ordmodels/service/pom.xml +++ b/ordmodels/service/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 4.0.4 + 4.0.7 diff --git a/pce/pom.xml b/pce/pom.xml index 21ebc0c18..5e2250d9e 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -17,7 +17,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 4.0.4 + 4.0.7 @@ -87,7 +87,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller sal-binding-broker-impl - 1.10.1-SNAPSHOT + 1.10.2-SNAPSHOT test diff --git a/pom.xml b/pom.xml index 88b060b57..1139963ba 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 5.0.1 + 5.0.3 diff --git a/renderer/pom.xml b/renderer/pom.xml index faf8e79c4..584808d22 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 - 4.0.4 + 4.0.7 @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.10.1-SNAPSHOT + 1.10.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT import pom diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 80478e2d8..21d921a8b 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 - 4.0.4 + 4.0.7 @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.10.1-SNAPSHOT + 1.10.2-SNAPSHOT import pom diff --git a/test-common/pom.xml b/test-common/pom.xml index 24e776e91..98288ce73 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 5.0.1 + 5.0.3 @@ -25,14 +25,14 @@ org.opendaylight.controller mdsal-artifacts - 1.10.1-SNAPSHOT + 1.10.2-SNAPSHOT pom import org.opendaylight.yangtools yangtools-artifacts - 3.0.4 + 3.0.6 pom import -- 2.36.6