From 066b2dc9234a06824afeec39fc0bd5dbc5536e0c Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Mon, 21 Feb 2022 11:49:19 +0100 Subject: [PATCH] Upgrade project version to P-SR3 Signed-off-by: Gilles Thouenon Change-Id: I922a5b80d82adaa9fe82f9cb87bb3e7e586561c0 --- 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-swagger/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 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index f74adb545..e00c11e46 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/common/pom.xml b/common/pom.xml index ab560a93e..e54a23149 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-common - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index 46f3b1e70..3bf785e91 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.transportpce transportpce-dmaap-client - 4.2.0-SNAPSHOT + 4.3.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 f981f4094..d513a840d 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT feature OpenDaylight :: transportpce :: dmaap-client diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index f11c9e9ff..62d5fa4af 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT feature OpenDaylight :: transportpce :: Inventory diff --git a/features/odl-transportpce-nbinotifications/pom.xml b/features/odl-transportpce-nbinotifications/pom.xml index c4e8e5e94..29273fce8 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT feature OpenDaylight :: transportpce :: nbinotifications diff --git a/features/odl-transportpce-swagger/pom.xml b/features/odl-transportpce-swagger/pom.xml index 6126caf5d..46420c33c 100644 --- a/features/odl-transportpce-swagger/pom.xml +++ b/features/odl-transportpce-swagger/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce odl-transportpce-swagger - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT feature OpenDaylight :: transportpce :: swagger diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 33a9e93d8..b6ef10961 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT feature OpenDaylight :: transportpce :: tapi diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 3513a15dc..05c2d43df 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT feature OpenDaylight :: transportpce diff --git a/features/pom.xml b/features/pom.xml index 993696764..ed600cf6d 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT ${project.artifactId} pom diff --git a/inventory/pom.xml b/inventory/pom.xml index fb129d4d1..a4c56f854 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-inventory - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/karaf/pom.xml b/karaf/pom.xml index 82feaa37e..797a4f149 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT pom ${project.artifactId} diff --git a/lighty/pom.xml b/lighty/pom.xml index cc9f23150..9754fba5d 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -17,14 +17,14 @@ io.lighty.controllers tpce - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT jar io.lighty.controllers.tpce.Main true true - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index 22d76722e..4cfc3d9ae 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.transportpce transportpce-nbinotifications - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 5204495d1..f57e04689 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/olm/pom.xml b/olm/pom.xml index 97b43b3d9..df9c00fe6 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index f326fa1c3..6e5b4d6e4 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 8dc9683c4..f814ee55f 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index f0043192b..dab733e39 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 9b436b49f..3e78e7e8e 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT pom diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 6905e104b..4a01e2a1c 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/pce/pom.xml b/pce/pom.xml index c1e6295e3..c63303523 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.transportpce transportpce-pce - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/pom.xml b/pom.xml index 7bb21ed26..819682af2 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT transportpce pom diff --git a/renderer/pom.xml b/renderer/pom.xml index d069b3f04..6816a4061 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 9e51e367c..bcc3e41fc 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/tapi/pom.xml b/tapi/pom.xml index 1c8813faa..1c952b620 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index 7ce781821..fc7d501c5 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 - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle diff --git a/test-common/pom.xml b/test-common/pom.xml index 54d45dfec..336ee9530 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.transportpce test-common - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT bundle -- 2.36.6