Bump mdsal to 11.0.4 96/104096/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Jan 2023 10:09:09 +0000 (11:09 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Jan 2023 10:09:09 +0000 (11:09 +0100)
Pick up codegen fix for bits.

Change-Id: I341ab659a3f1874d902e55cf656702d3d8eae18c
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 bbd4b14480cf50363829402e2acc2b2114632895..ed60edf581f508e44341ed7b66b5d1ffeb33c005 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4</version>
         <relativePath/>
     </parent>
 
index a544493dd6fc1a5ae2b3d4f2e65768a338475fc9..39f6b269b5ab5213506fe1237fa716af8c0c81ee 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.2/</link>
-                        <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/11.0.3/</link>
+                        <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/11.0.4/</link>
                     </links>
                     <groups>
                         <group>
index 91f5b28c9b9cafb0aa374082121b08ff1e7f1c6a..fdb38d04a05181bfcf75476d043c5835c344503c 100644 (file)
@@ -34,7 +34,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 5b4281fe519dd153283f55dbefc848e92e8f91e0..0801e42d25c07186bed4aa6411807c2542fbae0e 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.3</version>
+        <version>11.0.4</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 6b14ff204fd4b10d7912a3efd438bdff191ee226..97aff55c6a6953998cb5b219717b257f7c1b5f69 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4</version>
     <relativePath/>
   </parent>