Adopt mdsal-11.0.1 52/103452/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Nov 2022 19:18:16 +0000 (20:18 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Nov 2022 19:18:16 +0000 (20:18 +0100)
We have exposed a regression in mdsal-11.0.0, adopt the fix from
upstream.

Change-Id: I0f82ba6d0748f7cbb159e800a964b3abe4b3742f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bundle-parent/pom.xml
docs/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/parent/pom.xml

index 7365edc0b35664f74ec983dbf909986b5e9c33cd..65841bd0a26f0fea1a9160abfec39781f1d1ad71 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>11.0.0</version>
+        <version>11.0.1</version>
         <relativePath/>
     </parent>
 
index a1b3fd7ea0c2e1b5ffa10442288f862c3679cc5b..0f1fa7779ebb5175dc2feaa46e943877a82ffa7a 100644 (file)
 
                         <link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/12.0.1/</link>
                         <link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/10.0.1/</link>
-                        <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/11.0.0/</link>
+                        <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/11.0.1/</link>
                     </links>
                     <groups>
                         <group>
index 7a1118ab751cba762fe26704d780cc9a38c1245b..57bd9b6f01a40365d7915818c5ba72ff802bb88d 100644 (file)
@@ -34,7 +34,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>11.0.0</version>
+        <version>11.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0c5ed73590cfc7a8c1351e3c3d02c642a0c8c720..1c9994d07878441aef2738f80277c4a6458afc40 100644 (file)
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>11.0.0</version>
+        <version>11.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1daf57154713b4c40ec83c4c0dfa60b54bcd3535..1748e64ad9ce64d7d76525c4ad790d0b06968b81 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>11.0.0</version>
+    <version>11.0.1</version>
     <relativePath/>
   </parent>