Bump upstream dependencies to P-SR2 95/99795/2
authorGilles Thouenon <gilles.thouenon@orange.com>
Fri, 18 Feb 2022 09:45:54 +0000 (10:45 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Fri, 18 Feb 2022 11:54:24 +0000 (12:54 +0100)
odlparent => 9.0.13
mdsal => 8.0.11
netconf => 2.0.14

JIRA: TRNSPRTPCE-617
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: Ia184a77f6f11dace9b5e0fcd105a2976732e1a3a

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-swagger/pom.xml
features/odl-transportpce-tapi/pom.xml
features/odl-transportpce/pom.xml
features/pom.xml
inventory/pom.xml
karaf/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 c78d64d889aa2bb91d40b631f4c0ee6834d12544..7668f70b0b30a9c929bd9bfac3b13e3ee466d717 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index b1d768d9de47a2f752c1b264f325c7d68e83ffbb..5ec69a27a965874ed83b3134d06292a92611dbe7 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>8.0.7</version>
+        <version>8.0.11</version>
         <relativePath />
     </parent>
 
@@ -24,7 +24,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>2.0.11</version>
+                <version>2.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 57d2e1d616df2916547f6516aeaf63b7cf992f0a..8a6563552c11dafa3ac9e768cb9ec0ebe4f70bd7 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>8.0.7</version>
+        <version>8.0.11</version>
         <relativePath />
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
index 781e52dc4168ce749348bbd45e5e463788d85226..5b9e0ffe4ba86f02731bf0322ebf166b341e0953 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.8</version>
+        <version>9.0.13</version>
         <relativePath />
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
index 4449819c4c48da650e9ab036570c6c24bced1d27..ab7042e63c06ea63a5b2d75bc775e4a549fe7a2e 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.8</version>
+        <version>9.0.13</version>
         <relativePath/>
     </parent>
 
index 8e84062afdbf68a8efae467b3d936f94ead82ff0..72d244167a1c0a6d684a6cbcdf66eab9f835d24c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>9.0.8</version>
+        <version>9.0.13</version>
         <relativePath />
     </parent>
 
index d70d83c51d15607f1bd250d247d71b9c968772e2..b4c79809ab975f69f7f6e311dac7ac25db5a64d3 100644 (file)
@@ -12,7 +12,7 @@ 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>9.0.8</version>
+    <version>9.0.13</version>
     <relativePath/>
   </parent>
 
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>OpenDaylight :: transportpce :: swagger</name>
 
   <properties>
-    <netconf.version>2.0.11</netconf.version>
+    <netconf.version>2.0.14</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index a5edc613e9666e1e57dae6e01c2a7d8f79d1f577..1e9f5ac0287484e7da9624f665fcf77a99b00853 100644 (file)
@@ -12,7 +12,7 @@ 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>9.0.8</version>
+    <version>9.0.13</version>
     <relativePath/>
   </parent>
 
index 07c27e325161e5a673f65c7c8a51527ff3f34f02..e3cbd7cff8a447b72caf37eb70aea159182fde18 100644 (file)
@@ -12,7 +12,7 @@ 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>9.0.8</version>
+    <version>9.0.13</version>
     <relativePath/>
   </parent>
 
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>OpenDaylight :: transportpce</name>
 
   <properties>
-    <netconf.version>2.0.11</netconf.version>
+    <netconf.version>2.0.14</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 3f55cd9aa9bcece0c8ecf55e75f2c4ad5df7b004..40f2fa42e39b23eb97cef556889a025b3b8b0b90 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>9.0.8</version>
+    <version>9.0.13</version>
     <relativePath/>
   </parent>
 
index dd88fed09d0d4913f36c23baa9cf0cbfd87e48dc..5a76f551d91f3e6dfe1376292688d141d57bb579 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>8.0.7</version>
+        <version>8.0.11</version>
         <relativePath />
     </parent>
 
index 8ed99ad436d894745ee129451847bc9192aa7271..880884a1a3cfbc9580a184bc2a01388388c5c98f 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>9.0.8</version>
+    <version>9.0.13</version>
     <relativePath/>
   </parent>
 
index 4726600364dfc11f864cc8c1acb988ec3d428cc2..aa34dfbe65e45e15e0a2275d44c6d73b4afd7cf9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>8.0.7</version>
+        <version>8.0.11</version>
         <relativePath />
     </parent>
 
index 491e3647b1e95a5a44c081c3e415772cd71cce8a..699ac6302149f2a1bbc7001cee8ab707dbc7053d 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>9.0.8</version>
+    <version>9.0.13</version>
     <relativePath/>
   </parent>
 
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>8.0.7</version>
+        <version>8.0.11</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 77d4217dec4d5a1d1987a8f564987425366b73fc..50d51da0f289e4bc9b68682f6b8e437dce7bb216 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index de036e1825f1570a51fa6fcd48c647d65dcabc29..3dd728c2ea6de955ecac29386655c91352117b60 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index d31dfc952f658cc717cff8f2fdc29d6eea21a243..e925f06be893ae9e26abb4b1564066a7c9caf82d 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
@@ -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>2.0.11</version>
+        <version>2.0.14</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index f21f9bcb779b69e60241ab08336c6de3bd95abaa..2090e6ecec3fe4d50bd0305be37bb2f5ef890bf0 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index 3396ae393033c6e11b3bb87d9d824f3e0dcc4ff9..6342c531a8e6a2b79346c28a3fbb74e46a99d470 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index f318e6c5d245916846e92ae2d21cb125105fbb72..a384152a94602d805428f0c4700cbe44dafada9a 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index 273caa99b5f38c61651ac2b009cb144dd690f444..8bff084efc9c50e542fdad3fcbb0e2e04d72a182 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>8.0.7</version>
+        <version>8.0.11</version>
         <relativePath />
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 6a20de91669df4f9dd5cb3ae7667c44cfae620aa..02c57461b6e2320cdb72a0c93559f6d8026648aa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>9.0.8</version>
+        <version>9.0.13</version>
         <relativePath/>
     </parent>
 
index a437696d608c8b83130b6043fb83fef4ff9b2e15..6cd224479b5398a2b3ce7fab1526b804db6e64b2 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index d42c4459709d1996998995e85c8ba604eca9aa2a..d66118bbf8fd418343c6f68363d06462a63a0b62 100644 (file)
@@ -15,7 +15,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index 618fc4cd3b99c1edbde3e905f39974521796d616..6a2509596b84c4d039638ddc572c52a935ed8aac 100644 (file)
@@ -15,7 +15,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index cf73cfa15159f2ca0799c8c89e8a7f4f9242312a..7dff629c28a4fd8797a40e7c6b74cd389b7f9b45 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
index fda49f1f1f628de63bbed9787e61f330e14ec9f6..234ab71f324771b2ee0824f29c0543c359d69752 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>8.0.7</version>
+        <version>8.0.11</version>
         <relativePath />
     </parent>
 
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>2.0.11</version>
+                <version>2.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>