Bump mdsal to 5.0.3 68/85068/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 14:12:53 +0000 (16:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 14:12:53 +0000 (16:12 +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>
extension/features-extension-aggregator/odl-openflowplugin-eric-extensions/pom.xml
features-aggregator/odl-openflowplugin-nsf-model/pom.xml
openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml
parent/pom.xml

index 6b16bfd14f77746171195e2c1ddf94a4630548e0..10a980d3c1237bf996d3b34fcb88838f2d40f7aa 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3</version>
         <relativePath/>
     </parent>
 
index 7eeaf7e71039e4c2845e8737bfc3134e063b1e5e..4b30ddd133352c6e497ae5df8a5d216e786f06fc 100644 (file)
@@ -21,7 +21,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e55d2b6e96ff6ec72445019a56e7f57c4810bee7..3058b62b9a274dae1631f78e842b67121bc8044d 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index c0e7b3ef9090c3706c83aa3ed4ed120a1ac0a4da..b0102bded0e23e89826281e01523db0d567496d6 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>