Bump mdsal to 4.0.3 52/83152/5
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 18 Jul 2019 16:19:37 +0000 (18:19 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 2 Aug 2019 12:48:57 +0000 (12:48 +0000)
This bumps mdsal to 4.0.3, bringing in latest fixes and improvements.

Change-Id: Ie8e03aab1f31edf80bc9f1d7896c334c9d83be8d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
commons/binding-parent/pom.xml
features/odl-netvirt-api/pom.xml

index 030c8e6ee9c876af099e649de454c7942cf6e55a..ed534457256d6a5d1355432a2df8a3e5c61c7b8d 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.2</version>
+    <version>4.0.3</version>
     <relativePath/>
   </parent>
 
index 96058614f8e8757f8511ae9f61a873a204343b96..342387b0a3848a6d852633668f82aa1e8cbd610f 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>4.0.2</version>
+                <version>4.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>