From 20114c9a28bffcece2602337fa96f874af105e81 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 17 Apr 2019 16:14:29 +0200 Subject: [PATCH] Bump to Neon SR1 dev dependencies Change-Id: I975487a80160c897c2f23b318bf9451c27f12b5d Signed-off-by: guillaume.lambert --- common/pom.xml | 4 ++-- features/odl-transportpce-api/pom.xml | 6 +++--- features/odl-transportpce-ordmodels/pom.xml | 6 +++--- features/odl-transportpce/pom.xml | 6 +++--- networkmodel/pom.xml | 2 +- olm/pom.xml | 4 ++-- ordmodels/device/pom.xml | 2 +- ordmodels/network/pom.xml | 2 +- ordmodels/pom.xml | 2 +- pce/pom.xml | 2 +- renderer/pom.xml | 4 ++-- servicehandler/pom.xml | 2 +- test-common/pom.xml | 2 +- tests/stubpce/pom.xml | 4 ++-- tests/stubrenderer/pom.xml | 4 ++-- 15 files changed, 26 insertions(+), 26 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index be5c604fa..a37870b0d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,14 +24,14 @@ org.opendaylight.controller mdsal-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT import pom diff --git a/features/odl-transportpce-api/pom.xml b/features/odl-transportpce-api/pom.xml index 9e506f710..7c5376ec4 100644 --- a/features/odl-transportpce-api/pom.xml +++ b/features/odl-transportpce-api/pom.xml @@ -23,10 +23,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - 1.9.0-SNAPSHOT - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT + 1.9.1-SNAPSHOT 2.1.8 - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce-ordmodels/pom.xml b/features/odl-transportpce-ordmodels/pom.xml index f8f4ee6a0..ec00b75a4 100644 --- a/features/odl-transportpce-ordmodels/pom.xml +++ b/features/odl-transportpce-ordmodels/pom.xml @@ -22,10 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL feature - 1.9.0-SNAPSHOT - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT + 1.9.1-SNAPSHOT 2.1.8 - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index fc9ac96b7..8ed189171 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -24,10 +24,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 0.13.2 - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 2.1.8 - 1.6.0-SNAPSHOT - 1.9.0-SNAPSHOT + 1.6.1-SNAPSHOT + 1.9.1-SNAPSHOT etc/opendaylight/karaf diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 1fb769525..631a00ec0 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT import pom diff --git a/olm/pom.xml b/olm/pom.xml index 27e87d792..8b8578471 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT import pom diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index ebb3cc9e4..ac800e55d 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.6.0-SNAPSHOT + 1.6.1-SNAPSHOT import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index f4520d1df..62535093a 100644 --- a/ordmodels/network/pom.xml +++ b/ordmodels/network/pom.xml @@ -69,7 +69,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model ietf-network-2015-06-08 - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 97a38375c..1e3155b38 100644 --- a/ordmodels/pom.xml +++ b/ordmodels/pom.xml @@ -82,7 +82,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT pom import diff --git a/pce/pom.xml b/pce/pom.xml index 2ac975002..591ed9bdb 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -81,7 +81,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller sal-binding-broker-impl - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT test diff --git a/renderer/pom.xml b/renderer/pom.xml index 5a8182dfd..73e6f0cf0 100644 --- a/renderer/pom.xml +++ b/renderer/pom.xml @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT import pom diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index e74036989..198bab8dc 100644 --- a/servicehandler/pom.xml +++ b/servicehandler/pom.xml @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom diff --git a/test-common/pom.xml b/test-common/pom.xml index 85f4b9e99..886b28f40 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.controller mdsal-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT pom import diff --git a/tests/stubpce/pom.xml b/tests/stubpce/pom.xml index 4565f20ff..a6abff3ec 100644 --- a/tests/stubpce/pom.xml +++ b/tests/stubpce/pom.xml @@ -46,14 +46,14 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT import pom diff --git a/tests/stubrenderer/pom.xml b/tests/stubrenderer/pom.xml index e8570463e..3f18e6a22 100644 --- a/tests/stubrenderer/pom.xml +++ b/tests/stubrenderer/pom.xml @@ -29,14 +29,14 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT import pom -- 2.36.6