From fc2f017df79ae05075aaad741197d4bfda12eaa8 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Fri, 18 Sep 2020 08:44:57 +0200 Subject: [PATCH] Bump project version to 3.0.0-SNAPSHOT/Silicon SR0 JIRA: TRNSPRTPCE-328 Signed-off-by: guillaume.lambert Change-Id: I8e8560e410544d993264b5e230090925e2fe4c18 --- api/pom.xml | 2 +- common/pom.xml | 2 +- features/odl-transportpce-inventory/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 ++-- 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 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 340cb3036..a93e9c407 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/common/pom.xml b/common/pom.xml index 227a51ca7..f3e9d0158 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-common - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index 40546eee2..5806daeea 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT feature OpenDaylight :: transportpce :: Inventory diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 4d7763c82..f3aa4873c 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT feature OpenDaylight :: transportpce :: tapi diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 7c594cc19..8300fdf85 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT feature OpenDaylight :: transportpce diff --git a/features/pom.xml b/features/pom.xml index dfc48804b..37a1a3786 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT ${project.artifactId} pom diff --git a/inventory/pom.xml b/inventory/pom.xml index 52e8ab9f7..aedba6d02 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-inventory - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/karaf/pom.xml b/karaf/pom.xml index 67d7a565c..3418e62b1 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT pom ${project.artifactId} diff --git a/lighty/pom.xml b/lighty/pom.xml index 6e753fe2d..184bf4d3c 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -22,14 +22,14 @@ io.lighty.controllers tpce - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT jar io.lighty.controllers.tpce.Main true true - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 9e9091ef3..e4b1a0f35 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/olm/pom.xml b/olm/pom.xml index ed80430c8..4d9643335 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 5b59c2905..78e861ae3 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 495e821a2..b15fe09e7 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 68752f13e..42493c3da 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 28cac4006..a53ccb5d2 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT pom diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 98d53f883..ceef455b2 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/pce/pom.xml b/pce/pom.xml index 3bfa0f621..cb2a732bb 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.transportpce transportpce-pce - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/pom.xml b/pom.xml index d6077cba7..e995fb429 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT transportpce pom diff --git a/renderer/pom.xml b/renderer/pom.xml index 7a86abce5..6101fce8a 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 2d998ecca..30e6cd29b 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/tapi/pom.xml b/tapi/pom.xml index dc585670b..d0185d7a6 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index 023f2119a..882ad7c9e 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 - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle diff --git a/test-common/pom.xml b/test-common/pom.xml index 0d69e66fe..039ef6d0e 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.transportpce test-common - 2.0.0-SNAPSHOT + 3.0.0-SNAPSHOT bundle -- 2.36.6