Bump mdsal to 8.0.12 10/99810/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 18 Feb 2022 10:50:45 +0000 (11:50 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 21 Feb 2022 08:40:08 +0000 (08:40 +0000)
Pick up the single fix from upstream.

Change-Id: I27e3c14ae8dc86110932466519ba4b824ded9c21
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 6fe3278a3a5421758cc49f7e65097887cd4a5c48)

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 5e36aad3b318cf57e76e0bcfbdfbeed477eadf02..5487c278dff79fec4988278cc15d95bae1424085 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>8.0.11</version>
+        <version>8.0.12</version>
         <relativePath/>
     </parent>
 
index 5240047352a5ccdb9a511e996c3576737f940716..6b67beb1af12db7a0fff3783f788eaef172be0b3 100644 (file)
 
                         <link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/9.0.13/</link>
                         <link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/7.0.14/</link>
-                        <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/8.0.11/</link>
+                        <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/8.0.12/</link>
                     </links>
                     <groups>
                         <group>
index 4d571ee7d40ffcd91de70238ce1cff36685a19e6..da656aee85bd9f444a98c578c47370fb93c593fe 100644 (file)
@@ -34,7 +34,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>8.0.11</version>
+        <version>8.0.12</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 448d17038c6846c197b4d9e67e890d062d016d4f..7bbd78ffde9cd372486f90ccbf3d68ff83d83530 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>8.0.11</version>
+        <version>8.0.12</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index af68c1fd148a8bfcec8ae594ba19f12431e101cf..697ecd41795ce79a258434f9c40765f6b8337329 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.11</version>
+    <version>8.0.12</version>
     <relativePath/>
   </parent>