Upgrade project version to P-SR2 54/98754/1
authorChristophe Betoule <christophe.betoule@orange.com>
Tue, 30 Nov 2021 10:41:03 +0000 (11:41 +0100)
committerChristophe Betoule <christophe.betoule@orange.com>
Tue, 30 Nov 2021 10:41:03 +0000 (11:41 +0100)
Signed-off-by: Christophe Betoule <christophe.betoule@orange.com>
Change-Id: Ied684eefa01ceee76e76f6107f6c1789783c4ccf

28 files changed:
api/pom.xml
common/pom.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 d6945f23ace3707460e1a3638593441547f5f6be..e1042d5fe7caa1e2b55b9b5361d713b2d17f1762 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 5da16c413a3e05c93fc1475dda35b97c3c469fcf..b8e36c761cc3210e373075a0486e6e0438664be4 100644 (file)
@@ -16,7 +16,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-common</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencyManagement>
index 09f6c698067fbaf6391804399fbd288c667e7a07..1dba897c6cf8ccff3b6fb9a0050859ef51bf2072 100644 (file)
@@ -14,7 +14,7 @@
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-dmaap-client</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <description>client to send message to Dmaap message router</description>
 
index 195a816452d01325ebaef9149efa3e1c17c8c37b..d8f2d304747cf913a4d6038d35a0ab41ca13791a 100644 (file)
@@ -15,7 +15,7 @@
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>odl-transportpce-dmaap-client</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: transportpce :: dmaap-client</name>
index b7e7eed18dc6b5574305215ecf286bc7eeba8e9a..191ce57a2ae840804416db59f8528df4a1681e36 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>odl-transportpce-inventory</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: transportpce :: Inventory</name>
index 4d9be9f08db5e0aafbf8e9072b51fbb15bc22b2e..2c07295eab28d44e89a7eefbed93406f35080f64 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>odl-transportpce-nbinotifications</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: transportpce :: nbinotifications</name>
index 9dede7051a7839d269bf94a7897c874640630709..7e835e91d7c8c934ce11232e352e2379d410819f 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>OpenDaylight :: transportpce :: swagger</name>
index 9510192c9e016a393d36bfe14f820718f3fb20f6..4a06848c45614d24ef5120eca6cc8203b90c79d3 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>OpenDaylight :: transportpce :: tapi</name>
index 3957ffd3238529c4b69b70313cfd000a7441e733..506fd634e497c6e1fab775c0e51188c2eceaa829 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>OpenDaylight :: transportpce</name>
index 97c33139e0440238c360f00faeabbbc42fc1caa1..e580151f8655e0f7955653845f675dd002304b71 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 57857d77dc5ad2532fd863346627b94bd10afd38..e16fd2fc73d23ab0a79b36a95b49cabb878aec4c 100644 (file)
@@ -16,7 +16,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-inventory</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 54f05d25799ab754661ab31c21e48f5c49694be7..8e869346d8adb0492cbd50d14524d8cecd202e83 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index b60e001e20b14b8a426a13da00f401259c76a472..3a7e89a4689984daf9d7a8f2d57338ee38b1bf84 100644 (file)
 
     <groupId>io.lighty.controllers</groupId>
     <artifactId>tpce</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</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.1.0-SNAPSHOT</transportpce.version>
+        <transportpce.version>4.2.0-SNAPSHOT</transportpce.version>
     </properties>
 
     <dependencies>
index 0fe368c52a514c2e920545657c28a247819a80aa..4fc4ed0fc1eb96e42592391bc79050b7d356db49 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-nbinotifications</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index b71048b9dd47c57567eb2533bf664db2ec74d8ef..201cdaa021f05806d4fb50b59f6625af6a3d514f 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index a19bc3ab6f30233d126e2242845eb52ca2bcd1ab..fb6c77f0d4a7a4b2d2dec009b48c129ae17ee209 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 81dfb5b197fbacd8f53362571cbe71f5ce52f541..d3cdeb609d9827df1f4eabe3ca73c1b4b4cc7fae 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index a614d5134ae338bad6c859b3c5b5325f912a50b3..05276fc1a9260fbe7ffaea98d8d2375442d7605e 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index f0eddb84dc45233fc7b8e515bd86e9485e858c90..eca2330052c4889132a3b1018c1715abc49062c5 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index eacd1ece8a9b955324b91d8edd498a509199ec45..5438deafc2ae4e73f0098aed2682ee49bdbc0144 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
index 13c2ac29ca16c9fc343d04d9feee5622d4efeea9..551d824e0ec00b2029abc89ad5def326e80f183f 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index a3c924f77640c7a5e0a0de19e6189cbc242cc074..84ab560cfee866ae9b248f9c5373ed50d1e1a53f 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-pce</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 8cd2a0c78822dabb95c96a2e95ae6ac9686e0aaf..0d49ecd322407902e3c3d157e55732d3048bf14f 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.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <name>transportpce</name>
     <packaging>pom</packaging>
 
index e378608ba434b3df50cdc32a6012aa0ae313b8b4..c0e568448a595ed4b2f5bb14b6dee1e6a7bd6623 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index ea6ebd27a1c3326e89609e3cf506d4636cfb53b8..eb06fc1e37b8c40fcf040a7bb4af0433f1c90e82 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index fea19db566b8df6fea0c6828c4a71f25e34d9c00..c542fa60e26ff6799e748ea53b372940816bb1aa 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 45f5147d108e180ad793fd0aec2937c293d279c4..ad7106c61081d0c894f7f2d1fd8a8ac9c31b4311 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.1.0-SNAPSHOT</version>
+  <version>4.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
 </project>
index db22ef8562f81e03c5ef74b1e8bc5480ec0b5ce6..de4a9bffdd942e28479d4f8846a214a9fec53940 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>test-common</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <dependencyManagement>
         <dependencies>