Bump dependencies to Si SR3 71/98271/1
authorVachhani, Shweta (sv111y) <sv111y@att.com>
Tue, 2 Nov 2021 17:33:44 +0000 (13:33 -0400)
committerVachhani, Shweta (sv111y) <sv111y@att.com>
Tue, 2 Nov 2021 17:35:44 +0000 (13:35 -0400)
- odlparent => 8.1.4
- mdsal => 7.0.10
- netconf => 1.13.5
- project => 3.3.0-SNAPSHOT

Signed-off-by: Vachhani, Shweta (sv111y) <sv111y@att.com>
Change-Id: I9a3a03b99e0da04e042ea3977b789b8e67ba34b2

27 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-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 0c46e89042b998d87e3ac12f6e70d08988bc1d56..830e26bbb81bfde881a3aebfabf64f6bf63b1837 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index c8b1c558d78e33f2d55ec0d7797893f10930b029..3103616b201983a1dc3ecfc20150063a720f2362 100644 (file)
@@ -16,7 +16,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-common</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.13.4</version>
+                <version>1.13.5</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.9</version>
+                <version>7.0.10</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index a81034697377becc4247631f41ffcde527e070ca..47ba3a6d84aa7762c193da556f992f5e90bc61b1 100644 (file)
@@ -14,7 +14,7 @@
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-dmaap-client</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <description>client to send message to Dmaap message router</description>
 
index 413a9596d615e27b826fa76d486e5181fb89cd73..e08d0aa4a296bec5f3fea6d43d3e652d373d6127 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.3</version>
+        <version>8.1.4</version>
         <relativePath />
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>odl-transportpce-dmaap-client</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: transportpce :: dmaap-client</name>
index 64bf6e0eae5043db35088e3f716ea9c08aa8328f..ac10eb2aa648e2a91eb578a9d2629ef4aa00ea34 100644 (file)
@@ -9,13 +9,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.3</version>
+        <version>8.1.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>odl-transportpce-inventory</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: transportpce :: Inventory</name>
index 4fc8f283d1a43e5f4fe1ba33bd5d65c8af9b0203..59b4533e8d069865d0351cffd4878f647ab94404 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.3</version>
+        <version>8.1.4</version>
         <relativePath />
     </parent>
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>odl-transportpce-nbinotifications</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: transportpce :: nbinotifications</name>
index 99932d41ac8cad22eba9cdba85980688664c8fcc..9fa81e752f72119f90faec78e549dc0bcec403cd 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>8.1.3</version>
+    <version>8.1.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-tapi</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>OpenDaylight :: transportpce :: tapi</name>
index a0bb3a06f202e5ac156a8895d623bf35bce64740..612c7f8db21cbd8c4707bf95522ae0b87eaae70c 100644 (file)
@@ -12,19 +12,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>8.1.3</version>
+    <version>8.1.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>OpenDaylight :: transportpce</name>
 
   <properties>
-    <netconf.version>1.13.4</netconf.version>
+    <netconf.version>1.13.5</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index eb8fb33f8cd938157fa45dbd2ccfa3678d57a06b..a6d347ae039389943a566ccddb00d6f75c3f0d04 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.3</version>
+    <version>8.1.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
 
index db01e627f72fceb9c27f48fb6167927c1256d896..2e67fa782b6add24029d286a5472ec780c93ee76 100644 (file)
@@ -16,7 +16,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-inventory</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index bbcae860b23fc0dee4268883faf6660f4df843d1..89ec678432174626139db99a789293846290546a 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>8.1.3</version>
+    <version>8.1.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-karaf</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 593501e3ab4dcd259612647dd7c329dd2cbd8065..2262fa79e20645f1e19cd09bc10d84cbcb8c4b28 100644 (file)
 
     <groupId>io.lighty.controllers</groupId>
     <artifactId>tpce</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.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>3.2.0-SNAPSHOT</transportpce.version>
+        <transportpce.version>3.3.0-SNAPSHOT</transportpce.version>
     </properties>
 
     <dependencies>
index 51413ad49ccb0406aa38537490576472728ec8fc..d3314f0b76322d6875801717c36002b1f0e1bfef 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-nbinotifications</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
index 189e08f298eb23e7bdda351c99b8c747f124de3b..a21d4db06b16c2a5d80bf669e4d68c9601dc2234 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.1.3</version>
+    <version>8.1.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-networkmodel</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index f4c8336bdeb95781c53fe08f2dc516abb2317aa9..efec7fb23239adb8a71f6bec081da9dced6acda1 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 1648fcc12a8810ec4d57fb1f74c04477761e64b4..14b472633b9fb42a8ef9600216f9310f14907899 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 697b1b587863751370209512456c572a2dc01c88..31482372787d9ff547e3dce8fe9be734dbf597d3 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.13.4</version>
+        <version>1.13.5</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index a6a1cfa93b776bc97ec8392e2eadf87e55cbfa04..38267960beeb39fa8dcb1867e2641ffb17da8cdb 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index c4c239fa75ee865d542577b91f5d86073cc3cfe4..ae9a8cf1dd15fc7b216fd9ece9ea372493511530 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
index 0a8333a1d04061383a1014cba3aeed24e2ca95fd..5e900fad0198f3a4b463b346322b741ce9b72c2b 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index f7ce755ed14e947b12b973d7dcbaf82be064f3ee..7b538db268653944421ba094fff631f6e4db2f6c 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-pce</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 3fe849d654e9a182788c7d3bdaa9dab2b45b386a..8937b1625dc1ac66d8272ed98012b1e11b2c2222 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>8.1.3</version>
+        <version>8.1.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-aggregator</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <name>transportpce</name>
     <packaging>pom</packaging>
 
index 3c6ac413699f8613c871a5f43c3c64d5095748b8..39cc46d1b49b992800a189a9fe41b19ff9cfdc98 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 0e1db09dc9a5134e100216dcd51b134658d765fa..217e298bd0d111492074483cdee20d7140712d1a 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 7b9870681a7b83031807db75594213f46a98bba0..761b5a222603e729fe1a76b987ef4809958124a6 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index a68bba1f0cbc14d17acb1832ed10b3c61820f6ee..f04749aca5fabf7736034f899d8b864e36dfb0b3 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>3.2.0-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
 </project>
index 35826bd167e2320225b128c32135d5d04a4663f7..71f22e766bc3c77280860a859c2ef5b8bd6a111f 100644 (file)
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>test-common</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.13.4</version>
+                <version>1.13.5</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>