From 397e5f8949d4efc101038546886d773b258650d7 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Thu, 27 Jan 2022 19:50:44 +0100 Subject: [PATCH 1/1] Bump project version to Si SR4 Signed-off-by: guillaume.lambert Change-Id: I26269e41f5da31cd0562bf60837205d95288558d --- api/pom.xml | 2 +- common/pom.xml | 2 +- dmaap-client/pom.xml | 2 +- features/odl-transportpce-dmaap-client/pom.xml | 2 +- features/odl-transportpce-inventory/pom.xml | 2 +- features/odl-transportpce-nbinotifications/pom.xml | 2 +- features/odl-transportpce-tapi/pom.xml | 2 +- features/odl-transportpce/pom.xml | 2 +- features/pom.xml | 2 +- inventory/pom.xml | 2 +- karaf/pom.xml | 2 +- lighty/pom.xml | 4 ++-- nbinotifications/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 +- tapi/pom.xml | 2 +- tapimodels/pom.xml | 2 +- test-common/pom.xml | 2 +- 27 files changed, 28 insertions(+), 28 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 6ce903430..3fe6ab6a6 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce transportpce-api - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/common/pom.xml b/common/pom.xml index 237d762bf..e6b9b81ea 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-common - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index 17845e21d..0bba5229e 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.transportpce transportpce-dmaap-client - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle client to send message to Dmaap message router diff --git a/features/odl-transportpce-dmaap-client/pom.xml b/features/odl-transportpce-dmaap-client/pom.xml index 8d7a87e3d..6d0837db0 100644 --- a/features/odl-transportpce-dmaap-client/pom.xml +++ b/features/odl-transportpce-dmaap-client/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.transportpce odl-transportpce-dmaap-client - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT feature OpenDaylight :: transportpce :: dmaap-client diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index 1a0aad3b7..5fb3d1d4e 100644 --- a/features/odl-transportpce-inventory/pom.xml +++ b/features/odl-transportpce-inventory/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.transportpce odl-transportpce-inventory - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT feature OpenDaylight :: transportpce :: Inventory diff --git a/features/odl-transportpce-nbinotifications/pom.xml b/features/odl-transportpce-nbinotifications/pom.xml index db5ed7caa..aa05f912c 100644 --- a/features/odl-transportpce-nbinotifications/pom.xml +++ b/features/odl-transportpce-nbinotifications/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.transportpce odl-transportpce-nbinotifications - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT feature OpenDaylight :: transportpce :: nbinotifications diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index cc46443e2..32d493b6f 100644 --- a/features/odl-transportpce-tapi/pom.xml +++ b/features/odl-transportpce-tapi/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce odl-transportpce-tapi - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT feature OpenDaylight :: transportpce :: tapi diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index fe7222eae..e568ee355 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce odl-transportpce - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT feature OpenDaylight :: transportpce diff --git a/features/pom.xml b/features/pom.xml index af2c0a1ac..fd555d92b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce features-aggregator - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ${project.artifactId} pom diff --git a/inventory/pom.xml b/inventory/pom.xml index 9fc12e817..e5a46fec1 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-inventory - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/karaf/pom.xml b/karaf/pom.xml index 7b542d7fb..8ac129ad8 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce transportpce-karaf - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT pom ${project.artifactId} diff --git a/lighty/pom.xml b/lighty/pom.xml index 2262fa79e..c9b918ab8 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -18,14 +18,14 @@ io.lighty.controllers tpce - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar io.lighty.controllers.tpce.Main true true - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index 233198c65..dbea9ce7b 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.transportpce transportpce-nbinotifications - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 60ce825ab..da36ccc71 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce transportpce-networkmodel - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/olm/pom.xml b/olm/pom.xml index be9e69988..fc92220ed 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce transportpce-olm - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index c2e8f3e11..3baaf9414 100644 --- a/ordmodels/common/pom.xml +++ b/ordmodels/common/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce.ordmodels transportpce-ordmodels-common - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 4ecbded2d..f4574097e 100644 --- a/ordmodels/device/pom.xml +++ b/ordmodels/device/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce.ordmodels transportpce-ordmodels-device - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 42c13338c..0d0fa274f 100644 --- a/ordmodels/network/pom.xml +++ b/ordmodels/network/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce.ordmodels transportpce-ordmodels-network - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 84862166c..3fd8059c0 100644 --- a/ordmodels/pom.xml +++ b/ordmodels/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce transportpce-ordmodels - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT pom diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 1c07c83da..6ee81f883 100644 --- a/ordmodels/service/pom.xml +++ b/ordmodels/service/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce.ordmodels transportpce-ordmodels-service - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/pce/pom.xml b/pce/pom.xml index 1f05f861f..4b6a23800 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.transportpce transportpce-pce - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/pom.xml b/pom.xml index e1bb0caa6..57eedc97d 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce transportpce-aggregator - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT transportpce pom diff --git a/renderer/pom.xml b/renderer/pom.xml index daf6baa4e..6555910b0 100644 --- a/renderer/pom.xml +++ b/renderer/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce transportpce-renderer - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 2aaedc3b5..6ec86781a 100644 --- a/servicehandler/pom.xml +++ b/servicehandler/pom.xml @@ -21,7 +21,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.transportpce transportpce-servicehandler - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/tapi/pom.xml b/tapi/pom.xml index 9f0d20d9c..642686e78 100644 --- a/tapi/pom.xml +++ b/tapi/pom.xml @@ -21,7 +21,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.transportpce transportpce-tapi - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index f3128e719..5c969912d 100644 --- a/tapimodels/pom.xml +++ b/tapimodels/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce transportpce-tapimodels - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle diff --git a/test-common/pom.xml b/test-common/pom.xml index 034a7de68..0545678e1 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.transportpce test-common - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT bundle -- 2.36.6