Release transportpce 4.3.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 28 Jun 2022 18:38:34 +0000 (18:38 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 28 Jun 2022 18:38:34 +0000 (18:38 +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 6035e1a851befc371eddfcdb367b321650cf6b97..b5f255c94edc0c81913b5cfab5df4ab9893f0dca 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 23f7cb2461e99a24fa6aa2a29f641394647ce614..cb819f665a56a115836ece34347675355be840c8 100644 (file)
@@ -16,7 +16,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-common</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.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 3b482e4dae01ff354ee841be8136f3af7e566b57..f0077c8f42c8fd4a24b4949281caf2206f1f6aa8 100644 (file)
@@ -16,7 +16,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-dmaap-client</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
   <description>client to send message to Dmaap message router</description>
 
index 64814e7602d59953c97479fba734032e68e49004..a65956369b6514af9e3c72181e389dc7c248736b 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-dmaap-client</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: dmaap-client</name>
 
index 9e897229e9f164387834c56aac662253a4e0f275..b61e70d9e38dc02576b3a972da7c62e0f64a4e7d 100644 (file)
@@ -15,7 +15,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-inventory</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: Inventory</name>
 
index a69775e0952b4de16807d2204b413655bfa7d792..318413acb785886f65dc05a7a8d45994fb8821a8 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-nbinotifications</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: nbinotifications</name>
 
index fa38e555e1ddc6e8ea16acc41aa305788403caee..dfe2d5328844a26d958bb382c8bcfa730b8ec3c5 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: swagger</name>
 
index 05ad7f7526bbaf81e3eec56dd8907b0344fd9dcf..3c7ae52a1a5ab644c4d9575ce87855344f44e810 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce :: tapi</name>
 
index 4b1f330761859b18af5fc329231ea8af73afd3b2..31584bca359e3db293f4cdc18f7cb8895d1a534c 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: transportpce</name>
 
index 25a6a99f3df8b6fd314fe0fce81b271f333d323d..90d3e8dd668af798c3cb7672d3d3997fad4490c7 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
 
index a6080dffc4ff58adf598dda73181dad5314145fa..f259a31471adf8191b145a69c397660e6a6e7eba 100644 (file)
@@ -16,7 +16,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-inventory</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 0505565f202d3aa15d8901f60188d8248a8c90f2..690309a0e30af54e4769372c7ca9a072c1506606 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 133b21977a9e20f5667de289adc5f3b9722a9c3b..3dd2c21bc646e3abf7104233efbbb6687822df74 100644 (file)
 
   <groupId>io.lighty.controllers</groupId>
   <artifactId>tpce</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.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>4.3.0-SNAPSHOT</transportpce.version>
+    <transportpce.version>4.3.0</transportpce.version>
   </properties>
 
   <dependencies>
index e4c819aaaa59f52b21b65e7962241de9ea29368a..014ff970b9966786fe1f2a4dc6bcd965f9adf811 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-nbinotifications</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <properties>
index e83036c4284c5211fa61ee65e958689b8fa40e1c..b3e5a8bd16adb047e3464aa818f9afc5722d5f35 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 1d4b065a6493a14e8e740c4dee74f9e137b90512..a656a876d79d46f65e1488fc9b017238642952ef 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index ff89520d72e989a00bfb876a495156af66c0f6f3..6b75aabffa1b502ee5a227d77a3792cff00426e0 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index fd37483986c5fb659d2f13d71e38d2f147df6cc3..32717b04123ac858c9b4662389069d4e5eaddb73 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 24ede559c6f7940455c258ea96168f0e586d771a..6cc2ffbec8e3cd600477d4ab96f90431f97be71f 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 89f3c314484604029c664f1e6e5c3bd719db43a0..c268756943c9cf72158a4e6183f5e3ff47e19272 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>pom</packaging>
 
   <modules>
index d1bf5008417ac96bae8273ff0c03fe52e3cc51c7..f3153fedff85901375db5f00cab3f02d81eaf848 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 2eb4c6bd33e46964431e6962efe499b190435462..9285582e3690eca6d5a47301b43aafce663b9191 100644 (file)
@@ -20,7 +20,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-pce</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index a4535e3e57068e5932c208e1b374cc7798b2ab85..c2917510335ff23f7a75b481118ea5417ea70c63 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <name>transportpce</name>
   <packaging>pom</packaging>
 
index 520fd8c382fcd95899c8ed8abd460cd866b7e6ed..12e0ef641bc7e83af5f4d8a94c7047907c3f2eb0 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 01003b511d40dc82cc8d554e938fccf00b1adc72..1cc4d824ef32b8027eb2bee67a432761ad4f3cf5 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 5d0bdd8350093d6fd612d82d56d246c42b571f54..3740a2e86543512b9e65198f801678481529fc7e 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 172becb70628ebfdec8294212ac0f00d71f469b4..97153e29bac9aa15d8c2b6812f883a08011777b5 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>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 9a265d8530496e5f6b171c3e1fc93fa5c2c0a219..a77b21e3a9489b0d023404418459f44b1ff7356d 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>test-common</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.0</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>