From d8113a847499878e406aeee246f54240cce01d47 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Fri, 5 Apr 2024 09:50:16 +0200 Subject: [PATCH] Bump project version to 10.0.0-SNAPSHOT Start next development iteration for Scandium. Change-Id: I86f5af81c59aa4543a1ab8622e96ff9ec533cc22 Signed-off-by: Gilles Thouenon --- api/pom.xml | 2 +- artifacts/pom.xml | 2 +- common/pom.xml | 2 +- dmaap-client/pom.xml | 2 +- features/features-transportpce/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 +- pce/pom.xml | 2 +- pom.xml | 2 +- renderer/pom.xml | 2 +- servicehandler/pom.xml | 2 +- tapi/pom.xml | 2 +- test-common/pom.xml | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 81740b679..954873ca1 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 9c95f6502..a7f3cfc8a 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce transportpce-artifacts - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT pom diff --git a/common/pom.xml b/common/pom.xml index e9d0ffa17..6b07f24e7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-common - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index 7fa93162a..f3da0a7ef 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.transportpce transportpce-dmaap-client - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle client to send message to Dmaap message router diff --git a/features/features-transportpce/pom.xml b/features/features-transportpce/pom.xml index f60b5717b..4c91daabf 100644 --- a/features/features-transportpce/pom.xml +++ b/features/features-transportpce/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce features-transportpce - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT feature OpenDaylight :: TransportPCE :: Features diff --git a/features/odl-transportpce-dmaap-client/pom.xml b/features/odl-transportpce-dmaap-client/pom.xml index 30945dac6..c584e675f 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT feature OpenDaylight :: transportpce :: dmaap-client diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index c3b80ffe4..3ef661399 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT feature OpenDaylight :: transportpce :: Inventory diff --git a/features/odl-transportpce-nbinotifications/pom.xml b/features/odl-transportpce-nbinotifications/pom.xml index 1e99fe8d6..42810dcf9 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT feature OpenDaylight :: transportpce :: nbinotifications diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index e93c2f16c..378a45a63 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT feature OpenDaylight :: transportpce :: tapi diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index c66df0458..2e0798dee 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT feature OpenDaylight :: transportpce diff --git a/features/pom.xml b/features/pom.xml index 8a7027599..1d79b7023 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT ${project.artifactId} pom diff --git a/inventory/pom.xml b/inventory/pom.xml index 3bd432695..176dcbed4 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-inventory - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/karaf/pom.xml b/karaf/pom.xml index 1cfd10600..b5ea8c0e3 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT pom ${project.artifactId} diff --git a/lighty/pom.xml b/lighty/pom.xml index 1299b4b19..5bba36530 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -17,14 +17,14 @@ io.lighty.controllers tpce - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT jar io.lighty.controllers.tpce.Main true true - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT 20.0.0-SNAPSHOT diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index e57b81c44..99c5a5194 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.transportpce transportpce-nbinotifications - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index ec57f59b2..5ea16edda 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/olm/pom.xml b/olm/pom.xml index 950d6c59e..c6b3cfce4 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/pce/pom.xml b/pce/pom.xml index 18b404103..ada9a590c 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.transportpce transportpce-pce - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/pom.xml b/pom.xml index a23d5be48..aa058cf32 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT transportpce pom diff --git a/renderer/pom.xml b/renderer/pom.xml index da3f04434..4ce1a4b3a 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index e5a7bee5a..30de34663 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/tapi/pom.xml b/tapi/pom.xml index e7bab95df..28f127ac0 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 - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle diff --git a/test-common/pom.xml b/test-common/pom.xml index 7157139fb..652237719 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.transportpce test-common - 9.0.0-SNAPSHOT + 10.0.0-SNAPSHOT bundle -- 2.36.6