Release transportpce 5.0.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 30 Jun 2022 09:45:39 +0000 (09:45 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 30 Jun 2022 09:45:39 +0000 (09:45 +0000)
29 files changed:
api/pom.xml
common/pom.xml
deploy-site.xml
dmaap-client/pom.xml
features/odl-transportpce-dmaap-client/pom.xml
features/odl-transportpce-inventory/pom.xml
features/odl-transportpce-nbinotifications/pom.xml
features/odl-transportpce-swagger/pom.xml
features/odl-transportpce-tapi/pom.xml
features/odl-transportpce/pom.xml
features/pom.xml
inventory/pom.xml
karaf/pom.xml
lighty/pom.xml
nbinotifications/pom.xml
networkmodel/pom.xml
olm/pom.xml
ordmodels/common/pom.xml
ordmodels/device/pom.xml
ordmodels/network/pom.xml
ordmodels/pom.xml
ordmodels/service/pom.xml
pce/pom.xml
pom.xml
renderer/pom.xml
servicehandler/pom.xml
tapi/pom.xml
tapimodels/pom.xml
test-common/pom.xml

index 6679bdc061632d0704b53a16cafe0397138d1fe8..6de4c3ee5386245733f7a7432c24d67d3be30286 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-api</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index ba2466a13899699c6dbd387418c3f734acd0cb20..1072e5190addf3ac4439c22b7c343eab4001d34e 100644 (file)
@@ -16,7 +16,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-common</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 7c43fe799365da724a3fd982990faa6a594bea73..7530d91a1e0c60c1afc61f64d517a36aa31a3d8a 100644 (file)
@@ -12,7 +12,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>deploy-site</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.3.0</version>
   <packaging>pom</packaging>
 
   <properties>
index 9ff17cf4a891d0012d5a585683b9cec106051749..5455f483890aafac37676123a06d75a7754f6e49 100644 (file)
@@ -15,7 +15,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-dmaap-client</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
   <description>client to send message to Dmaap message router</description>
 
index 785176e8a763950995ec64401b23e8db5afb5996..bad54b24e6c83d028d985d293c62103e27fdde6a 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-dmaap-client</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: dmaap-client</name>
 
index 3df9d00b635b344f2c2a981f4f7aeb3e79471ff0..65925d4be0479d435a059fe9704040da91c6493e 100644 (file)
@@ -15,7 +15,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-inventory</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: Inventory</name>
 
index 74d8705ba8b122baf33e6b1ff7cfe04421fc25d9..c4c4751602ca4354396936d4b993d396676eeb07 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-nbinotifications</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: nbinotifications</name>
 
index 1c8b72b001ec760bea9c4b3feea55e559eb1e37e..cdeb9a362844021530dd5ff0951fe96b10d0ed2c 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-swagger</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: swagger</name>
 
index 578fbf86dfd52b0f4c188741580a240ecc29f6ae..c41cdde0f2f6dc6b26b9c33ba7d80944acea8e56 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-tapi</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: tapi</name>
 
index f194b79d687fba38d6b3e589d54968064e394787..c16b8688d6e38651ac23efde5d4f5b1a4e894047 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce</name>
 
index c64df1e3e3a02e78d4521d7270e80074b098a2cf..57f719d4a1dfaf2872e663b16385cf728eb0f6e5 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
 
index cda5af8b608f8d20aab1e3f01755f38468e168f1..0668722562aa5f1a0331021e03ce9bd71445751a 100644 (file)
@@ -16,7 +16,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-inventory</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index a6fa8f91f27c66c19835356effdb1772c79b3f23..b730bc0c63420e2add04be006baa20b9dd38b62b 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-karaf</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 3c93b56fd4f144ab09bed96fd62641b2c5dbff71..57e93cd339cfcaa7bec1f2ce33210f418e3ed5ad 100644 (file)
 
   <groupId>io.lighty.controllers</groupId>
   <artifactId>tpce</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>jar</packaging>
 
   <properties>
     <application.main.class>io.lighty.controllers.tpce.Main</application.main.class>
     <application.attach.zip>true</application.attach.zip>
     <maven.deploy.skip>true</maven.deploy.skip>
-    <transportpce.version>5.0.0-SNAPSHOT</transportpce.version>
+    <transportpce.version>5.0.0</transportpce.version>
   </properties>
 
   <dependencies>
index c415d9888f550a08260e9ceb3ccb1385a6401d9e..bd66edfcfc62ca9ed2c7dd3077f95c391a92d446 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-nbinotifications</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <properties>
index 341f49b362b1b78b066b6ef3a2dc13e08d51a681..30d4167916c44286f1548d8214fc75ca52e542f1 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-networkmodel</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 74a5a643773bdfa2fafe2aa2e44282e882564973..21ffd036f1ff701d7a1419faf0cecb996198e950 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-olm</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index c72629f450149d637d9407688b2b36e9e23f931e..34f22c8befb7b4e10ed3efb80cacbbd9ef8dc0ba 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-common</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 99469b5927e19c96154fee2afccdb7ff9be99296..e32ae918c8f5a5968c9a9d6007f2c3416986e554 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-device</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index a5c1e05093b5eac4ddbb3dbb260f75bf97aaa515..9b51c00e9614fca25cffcaeadac70c1d5a0e5079 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-network</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index cb7a5b21dfb7f8821d598f44867d3a4a94865da6..8287cf5e8019028e897bb662ca0ba3164e32b5f7 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-ordmodels</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>pom</packaging>
 
   <modules>
index ee048bfce27c5d8dcc3beca4911ba98b8805de44..d5d51db62158c26d9dfdc4b4064da3e79c498012 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-service</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 178325cfef1d01939222ca48c539e72fdae16b7b..55d1bb7b56ad40ff86d1f9647ab665c362a09c3d 100644 (file)
@@ -20,7 +20,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-pce</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index a5ccf1cd58470d1d2ff9e4b7d3d48acd1991df35..d82ceabdaaf08e8c05ec7dd5f0e0a70f247bd42b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-aggregator</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <name>transportpce</name>
   <packaging>pom</packaging>
 
index 6070d82aa2ebc4776190b0cf7e2e5358012f7d65..a0de52313b8fc8741b8b13668b3f4c2a293c479e 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-renderer</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 70ff6391901623cda178dfac875a2094e7358336..61f97a41656cc7831d169bc8c31fbde27de706fb 100644 (file)
@@ -21,7 +21,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-servicehandler</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 6f40711f3027e9cad9defacb68cd349b3e9159d1..552323ec176e001f19cae32230e1fa7fef5d9f07 100644 (file)
@@ -21,7 +21,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-tapi</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 1437b8997eaf3f4d02d66f16c09cde3e72f10437..233d3ab30d44f450ba503afdeb7132f774ae7ad9 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-tapimodels</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 9dbdaf94fce7a25e719b64f2974a0b065ef39f8f..f92b88e1fa72c70f076bf4f0362a2abc7da5d4be 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>test-common</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>