Bump mdsal to 5.0.3 70/85070/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 14:13:53 +0000 (16:13 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 14:13:53 +0000 (16:13 +0200)
This bumps mdsal to 5.0.3 to workaround issues with Blueprint
injection.

Change-Id: I848c9220ce06ec7b4af304ab64948bdc30257dbd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/parent/pom.xml
parent/pom.xml

index b00161f2ecdc65de17ae000810407ae1afe36daa..ea4824859da0c9f942aec8090b1562e32db3be92 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 877ae700c45a4bd984c365044a7faf9d5f01372d..39d164d59702b390fc4e606064772b9a02815fdb 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>5.0.2</version>
+    <version>5.0.3</version>
     <relativePath/>
   </parent>