From 8359f8d61a3289ab73badeeafb8a9a7103284f8d Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Thu, 29 Nov 2018 14:53:58 +0100 Subject: [PATCH] Bump TPCE dependencies Change-Id: I245f7915ce1f691359a273a5b7582b45d6814f5a Signed-off-by: guillaume.lambert --- api/pom.xml | 2 +- common/pom.xml | 6 +++--- deploy-site.xml | 2 +- features/odl-transportpce-api/pom.xml | 2 +- features/odl-transportpce-ordmodels/pom.xml | 8 ++++---- features/odl-transportpce-stubmodels/pom.xml | 4 ++-- features/odl-transportpce/pom.xml | 8 ++++---- networkmodel/pom.xml | 2 +- olm/pom.xml | 6 +++--- ordmodels/common/pom.xml | 4 ++-- ordmodels/device/pom.xml | 6 +++--- ordmodels/network/pom.xml | 6 +++--- ordmodels/pom.xml | 6 +++--- ordmodels/service/pom.xml | 4 ++-- pce/pom.xml | 2 +- renderer/pom.xml | 6 +++--- servicehandler/pom.xml | 4 ++-- test-common/pom.xml | 2 +- tests/stubmodels/pom.xml | 2 +- tests/stubpce/pom.xml | 6 +++--- tests/stubrenderer/pom.xml | 6 +++--- 21 files changed, 47 insertions(+), 47 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 96b78b379..48e0e3471 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT diff --git a/common/pom.xml b/common/pom.xml index 7c9fab262..7557e743a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,21 +24,21 @@ org.opendaylight.controller mdsal-artifacts - 1.8.1-SNAPSHOT + 1.8.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT import pom org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT import pom diff --git a/deploy-site.xml b/deploy-site.xml index 497e76b00..7c43fe799 100644 --- a/deploy-site.xml +++ b/deploy-site.xml @@ -12,7 +12,7 @@ org.opendaylight.transportpce deploy-site - 0.1.0-SNAPSHOT + 0.3.0-SNAPSHOT pom diff --git a/features/odl-transportpce-api/pom.xml b/features/odl-transportpce-api/pom.xml index 9d64f1199..be679e2b5 100644 --- a/features/odl-transportpce-api/pom.xml +++ b/features/odl-transportpce-api/pom.xml @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.8.1-SNAPSHOT 1.8.1-SNAPSHOT 2.0.13 - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce-ordmodels/pom.xml b/features/odl-transportpce-ordmodels/pom.xml index 34a12c3be..e59eb6f69 100644 --- a/features/odl-transportpce-ordmodels/pom.xml +++ b/features/odl-transportpce-ordmodels/pom.xml @@ -22,11 +22,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL feature - 0.13.1-SNAPSHOT - 1.8.1-SNAPSHOT - 1.8.1-SNAPSHOT + 0.13.2-SNAPSHOT + 1.8.2-SNAPSHOT + 1.8.2-SNAPSHOT 2.0.13 - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce-stubmodels/pom.xml b/features/odl-transportpce-stubmodels/pom.xml index 8e118e5a6..d2434c431 100644 --- a/features/odl-transportpce-stubmodels/pom.xml +++ b/features/odl-transportpce-stubmodels/pom.xml @@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT etc/opendaylight/karaf @@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.mdsal.model ietf-inet-types-2013-07-15 - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT ${project.groupId} diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 375b212bd..35ee189e7 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -23,11 +23,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - 0.13.1-SNAPSHOT - 1.8.1-SNAPSHOT + 0.13.2-SNAPSHOT + 1.8.2-SNAPSHOT 2.0.13 - 1.5.1-SNAPSHOT - 1.8.1-SNAPSHOT + 1.5.2-SNAPSHOT + 1.8.2-SNAPSHOT etc/opendaylight/karaf diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 766dc161f..5d218fccd 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.5.1-SNAPSHOT + 1.5.2-SNAPSHOT import pom diff --git a/olm/pom.xml b/olm/pom.xml index 1b6d8a003..85f094043 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.8.1-SNAPSHOT + 1.8.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT import pom diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 0adb38ab0..6c509578c 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT import pom diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index d58a3ce19..4f9fdba0e 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -26,14 +26,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT import pom org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index a781e3ac3..e8b007e4e 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT import pom @@ -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.5.1-SNAPSHOT + 1.5.2-SNAPSHOT diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 56ae44d9a..c73d1f157 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -82,14 +82,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT pom import org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT pom import diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index b0e0ffe33..c2a1c933a 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT import pom diff --git a/pce/pom.xml b/pce/pom.xml index 5bb34e77d..d36520277 100755 --- 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.8.1-SNAPSHOT + 1.8.2-SNAPSHOT test diff --git a/renderer/pom.xml b/renderer/pom.xml index 77367cb68..06cbb8ee7 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.8.1-SNAPSHOT + 1.8.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT import pom diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 7963a9858..f8dff7972 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 - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.8.1-SNAPSHOT + 1.8.2-SNAPSHOT import pom diff --git a/test-common/pom.xml b/test-common/pom.xml index fb3f6241d..f3b352563 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.controller mdsal-artifacts - 1.8.1-SNAPSHOT + 1.8.2-SNAPSHOT pom import diff --git a/tests/stubmodels/pom.xml b/tests/stubmodels/pom.xml index ae6aedd0f..6c5962e10 100644 --- a/tests/stubmodels/pom.xml +++ b/tests/stubmodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT diff --git a/tests/stubpce/pom.xml b/tests/stubpce/pom.xml index b1cb249c3..15b0fe9c2 100644 --- a/tests/stubpce/pom.xml +++ b/tests/stubpce/pom.xml @@ -17,7 +17,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -46,14 +46,14 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.8.1-SNAPSHOT + 1.8.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT import pom diff --git a/tests/stubrenderer/pom.xml b/tests/stubrenderer/pom.xml index c938d360d..d7f027d3a 100644 --- a/tests/stubrenderer/pom.xml +++ b/tests/stubrenderer/pom.xml @@ -15,7 +15,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 0.13.1-SNAPSHOT + 0.13.2-SNAPSHOT @@ -29,14 +29,14 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.8.1-SNAPSHOT + 1.8.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT import pom -- 2.36.6