Bump deps to new Silicon dev versions 53/95853/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 19 Apr 2021 17:48:44 +0000 (13:48 -0400)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 20 Apr 2021 16:42:57 +0000 (18:42 +0200)
org.opendaylight.odlparent *  8.1.0 -> 8.1.1
org.opendaylight.mdsal     *  7.0.5 -> 7.0.6
org.opendaylight.netconf   * 1.13.0 -> 1.13.1

https://docs.opendaylight.org/projects/integration-distribution/en/stable-silicon/platform-versions.html

This fixes the SSH issue described in NETCONF-765
an that occurs with some OpenROADM devices too.

JIRA: NETCONF-765 TRNSPRTPCE-441
Co-Authored-by: Balagangadhar Bathula <bb4341@att.com>
Change-Id: If166b3b40c80f1fa1cc69c1dfebc71d98db516e1

26 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
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 d8a5cdffa8aff0fbba870a432d7280895280716e..4b6e886826e14d3ccb49b49064a62c214a3f33c4 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index 8ef2e34cf75e71d8ecd05c3b70cb4fc2ed0035e2..70fa3db34488186664c830c350d3d0e770e2f387 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.6</version>
         <relativePath />
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.13.0</version>
+                <version>1.13.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.5</version>
+                <version>7.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 0560fbcb94573c74003d4a770bf5e93c9f60fd5f..61a7aded4d4ee9b957a56b71c790dfa028a6f79d 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.6</version>
         <relativePath />
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
index 1095400d73ce137cf836a0c9efae9a8eb42ac145..c768bafbd289ce7a2675fbed851a8600b29cc543 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath />
     </parent>
     <groupId>org.opendaylight.transportpce</groupId>
index 3c6ff06d4a1694c82560dfec050b555f37ee3066..e646fad0be464f297e243554f0626001abbdae77 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index 29469b1ad6eee36f6f39d674884cf60f1851ad4c..79679b224d3958d1e7eae4d81ea6efb59c6e7614 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath />
     </parent>
 
index d66d42331935fb63b2f4a0cd43e2be69aefe59dc..8deb4e268b4c535ac57ce150806c70b18e5c86b4 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>8.1.0</version>
+    <version>8.1.1</version>
     <relativePath/>
   </parent>
 
index df65400fbcf5e3861894aab23787db9fb81e7140..6ac71ff47ae560811b15014088c36554e2e8d664 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>8.1.0</version>
+    <version>8.1.1</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>1.13.0</netconf.version>
+    <netconf.version>1.13.1</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 8434611e9244eacf9e80eadcf22a943c692e0a64..16d4caea14b2e28c2ab7c85179202afc3b92e92a 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>8.1.0</version>
+    <version>8.1.1</version>
     <relativePath/>
   </parent>
 
index a2c3526c67d0a1dc33cf8a595152d15b75155096..905adf02699f28708d4ae5eee5117c1735de0583 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.6</version>
         <relativePath />
     </parent>
 
index 570926de42da0721d9f5699bd9b3130186c09249..d01d0af83c6d811c3f102418f75505d9055763b3 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>8.1.0</version>
+    <version>8.1.1</version>
     <relativePath/>
   </parent>
 
index a1b0d9e411e60918b46789cb4be3e29a783ff630..2078e5a0197af9a90ed1c71fea4e2667a1a7d2f8 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.6</version>
         <relativePath />
     </parent>
 
index a8287ece9ceee392ec01a7c5b2e8e8ff551ddc0f..2f2f012d48e17fee5e3fb458494d4fff3c1ab88a 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>8.1.0</version>
+    <version>8.1.1</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>7.0.5</version>
+        <version>7.0.6</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 441cbc6465c48b6e85dfaedbdc69c3c08947e864..f9abfd3816f25f77cff1801a047aa2716d78ceac 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index ded781e18b27ba77c1ab4e6fe5818818dcf1d6a3..7cd311ba56754b3a9d5ca86189d851b360570967 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index 0aadff1a58a195e089a72e7a03ccee9456372e11..cf36b3c70871f77ee9499d22e70f7fc670c2266a 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>7.0.5</version>
+    <version>7.0.6</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>1.13.0</version>
+        <version>1.13.1</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 84e646277f04b8ed89cfd6cb5f9886f03f60fe5f..a60bb7c684da29bb630adf39bf422c2ddec5b157 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index b2e1186f93c54daa7d948fd26075728f77b77ce3..ef9a91408ae17a73210399210e4730a124c0d5d2 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index ad298e5f60e84f9665fa776f61930d037bc883a9..cc85371086f36151a6aa5f5823d3fa3a28dc6d38 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index f84f0d831129bb2e62eb9fe537f610208a7defd8..4678eb1bbc31729e5fbec8504712326c8fce8123 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.6</version>
         <relativePath />
     </parent>
 
diff --git a/pom.xml b/pom.xml
index b3395f990a2a5cd0fa3e23eb2fee0cb2ca3d6b20..53f5df3df89befd9d0a0be839ae13928d259cbb8 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>8.1.0</version>
+        <version>8.1.1</version>
         <relativePath/>
     </parent>
 
index dd5df747c915fd09865c176dbbbf837564c8f73d..7c0d790016c952096a87f23eab059ec46234a9ee 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index 70b8d6834353565878a70cb0396489dd4671be61..e332f6fe0ff20935903bfa707eca40b4bc2d325e 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index 3595b1cbc1f4eab626e2314d5090051e060bed9b..be28fd2c9f12291a0f523623b7311388e73407d2 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
@@ -29,7 +29,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.6</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index e6a11284bace06d5831c2615b7b04b0907d9a10a..60dbab02d30114d73673dacf49bfba60a567ccb4 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>7.0.5</version>
+    <version>7.0.6</version>
     <relativePath/>
   </parent>
 
index 13d3624bf332ba2d2a7d91c9860a46d13e422ce4..912eb5d90181f17a2573ca6af457ef33b7963336 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.6</version>
         <relativePath />
     </parent>
 
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.13.0</version>
+                <version>1.13.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>