From dd1e11f53d5b851c368b2895dc71f5cf73b50a0e Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Fri, 5 Jul 2019 14:35:25 +0200 Subject: [PATCH] Bump upstreams to the new Neon SR2 versions - odlparent to 4.0.11 - mdsal to 3.0.9 - yangtools to 2.1.11 https://git.opendaylight.org/gerrit/#/q/status:merged+project:integration/distribution+branch:stable/neon+topic:mri-neon-sr2 Change-Id: I21fae1d5318df253fd18cbccbf3aad08fb4e15af Signed-off-by: guillaume.lambert --- api/pom.xml | 2 +- artifacts/pom.xml | 2 +- common/pom.xml | 2 +- features/features-transportpce/pom.xml | 2 +- features/odl-transportpce-api/pom.xml | 2 +- features/odl-transportpce-ordmodels/pom.xml | 4 ++-- features/odl-transportpce-stubmodels/pom.xml | 2 +- features/odl-transportpce/pom.xml | 4 ++-- features/pom.xml | 2 +- karaf/pom.xml | 2 +- networkmodel/pom.xml | 2 +- olm/pom.xml | 2 +- ordmodels/common/pom.xml | 2 +- ordmodels/device/pom.xml | 2 +- ordmodels/network/pom.xml | 2 +- ordmodels/pom.xml | 2 +- ordmodels/service/pom.xml | 2 +- pce/pom.xml | 2 +- pom.xml | 2 +- renderer/pom.xml | 2 +- servicehandler/pom.xml | 2 +- test-common/pom.xml | 4 ++-- 22 files changed, 25 insertions(+), 25 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 3b6d7a839..70a0bdd2f 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 - 3.0.8 + 3.0.9 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index db7bf7d30..175d279d7 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 - 4.0.10 + 4.0.11 diff --git a/common/pom.xml b/common/pom.xml index 38dbb864b..db839547e 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 3.0.8 + 3.0.9 diff --git a/features/features-transportpce/pom.xml b/features/features-transportpce/pom.xml index a9c93a737..a0c3c2d45 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 - 4.0.10 + 4.0.11 diff --git a/features/odl-transportpce-api/pom.xml b/features/odl-transportpce-api/pom.xml index 188a13981..33d9bd812 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 - 4.0.10 + 4.0.11 diff --git a/features/odl-transportpce-ordmodels/pom.xml b/features/odl-transportpce-ordmodels/pom.xml index af69d61f3..c9be6d4a3 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 - 4.0.10 + 4.0.11 @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.9.2-SNAPSHOT 1.9.2-SNAPSHOT - 2.1.10 + 2.1.11 1.6.2-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce-stubmodels/pom.xml b/features/odl-transportpce-stubmodels/pom.xml index 68a7766aa..37e7c8a83 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 - 4.0.10 + 4.0.11 diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index e747fe91a..3be5b45d3 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 - 4.0.10 + 4.0.11 @@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 0.13.2 1.9.2-SNAPSHOT - 2.1.10 + 2.1.11 1.6.2-SNAPSHOT 1.9.2-SNAPSHOT etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index f9061c088..93e79c051 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 - 4.0.10 + 4.0.11 diff --git a/karaf/pom.xml b/karaf/pom.xml index 60247ff1c..c17daf928 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 - 4.0.10 + 4.0.11 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 8c7c88943..a0b84f6a3 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 - 4.0.10 + 4.0.11 diff --git a/olm/pom.xml b/olm/pom.xml index ea8d4d85a..e940e8978 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 - 3.0.8 + 3.0.9 diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 866a5a5f6..ada6ec0f4 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 - 3.0.8 + 3.0.9 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index ef83bc556..797ecdd05 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 - 3.0.8 + 3.0.9 diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index ab2f64eca..2e1c22721 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 - 3.0.8 + 3.0.9 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 1d130ecd5..96a815e02 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 - 3.0.8 + 3.0.9 diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 82ae919da..d5d069c1d 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 - 3.0.8 + 3.0.9 diff --git a/pce/pom.xml b/pce/pom.xml index b0f5c056c..d2f005162 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 - 3.0.8 + 3.0.9 diff --git a/pom.xml b/pom.xml index df2c1e278..744f3eff2 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 - 4.0.10 + 4.0.11 diff --git a/renderer/pom.xml b/renderer/pom.xml index f1ad8f6f7..893dca444 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 - 3.0.8 + 3.0.9 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index f3816b9fd..c62241ed5 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 - 3.0.8 + 3.0.9 diff --git a/test-common/pom.xml b/test-common/pom.xml index d33967f1d..e07fca661 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 4.0.10 + 4.0.11 @@ -32,7 +32,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.1.10 + 2.1.11 pom import -- 2.36.6