From c90477b8f52113a850d63760f6b517b77b894e26 Mon Sep 17 00:00:00 2001 From: manuedelf Date: Mon, 12 Oct 2020 11:43:30 +0200 Subject: [PATCH] Bump to Aluminium SR1 dev version JIRA: TRNSPRTPCE-336 Signed-off-by: manuedelf Change-Id: Ie16a4d93061a0e92cc24cb39d150c569b09345d6 --- api/pom.xml | 2 +- common/pom.xml | 6 +++--- features/odl-transportpce-inventory/pom.xml | 2 +- features/odl-transportpce-tapi/pom.xml | 2 +- features/odl-transportpce/pom.xml | 8 ++++---- features/pom.xml | 2 +- inventory/pom.xml | 2 +- karaf/pom.xml | 2 +- networkmodel/pom.xml | 4 ++-- olm/pom.xml | 2 +- ordmodels/common/pom.xml | 2 +- ordmodels/device/pom.xml | 4 ++-- 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 +- tapi/pom.xml | 4 ++-- tapimodels/pom.xml | 2 +- test-common/pom.xml | 6 +++--- 22 files changed, 32 insertions(+), 32 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index a93e9c407..c46cab8c2 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 - 6.0.4 + 6.0.5 diff --git a/common/pom.xml b/common/pom.xml index 5bf506c6b..ec7b105ea 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 6.0.4 + 6.0.5 @@ -24,14 +24,14 @@ org.opendaylight.netconf netconf-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom org.opendaylight.mdsal mdsal-artifacts - 6.0.4 + 6.0.5 import pom diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index 5806daeea..4c5715b09 100644 --- a/features/odl-transportpce-inventory/pom.xml +++ b/features/odl-transportpce-inventory/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.odlparent single-feature-parent - 7.0.5 + 7.0.6 diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index f3aa4873c..551ccd8bd 100644 --- a/features/odl-transportpce-tapi/pom.xml +++ b/features/odl-transportpce-tapi/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 - 7.0.5 + 7.0.6 diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 8300fdf85..ec7ef780b 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 - 7.0.5 + 7.0.6 @@ -24,9 +24,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce - 2.0.3 - 1.9.0-SNAPSHOT - 1.12.0-SNAPSHOT + 2.0.4 + 1.9.1-SNAPSHOT + 1.12.1-SNAPSHOT etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index 37a1a3786..00a3c2ac8 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 - 7.0.5 + 7.0.6 diff --git a/inventory/pom.xml b/inventory/pom.xml index aedba6d02..35cbfbe32 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 6.0.4 + 6.0.5 diff --git a/karaf/pom.xml b/karaf/pom.xml index 3418e62b1..15a231a1f 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 - 7.0.5 + 7.0.6 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index e4b1a0f35..7db2066b2 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 - 7.0.5 + 7.0.6 @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 6.0.4 + 6.0.5 import pom diff --git a/olm/pom.xml b/olm/pom.xml index a5d0c722e..58be91479 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 - 6.0.4 + 6.0.5 diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 78e861ae3..1ee40a625 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 - 6.0.4 + 6.0.5 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index b15fe09e7..eb4cbb91e 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 - 6.0.4 + 6.0.5 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 42493c3da..9a1c08e7c 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 - 6.0.4 + 6.0.5 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index a53ccb5d2..cc6de8d8c 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 - 6.0.4 + 6.0.5 diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index ceef455b2..8562e4bbf 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 - 6.0.4 + 6.0.5 diff --git a/pce/pom.xml b/pce/pom.xml index cb2a732bb..093114f28 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.mdsal binding-parent - 6.0.4 + 6.0.5 diff --git a/pom.xml b/pom.xml index e995fb429..213a1acd3 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 7.0.5 + 7.0.6 diff --git a/renderer/pom.xml b/renderer/pom.xml index 6101fce8a..da2d2ebd2 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 - 6.0.4 + 6.0.5 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 30e6cd29b..a72297c27 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 - 6.0.4 + 6.0.5 diff --git a/tapi/pom.xml b/tapi/pom.xml index 704cd185d..3aeebc07e 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 - 6.0.4 + 6.0.5 @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal mdsal-artifacts - 6.0.4 + 6.0.5 import pom diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index 882ad7c9e..617f2912f 100644 --- a/tapimodels/pom.xml +++ b/tapimodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 6.0.4 + 6.0.5 diff --git a/test-common/pom.xml b/test-common/pom.xml index 4142879db..61b5db2ac 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 7.0.5 + 7.0.6 @@ -25,14 +25,14 @@ org.opendaylight.netconf netconf-artifacts - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT import pom org.opendaylight.mdsal mdsal-artifacts - 6.0.4 + 6.0.5 import pom -- 2.36.6