From 4f958a394891210834b5ea599080ed423a05c67b Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 28 Jun 2022 18:38:34 +0000 Subject: [PATCH] Release transportpce --- api/pom.xml | 2 +- common/pom.xml | 2 +- deploy-site.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 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 6035e1a85..b5f255c94 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/common/pom.xml b/common/pom.xml index 23f7cb246..cb819f665 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-common - 4.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/deploy-site.xml b/deploy-site.xml index 7c43fe799..7530d91a1 100644 --- a/deploy-site.xml +++ b/deploy-site.xml @@ -12,7 +12,7 @@ org.opendaylight.transportpce deploy-site - 0.3.0-SNAPSHOT + 0.3.0 pom diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index 3b482e4da..f0077c8f4 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-dmaap-client - 4.3.0-SNAPSHOT + 4.3.0 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 64814e760..a65956369 100644 --- a/features/odl-transportpce-dmaap-client/pom.xml +++ b/features/odl-transportpce-dmaap-client/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.transportpce odl-transportpce-dmaap-client - 4.3.0-SNAPSHOT + 4.3.0 feature OpenDaylight :: transportpce :: dmaap-client diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index 9e897229e..b61e70d9e 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.3.0-SNAPSHOT + 4.3.0 feature OpenDaylight :: transportpce :: Inventory diff --git a/features/odl-transportpce-nbinotifications/pom.xml b/features/odl-transportpce-nbinotifications/pom.xml index a69775e09..318413acb 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.3.0-SNAPSHOT + 4.3.0 feature OpenDaylight :: transportpce :: nbinotifications diff --git a/features/odl-transportpce-swagger/pom.xml b/features/odl-transportpce-swagger/pom.xml index fa38e555e..dfe2d5328 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.3.0-SNAPSHOT + 4.3.0 feature OpenDaylight :: transportpce :: swagger diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 05ad7f752..3c7ae52a1 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.3.0-SNAPSHOT + 4.3.0 feature OpenDaylight :: transportpce :: tapi diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 4b1f33076..31584bca3 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.3.0-SNAPSHOT + 4.3.0 feature OpenDaylight :: transportpce diff --git a/features/pom.xml b/features/pom.xml index 25a6a99f3..90d3e8dd6 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.3.0-SNAPSHOT + 4.3.0 ${project.artifactId} pom diff --git a/inventory/pom.xml b/inventory/pom.xml index a6080dffc..f259a3147 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-inventory - 4.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/karaf/pom.xml b/karaf/pom.xml index 0505565f2..690309a0e 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.3.0-SNAPSHOT + 4.3.0 pom ${project.artifactId} diff --git a/lighty/pom.xml b/lighty/pom.xml index 133b21977..3dd2c21bc 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -17,14 +17,14 @@ io.lighty.controllers tpce - 4.3.0-SNAPSHOT + 4.3.0 jar io.lighty.controllers.tpce.Main true true - 4.3.0-SNAPSHOT + 4.3.0 diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index e4c819aaa..014ff970b 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.transportpce transportpce-nbinotifications - 4.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index e83036c42..b3e5a8bd1 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/olm/pom.xml b/olm/pom.xml index 1d4b065a6..a656a876d 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index ff89520d7..6b75aabff 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index fd3748398..32717b041 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 24ede559c..6cc2ffbec 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 89f3c3144..c26875694 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.3.0-SNAPSHOT + 4.3.0 pom diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index d1bf50084..f3153fedf 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/pce/pom.xml b/pce/pom.xml index 2eb4c6bd3..9285582e3 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.transportpce transportpce-pce - 4.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/pom.xml b/pom.xml index a4535e3e5..c29175103 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.3.0-SNAPSHOT + 4.3.0 transportpce pom diff --git a/renderer/pom.xml b/renderer/pom.xml index 520fd8c38..12e0ef641 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 01003b511..1cc4d824e 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/tapi/pom.xml b/tapi/pom.xml index 5d0bdd835..3740a2e86 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index 172becb70..97153e29b 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.3.0-SNAPSHOT + 4.3.0 bundle diff --git a/test-common/pom.xml b/test-common/pom.xml index 9a265d853..a77b21e3a 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.transportpce test-common - 4.3.0-SNAPSHOT + 4.3.0 bundle -- 2.36.6