From 84835e5f1eda9e5ad5235bbe57e654be3f2bd9b8 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 11 Aug 2020 07:36:56 +0000 Subject: [PATCH] Release transportpce --- api/pom.xml | 2 +- common/pom.xml | 4 ++-- deploy-site.xml | 2 +- features/odl-transportpce-inventory/pom.xml | 2 +- features/odl-transportpce-tapi/pom.xml | 2 +- features/odl-transportpce/pom.xml | 8 ++++---- 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 | 4 ++-- 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 +- 24 files changed, 30 insertions(+), 30 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 3ad95fafd..63fd20e5f 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/common/pom.xml b/common/pom.xml index d2a38809c..e314ecaf5 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-common - 1.2.0-SNAPSHOT + 1.2.0 bundle @@ -24,7 +24,7 @@ org.opendaylight.netconf netconf-artifacts - 1.8.2-SNAPSHOT + 1.8.2 import pom 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/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index bc11d2d26..040969174 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 - 1.2.0-SNAPSHOT + 1.2.0 feature OpenDaylight :: transportpce :: Inventory diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 99ccbaed4..7a0dda352 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 - 1.2.0-SNAPSHOT + 1.2.0 feature OpenDaylight :: transportpce :: tapi diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 436eab42e..206468520 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -18,15 +18,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce odl-transportpce - 1.2.0-SNAPSHOT + 1.2.0 feature OpenDaylight :: transportpce - 1.11.2-SNAPSHOT - 1.8.2-SNAPSHOT - 1.11.2-SNAPSHOT + 1.11.2 + 1.8.2 + 1.11.2 etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index 4a9e8ab7e..7868321b6 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 - 1.2.0-SNAPSHOT + 1.2.0 ${project.artifactId} pom diff --git a/inventory/pom.xml b/inventory/pom.xml index 1da1b3dd4..5394dd4ed 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.transportpce transportpce-inventory - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/karaf/pom.xml b/karaf/pom.xml index 26668680e..b61c8758b 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 - 1.2.0-SNAPSHOT + 1.2.0 pom ${project.artifactId} diff --git a/lighty/pom.xml b/lighty/pom.xml index 0aeea021c..378bc8acf 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -17,14 +17,14 @@ io.lighty.controllers tpce - 2.0.0-SNAPSHOT + 2.0.0 jar io.lighty.controllers.tpce.Main true true - 1.2.0-SNAPSHOT + 1.2.0 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index a40c3ed7b..2333c81ae 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/olm/pom.xml b/olm/pom.xml index 28f110e6d..6262baffa 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index b446760fd..805f04167 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 4fc825dbd..54b6dfd0c 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.8.2-SNAPSHOT + 1.8.2 import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index c7136ab60..07a7b6949 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 0e1791749..dc524c60b 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 - 1.2.0-SNAPSHOT + 1.2.0 pom diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index a78c2b428..46d37ea5f 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/pce/pom.xml b/pce/pom.xml index e54317529..cb00daf99 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.transportpce transportpce-pce - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/pom.xml b/pom.xml index c774a3636..4e6b50dba 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 - 1.2.0-SNAPSHOT + 1.2.0 transportpce pom diff --git a/renderer/pom.xml b/renderer/pom.xml index 0396cc68b..1e781fd33 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index e124f3697..d96117aff 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/tapi/pom.xml b/tapi/pom.xml index b558c519c..f13344838 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index 8107ff8e4..5f944a30f 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 - 1.2.0-SNAPSHOT + 1.2.0 bundle diff --git a/test-common/pom.xml b/test-common/pom.xml index 5a1522cb6..5c1266ec9 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.transportpce test-common - 1.2.0-SNAPSHOT + 1.2.0 bundle -- 2.36.6